net/tap: fix build with old kernels
authorKeith Wiles <keith.wiles@intel.com>
Fri, 20 Jan 2017 14:30:25 +0000 (08:30 -0600)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 20 Jan 2017 17:37:22 +0000 (18:37 +0100)
commitb0120a300b10e0f5ee84c304337c7cf82359b8ec
tree9108c6f35a4c94460614ac0e56cc258c0851e638
parent2ee926f1fd00ff3565ac7bf05957e36b8be5aa61
net/tap: fix build with old kernels

IFF_MULTI_QUEUE does not exist in older kernels:
drivers/net/tap/rte_eth_tap.c:143:19: error: ‘IFF_MULTI_QUEUE’ undeclared

Signed-off-by: Keith Wiles <keith.wiles@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/tap/rte_eth_tap.c