Re: [dpdk-dev] [PATCH] net/mlx5: improve flow item IP validation

2019-11-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Xiaoyu Min > Sent: Tuesday, November 5, 2019 9:51 AM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko > Cc: dev@dpdk.org; sta...@dpdk.org; Ori Kam > Subject: [dpdk-dev] [PATCH] net/mlx5: improve fl

[dpdk-dev] [PATCH] net/mlx5: improve flow item IP validation

2019-11-04 Thread Xiaoyu Min
Currently PMD doesn't check whether the user specified ethernet type is conflicting with the followed IPv4/IPv6 items, which leads to HW refuse to create rule, for example: ... pattern eth type is 0x86dd / ipv4 / end ... ethernet type is IPv6 but IPv4 is following, this should be validated as f