Re: [dpdk-dev] [PATCH] net/sfc: fix Tx reap behaviour on port stop on EF10 datapath

2017-10-23 Thread Ferruh Yigit
On 10/18/2017 2:39 AM, Andrew Rybchenko wrote: > From: Ivan Malov > > Tx reap mechanism on EF10 native datapath was altered by one > of the recent patches to introduce performance optimisations > using the common technique of freeing mbuf segments in bulks. > > From this perspective, the way of

[dpdk-dev] [PATCH] net/sfc: fix Tx reap behaviour on port stop on EF10 datapath

2017-10-18 Thread Andrew Rybchenko
From: Ivan Malov Tx reap mechanism on EF10 native datapath was altered by one of the recent patches to introduce performance optimisations using the common technique of freeing mbuf segments in bulks. >From this perspective, the way of associating SW descriptors with individual mbuf segments rat