net/tap: move fds of queues to be in process private
authorRaslan Darawsheh <rasland@mellanox.com>
Thu, 18 Oct 2018 10:17:28 +0000 (13:17 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:05 +0000 (22:14 +0200)
commited8132e7c91202abfeccc2f9e39c334df2f5db69
tree87c0a9f94b496836c3ac0f1b5b9f65f716741ab4
parent48b9dcd62a96bb4d9bd81077bf9d628391c25f3f
net/tap: move fds of queues to be in process private

fd's cannot be shared between processes, and each process need to have
it's own fd's pointer.

Signed-off-by: Raslan Darawsheh <rasland@mellanox.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/tap/rte_eth_tap.c
drivers/net/tap/rte_eth_tap.h
drivers/net/tap/tap_flow.c
drivers/net/tap/tap_intr.c