Re: [dpdk-dev] [PATCH] net/tap: fix IFF_MULTI_QUEUE in older kernels not found

2017-01-20 Thread Thomas Monjalon
2017-01-20 16:11, Ferruh Yigit: > On 1/20/2017 2:30 PM, Keith Wiles wrote: > > Signed-off-by: Keith Wiles > > Reviewed-by: Ferruh Yigit > > Hi Thomas, > > Although this is a driver patch, would you mind getting it to the main > tree to fix build error asap (instead of waiting next integration)

Re: [dpdk-dev] [PATCH] net/tap: fix IFF_MULTI_QUEUE in older kernels not found

2017-01-20 Thread Ferruh Yigit
On 1/20/2017 2:30 PM, Keith Wiles wrote: > Signed-off-by: Keith Wiles Reviewed-by: Ferruh Yigit Hi Thomas, Although this is a driver patch, would you mind getting it to the main tree to fix build error asap (instead of waiting next integration)? Thanks, ferruh

[dpdk-dev] [PATCH] net/tap: fix IFF_MULTI_QUEUE in older kernels not found

2017-01-20 Thread Keith Wiles
Signed-off-by: Keith Wiles --- drivers/net/tap/rte_eth_tap.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index d5e2fc3..cb96e99 100644 --- a/drivers/net/tap/rte_eth_tap.c +++ b/drivers/net/tap/rte_eth_tap.c @@ -139,

[dpdk-dev] [PATCH] net/tap: fix IFF_MULTI_QUEUE in older kernels not found

2017-01-20 Thread Keith Wiles
Signed-off-by: Keith Wiles --- drivers/net/tap/rte_eth_tap.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/tap/rte_eth_tap.c b/drivers/net/tap/rte_eth_tap.c index d5e2fc3..5cf9831 100644 --- a/drivers/net/tap/rte_eth_tap.c +++ b/drivers/net/tap/rte_eth_tap.c @@ -139,