net/tap: move private elements to external header
authorPascal Mazon <pascal.mazon@6wind.com>
Thu, 23 Mar 2017 08:33:54 +0000 (09:33 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 4 Apr 2017 16:59:46 +0000 (18:59 +0200)
commitcf5643661161056c0ad0c073dd37ff674c2c9dc6
tree8e07ced990f4657083d1cd5d52aef12255f049b8
parent69a3d576f0c7f4e5ecf905a04e6e24eff6967fb0
net/tap: move private elements to external header

In the next patch, access to struct pmd_internals will be necessary in
tap_flow.c to store the flows.

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Acked-by: Olga Shern <olgas@mellanox.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
drivers/net/tap/Makefile
drivers/net/tap/rte_eth_tap.c
drivers/net/tap/rte_eth_tap.h [new file with mode: 0644]