Re: [dpdk-dev] [PATCH 2/4] net/szedata2: use dynamically allocated queues

2018-04-06 Thread Ferruh Yigit
On 4/6/2018 2:20 PM, Ferruh Yigit wrote: > On 4/4/2018 2:42 PM, Matej Vido wrote: >> 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. > > Hi Matej, > > Yes by default [rt]x_

Re: [dpdk-dev] [PATCH 2/4] net/szedata2: use dynamically allocated queues

2018-04-06 Thread Ferruh Yigit
On 4/4/2018 2:42 PM, Matej Vido wrote: > 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. Hi Matej, Yes by default [rt]x_queues are allocated via rte_zmalloc, which uses SOCKE

[dpdk-dev] [PATCH 2/4] net/szedata2: use dynamically allocated queues

2018-04-04 Thread Matej Vido
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 --- drivers/net/szedata2/rte_eth_szedata2.c | 99 - 1 file changed, 74 ins