numam-dpdk/lib/librte_reorder
Simon Kagstrom 7e1fa1de8a reorder: allow random number as starting point
We use sequence numbers from a generator which has potentially started
long before the receiver. Therefore, the first number will typically
be > 0. The rte_reorder code will not work in this case, since the
packet is seen as outside of the buffer.

The patch instead records the first sequence number inserted as the
starting point.

Signed-off-by: Simon Kagstrom <simon.kagstrom@netinsight.net>
Signed-off-by: Johan Faltstrom <johan.faltstrom@netinsight.net>
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
2015-06-22 22:20:12 +02:00
..
Makefile reorder: new library 2015-02-18 16:52:05 +01:00
rte_reorder_version.map reorder: new library 2015-02-18 16:52:05 +01:00
rte_reorder.c reorder: allow random number as starting point 2015-06-22 22:20:12 +02:00
rte_reorder.h tailq: move to dynamic tailq 2015-03-10 12:06:08 +01:00