Re: [dpdk-dev] [PATCH] net/sfc: remove unnecessary mbuf initialization on Rx path

2017-04-07 Thread Ferruh Yigit
On 4/4/2017 12:57 PM, Andrew Rybchenko wrote: > mbuf next is equal to NULL, nb_segs and reference counter are equal to 1 > when mbuf is obtained from mempool. > > Signed-off-by: Andrew Rybchenko Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/sfc: remove unnecessary mbuf initialization on Rx path

2017-04-04 Thread Andrew Rybchenko
mbuf next is equal to NULL, nb_segs and reference counter are equal to 1 when mbuf is obtained from mempool. Signed-off-by: Andrew Rybchenko --- Depends on http://dpdk.org/ml/archives/dev/2017-March/059693.html drivers/net/sfc/sfc_ef10_rx.c | 18 +- drivers/net/sfc/sfc_rx.c