numam-dpdk/drivers/bus
Olivier Matz 6aebb94290 kvargs: add function to get from key and value
A quite common scenario with kvargs is to lookup for a <key>=<value> in
a kvlist. For instance, check if name=foo is present in
name=toto,name=foo,name=bar. This is currently done in drivers/bus with
rte_kvargs_process() + the rte_kvargs_strcmp() handler.

This approach is not straightforward, and can be replaced by this new
function.

rte_kvargs_strcmp() is then removed.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Reviewed-by: Xueming Li <xuemingl@nvidia.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ray Kinsella <mdr@ashroe.eu>
2021-09-30 17:38:02 +02:00
..
auxiliary kvargs: add function to get from key and value 2021-09-30 17:38:02 +02:00
dpaa bus/dpaa: move experimental function to internal 2021-09-23 21:46:28 +02:00
fslmc bus/fslmc: move experimental function to internal 2021-09-24 18:44:00 +02:00
ifpga version: 21.11-rc0 2021-08-17 08:37:52 +02:00
pci bus/pci: fix unknown NUMA node value on Windows 2021-09-23 19:09:26 +02:00
vdev kvargs: add function to get from key and value 2021-09-30 17:38:02 +02:00
vmbus version: 21.11-rc0 2021-08-17 08:37:52 +02:00
meson.build bus/auxiliary: introduce auxiliary bus 2021-07-05 18:11:28 +02:00