numam-dpdk/lib/librte_reorder/rte_reorder_version.map
Sergio Gonzalez Monroy b70b56032b reorder: new library
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>
2015-02-18 16:52:05 +01:00

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: *;
};