net/szedata2: use dynamically allocated queues
authorMatej Vido <vido@cesnet.cz>
Wed, 4 Apr 2018 13:42:19 +0000 (15:42 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 13 Apr 2018 22:40:21 +0000 (00:40 +0200)
commit4d0229f77cbdd89cb3a036395bd407f1101ce8db
tree5f42bc4a4e23d124a7fa6eac8a227f68fef7aa95
parent745f6a1e7e37d80920d38be4fffbb442a09ab7cf
net/szedata2: use dynamically allocated queues

Previously the queues were the part of private data structure of the
Ethernet device.
Now the queues are allocated at setup thus numa-aware allocation is
possible.

Signed-off-by: Matej Vido <vido@cesnet.cz>
drivers/net/szedata2/rte_eth_szedata2.c