[dpdk-dev] [PATCH] rte_reorder: Allow sequence numbers > 0 as starting point

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Jun 22 22:28:27 CEST 2015


2015-05-29 17:37, Gonzalez Monroy, Sergio:
> On 20/05/2015 12:02, Simon Kagstrom wrote:
> > 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 at netinsight.net>
> > Signed-off-by: Johan Faltstrom <johan.faltstrom at netinsight.net>
> 
> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy at intel.com>

Applied, thanks


More information about the dev mailing list