[dpdk-dev] [PATCH v2] app/test: fix reorder library unit test

2015-11-12 Thread Thomas Monjalon
2015-10-30 14:30, Sergio Gonzalez Monroy: > On 21/10/2015 14:01, Sergio Gonzalez Monroy wrote: > > On 21/10/2015 11:50, Reshma Pattan wrote: > >> The reorder library unit test was performed under the assumption that > >> the start > >> sequence number was always 0. > >> This is not the case anymor

[dpdk-dev] [PATCH v2] app/test: fix reorder library unit test

2015-10-30 Thread Sergio Gonzalez Monroy
On 21/10/2015 14:01, Sergio Gonzalez Monroy wrote: > On 21/10/2015 11:50, Reshma Pattan wrote: >> The reorder library unit test was performed under the assumption that >> the start >> sequence number was always 0. >> This is not the case anymore as the start sequence number is >> initialized by t

[dpdk-dev] [PATCH v2] app/test: fix reorder library unit test

2015-10-21 Thread Sergio Gonzalez Monroy
On 21/10/2015 11:50, Reshma Pattan wrote: > The reorder library unit test was performed under the assumption that the > start > sequence number was always 0. > This is not the case anymore as the start sequence number is initialized by > the first > packet inserted into the reorder buffer. > > Th

[dpdk-dev] [PATCH v2] app/test: fix reorder library unit test

2015-10-21 Thread Reshma Pattan
The reorder library unit test was performed under the assumption that the start sequence number was always 0. This is not the case anymore as the start sequence number is initialized by the first packet inserted into the reorder buffer. This patch updates the unit test to reflect the new behavior