b70b56032b
This library provides reordering capability for out of order mbufs based on a sequence number in the mbuf structure. Signed-off-by: Reshma Pattan <reshma.pattan@intel.com> Signed-off-by: Richardson Bruce <bruce.richardson@intel.com> Signed-off-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Acked-by: Declan Doherty <declan.doherty@intel.com>
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
DPDK_2.0 {
|
|
global:
|
|
|
|
rte_reorder_create;
|
|
rte_reorder_init;
|
|
rte_reorder_find_existing;
|
|
rte_reorder_reset;
|
|
rte_reorder_free;
|
|
rte_reorder_insert;
|
|
rte_reorder_drain;
|
|
|
|
local: *;
|
|
};
|