Re: [dpdk-dev] [PATCH v2] tap: remove unused KERNEL_VERSION definitions

2018-01-12 Thread Ferruh Yigit
On 1/12/2018 6:14 PM, Ferruh Yigit wrote: > On 12/27/2017 6:28 PM, Stephen Hemminger wrote: >> The TAP device does not use these definitions in current version. >> And kernel version is not the correct way to detect features. >> >> Signed-off-by: Stephen Hemminger > > Fixes: 7c2d03d65f5e ("ne

Re: [dpdk-dev] [PATCH v2] tap: remove unused KERNEL_VERSION definitions

2018-01-12 Thread Ferruh Yigit
On 12/27/2017 6:28 PM, Stephen Hemminger wrote: > The TAP device does not use these definitions in current version. > And kernel version is not the correct way to detect features. > > Signed-off-by: Stephen Hemminger Fixes: 7c2d03d65f5e ("net/tap: remove Linux version check") Cc: sta...@

[dpdk-dev] [PATCH v2] tap: remove unused KERNEL_VERSION definitions

2017-12-27 Thread Stephen Hemminger
The TAP device does not use these definitions in current version. And kernel version is not the correct way to detect features. Signed-off-by: Stephen Hemminger --- drivers/net/tap/rte_eth_tap.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/ta