reorder: new library
authorSergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Wed, 18 Feb 2015 14:58:13 +0000 (14:58 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Feb 2015 15:52:05 +0000 (16:52 +0100)
commitb70b56032bff9d647c3bedcad7bdba9ca30bb85a
treeddece0ea4f08d6c5666e4d03e935e5f359459400
parentc07691ae10894bb6bf284fed75829b95844eacdb
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>
config/common_bsdapp
config/common_linuxapp
lib/Makefile
lib/librte_eal/common/include/rte_tailq_elem.h
lib/librte_mbuf/rte_mbuf.h
lib/librte_reorder/Makefile [new file with mode: 0644]
lib/librte_reorder/rte_reorder.c [new file with mode: 0644]
lib/librte_reorder/rte_reorder.h [new file with mode: 0644]
lib/librte_reorder/rte_reorder_version.map [new file with mode: 0644]