Re: [dpdk-dev] [PATCH v3 3/3] net/failsafe: improve Rx sub-devices iteration

2018-01-12 Thread Gaëtan Rivet
On Fri, Jan 12, 2018 at 01:29:17PM +, Matan Azrad wrote: > Hi Gaetan > > From: Gaëtan Rivet, Friday, January 12, 2018 12:29 PM > > Hi Matan, > > > > The other commits make sense to me so no issue there. > > I'm just surprised by this one so a quick question. > > > > On Tue, Dec 19, 2017 at 0

Re: [dpdk-dev] [PATCH v3 3/3] net/failsafe: improve Rx sub-devices iteration

2018-01-12 Thread Matan Azrad
Hi Gaetan From: Gaëtan Rivet, Friday, January 12, 2018 12:29 PM > Hi Matan, > > The other commits make sense to me so no issue there. > I'm just surprised by this one so a quick question. > > On Tue, Dec 19, 2017 at 05:14:29PM +, Matan Azrad wrote: > > Connecting the sub-devices each other b

Re: [dpdk-dev] [PATCH v3 3/3] net/failsafe: improve Rx sub-devices iteration

2018-01-12 Thread Gaëtan Rivet
Hi Matan, The other commits make sense to me so no issue there. I'm just surprised by this one so a quick question. On Tue, Dec 19, 2017 at 05:14:29PM +, Matan Azrad wrote: > Connecting the sub-devices each other by cyclic linked list can help to > iterate over them by Rx burst functions beca

[dpdk-dev] [PATCH v3 3/3] net/failsafe: improve Rx sub-devices iteration

2017-12-19 Thread Matan Azrad
Connecting the sub-devices each other by cyclic linked list can help to iterate over them by Rx burst functions because there is no need to check the sub-devices ring wraparound. Create the aforementioned linked-list and change the Rx burst functions iteration accordingly. Signed-off-by: Matan Az