Re: [dpdk-dev] [PATCH] net/enic: remove initialization of some mbuf fields

2017-04-11 Thread Ferruh Yigit
On 4/11/2017 2:37 AM, John Daley wrote: > Remove initialization of next and nb_segs mbuf fields in the Rx path > since they are now initialized in the mbuf pool. > > See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"). > > Signed-off-by: John Daley Applied to dpdk-next-net/master, t

[dpdk-dev] [PATCH] net/enic: remove initialization of some mbuf fields

2017-04-10 Thread John Daley
Remove initialization of next and nb_segs mbuf fields in the Rx path since they are now initialized in the mbuf pool. See commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"). Signed-off-by: John Daley --- drivers/net/enic/enic_rxtx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/