The function rte_kvargs_get() is used by eal and pci bus driver since
its introduction in commit
3ab385063cb9 ("kvargs: add get by key") and
commit
d2a66ad79480 ("bus: add device arguments name parsing"), in
dpdk 21.05.
Let's promote it as stable.
Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
* NULL if no key matches the input,
* a value associated with a matching key otherwise.
*/
* NULL if no key matches the input,
* a value associated with a matching key otherwise.
*/
const char *rte_kvargs_get(const struct rte_kvargs *kvlist, const char *key);
/**
const char *rte_kvargs_get(const struct rte_kvargs *kvlist, const char *key);
/**
rte_kvargs_count;
rte_kvargs_free;
rte_kvargs_count;
rte_kvargs_free;
rte_kvargs_parse;
rte_kvargs_parse_delim;
rte_kvargs_process;
rte_kvargs_parse;
rte_kvargs_parse_delim;
rte_kvargs_process;
- # added in 21.05
- rte_kvargs_get;