Re: [dpdk-dev] [PATCH 2/5] net/mlx5: fix flows when VXLAN tunnel is 0

2017-11-01 Thread Yongseok Koh
> On Oct 31, 2017, at 8:51 AM, Nelio Laranjeiro > wrote: > > Fix a strange behavior from the NIC, when the flow starts with a VXLAN > layer with a VNI equals to zero all the traffic will match within this > rule. > > Fixes: 2e709b6aa0f5 ("net/mlx5: support VXLAN flow item") > Cc: sta...@dpdk.o

[dpdk-dev] [PATCH 2/5] net/mlx5: fix flows when VXLAN tunnel is 0

2017-10-31 Thread Nelio Laranjeiro
Fix a strange behavior from the NIC, when the flow starts with a VXLAN layer with a VNI equals to zero all the traffic will match within this rule. Fixes: 2e709b6aa0f5 ("net/mlx5: support VXLAN flow item") Cc: sta...@dpdk.org Signed-off-by: Nelio Laranjeiro --- doc/guides/nics/mlx5.rst | 2