Re: [dpdk-dev] [PATCH] net/mlx5: fix VLAN stripping indication

2017-02-20 Thread Nélio Laranjeiro
On Sun, Feb 19, 2017 at 03:34:45PM +0200, Shahaf Shuler wrote: > The indication on vlan stripping was taken from the wrong location in the > completion entry. > > Fixes: 9964b965ad69 ("net/mlx5: re-add Rx scatter support") > CC: sta...@dpdk.org > > Signed-off-by: Shahaf Shuler > --- > drivers/n

[dpdk-dev] [PATCH] net/mlx5: fix VLAN stripping indication

2017-02-20 Thread Shahaf Shuler
The indication on vlan stripping was taken from the wrong location in the completion entry. Fixes: 9964b965ad69 ("net/mlx5: re-add Rx scatter support") CC: sta...@dpdk.org Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_rxtx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -