Re: [dpdk-dev] [PATCH] net/mlx5: removal already initialised mbuf fields

2017-05-30 Thread Ferruh Yigit
On 5/29/2017 2:30 PM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 11:45:09AM +0200, Nelio Laranjeiro wrote: >> Since commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), some >> fields are already initialised and do not need to be modified by the PMD >> anymore. >> >> Signed-off-by: N

Re: [dpdk-dev] [PATCH] net/mlx5: removal already initialised mbuf fields

2017-05-29 Thread Adrien Mazarguil
On Mon, May 29, 2017 at 11:45:09AM +0200, Nelio Laranjeiro wrote: > Since commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), some > fields are already initialised and do not need to be modified by the PMD > anymore. > > Signed-off-by: Nelio Laranjeiro > Acked-by: Shahaf Shuler Except

[dpdk-dev] [PATCH] net/mlx5: removal already initialised mbuf fields

2017-05-29 Thread Nelio Laranjeiro
Since commit 8f094a9ac5d7 ("mbuf: set mbuf fields while in pool"), some fields are already initialised and do not need to be modified by the PMD anymore. Signed-off-by: Nelio Laranjeiro Acked-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_rxtx.c | 2 -- 1 file changed, 2 deletions(-) diff --git a