[dpdk-dev] [PATCH 3/3] net/mlx5: do not invalidate title CQE

2016-11-18 Thread Ferruh Yigit
On 11/17/2016 10:38 AM, Adrien Mazarguil wrote: > On Thu, Nov 17, 2016 at 10:49:56AM +0100, Nelio Laranjeiro wrote: >> We can leave the title completion queue entry untouched since its contents >> are not modified. >> >> Reported-by: Liming Sun >> Signed-off-by: Nelio Laranjeiro <...> > Acked-by:

[dpdk-dev] [PATCH 3/3] net/mlx5: do not invalidate title CQE

2016-11-17 Thread Adrien Mazarguil
On Thu, Nov 17, 2016 at 10:49:56AM +0100, Nelio Laranjeiro wrote: > We can leave the title completion queue entry untouched since its contents > are not modified. > > Reported-by: Liming Sun > Signed-off-by: Nelio Laranjeiro > --- > drivers/net/mlx5/mlx5_rxtx.c | 2 +- > 1 file changed, 1 inser

[dpdk-dev] [PATCH 3/3] net/mlx5: do not invalidate title CQE

2016-11-17 Thread Nelio Laranjeiro
We can leave the title completion queue entry untouched since its contents are not modified. Reported-by: Liming Sun Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/ml