Re: [dpdk-dev] [PATCH] net/mlx5: fix L4 protocol validation

2018-11-06 Thread Shahaf Shuler
Tuesday, November 6, 2018 10:14 AM, Yongseok Koh: > Subject: [PATCH] net/mlx5: fix L4 protocol validation > > - Currently, no device supports partial mask for protocol in IP header. > - As there could be multiple IP items, next_protocol variable in flow > validation has to be reset for inner lay

[dpdk-dev] [PATCH] net/mlx5: fix L4 protocol validation

2018-11-06 Thread Yongseok Koh
- Currently, no device supports partial mask for protocol in IP header. - As there could be multiple IP items, next_protocol variable in flow validation has to be reset for inner layer. Otherwise, inner TCP/UDP will see protocol number of outer IP header. - Remove redundant protocol checking fo