Re: [dpdk-dev] [PATCH] net/mlx5: fix artificial L4 limitation on switch flow rules

2018-08-15 Thread Shahaf Shuler
Monday, August 6, 2018 5:26 PM, Adrien Mazarguil: > Subject: [PATCH] net/mlx5: fix artificial L4 limitation on switch flow rules > > Partial bit-masks are in fact supported on TCP/UDP source/destination ports. > Remove unnecessary check. > > Fixes: 2bfc777e07 ("net/mlx5: add L2-L4 pattern items t

[dpdk-dev] [PATCH] net/mlx5: fix artificial L4 limitation on switch flow rules

2018-08-06 Thread Adrien Mazarguil
Partial bit-masks are in fact supported on TCP/UDP source/destination ports. Remove unnecessary check. Fixes: 2bfc777e07 ("net/mlx5: add L2-L4 pattern items to switch flow rules") Signed-off-by: Adrien Mazarguil --- drivers/net/mlx5/mlx5_nl_flow.c | 20 1 file changed, 20 d