Re: [dpdk-dev] [PATCH v2] net/tap: remove Linux version check

2017-07-17 Thread Pascal Mazon
Hello Raslan, So I've compiled your code, and it looks fine. Just one remark: When trying to _create_ a rule, the error message keep stating "overlapping rules". That was fine before, at it was the main cause of error. But now it is also likely that the error comes from the kernel not suppor

[dpdk-dev] [PATCH v2] net/tap: remove Linux version check

2017-07-16 Thread Raslan Darawsheh
Remove checks of Linux kernel version in order to support kernel with backported features. the expected behavior with a kernel that doesn't support flower and other bits is the following: -flow validate can return successfully -flow create using the same rule fails. Using the "rem