[dpdk-dev] [PATCH 3/3] null: remove duplicate fields in internal data struct

2016-02-03 Thread Tetsuya Mukawa
On 2016/01/30 2:16, Ferruh Yigit wrote: > 1- remove duplicate nb_rx/tx_queues fields from internals > 2- remove duplicate numa_node field from internals > > Signed-off-by: Ferruh Yigit > --- > drivers/net/null/rte_eth_null.c | 36 > 1 file changed, 12 insertio

[dpdk-dev] [PATCH 3/3] null: remove duplicate fields in internal data struct

2016-01-29 Thread Ferruh Yigit
1- remove duplicate nb_rx/tx_queues fields from internals 2- remove duplicate numa_node field from internals Signed-off-by: Ferruh Yigit --- drivers/net/null/rte_eth_null.c | 36 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/drivers/net/null