a3b85476c5
This function can be used as a callback to rte_kvargs_process. This should reduce code duplication. Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
19 lines
197 B
Plaintext
19 lines
197 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_kvargs_count;
|
|
rte_kvargs_free;
|
|
rte_kvargs_parse;
|
|
rte_kvargs_process;
|
|
|
|
local: *;
|
|
};
|
|
|
|
EXPERIMENTAL {
|
|
global:
|
|
|
|
rte_kvargs_parse_delim;
|
|
rte_kvargs_strcmp;
|
|
|
|
} DPDK_2.0;
|