numam-dpdk/drivers
Ophir Munk 3475aeaca7 common/mlx5: replace strsep with strtok_r
strsep() is a non-standardized API (by C or POSIX) and thus it is
non-portable between different operating systems. Replace it with
strtok_r() which is standardized by the C standard, and hence also by
POSIX.
The replacement occurs in the code that extracts individual PCI class
names (e.g. class=net:vdpa:foo:bar).

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2020-09-18 18:55:06 +02:00
..
baseband mbuf: remove deprecated function and macro aliases 2020-09-19 00:25:37 +02:00
bus bus/vmbus: remove sending interrupts via INT bit 2020-09-18 18:55:06 +02:00
common common/mlx5: replace strsep with strtok_r 2020-09-18 18:55:06 +02:00
compress mbuf: remove deprecated function and macro aliases 2020-09-19 00:25:37 +02:00
crypto mbuf: remove deprecated function and macro aliases 2020-09-19 00:25:37 +02:00
event build: remove makefiles 2020-09-08 00:09:50 +02:00
mempool build: remove makefiles 2020-09-08 00:09:50 +02:00
net net/tap: avoid using SIGIO 2020-09-18 18:55:06 +02:00
raw avoid libfdt checks adding full paths to pkg-config 2020-09-15 15:19:34 +02:00
regex regex/mlx5: add teardown for fastpath buffers 2020-09-09 00:27:41 +02:00
vdpa build: remove makefiles 2020-09-08 00:09:50 +02:00
meson.build common/mlx5: introduce layer for multiple class drivers 2020-07-28 19:01:11 +02:00