[dpdk-dev] [PATCH v5 1/6] reorder: new reorder library

2015-02-19 Thread Olivier MATZ
Hi, On 02/19/2015 10:20 AM, Olivier MATZ wrote: > Hi Sergio, > > On 02/18/2015 03:58 PM, Sergio Gonzalez Monroy wrote: >> This library provides reordering capability for out of order mbufs based >> on a sequence number in the mbuf structure. >> >> Signed-off-by: Reshma Pattan >> Signed-off-by: Ri

[dpdk-dev] [PATCH v5 1/6] reorder: new reorder library

2015-02-19 Thread Olivier MATZ
Hi Sergio, On 02/18/2015 03:58 PM, Sergio Gonzalez Monroy wrote: > This library provides reordering capability for out of order mbufs based > on a sequence number in the mbuf structure. > > Signed-off-by: Reshma Pattan > Signed-off-by: Richardson Bruce > Signed-off-by: Sergio Gonzalez Monroy >

[dpdk-dev] [PATCH v5 1/6] reorder: new reorder library

2015-02-18 Thread Sergio Gonzalez Monroy
This library provides reordering capability for out of order mbufs based on a sequence number in the mbuf structure. Signed-off-by: Reshma Pattan Signed-off-by: Richardson Bruce Signed-off-by: Sergio Gonzalez Monroy --- config/common_bsdapp | 5 + config/common_linu