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

2017-07-18 Thread Ferruh Yigit
<...> > On 07/17/2017 11:00 AM, Raslan Darawsheh wrote: >> 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 su

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

2017-07-18 Thread Pascal Mazon
Ok for me. Cheers, Pascal Acked-by: Pascal Mazon On 07/17/2017 11:00 AM, Raslan Darawsheh wrote: 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:

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

2017-07-17 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