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

2016-02-18 Thread Ferruh Yigit
On Wed, Feb 17, 2016 at 05:36:55PM +, Bruce Richardson wrote: > On Fri, Jan 29, 2016 at 05:16:21PM +, Ferruh Yigit wrote: > > 1- Remove duplicate nb_rx/tx_queues fields from internals > > 2- Remove data->rx/tx_queues allocation, whose auto allocated by > > libether > > 3- Remove duplicate d

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

2016-02-17 Thread Bruce Richardson
On Fri, Jan 29, 2016 at 05:16:21PM +, Ferruh Yigit wrote: > 1- Remove duplicate nb_rx/tx_queues fields from internals > 2- Remove data->rx/tx_queues allocation, whose auto allocated by > libether > 3- Remove duplicate data->rx/tx_queues[i] assignments > > Signed-off-by: Ferruh Yigit > --- >

[dpdk-dev] [PATCH 2/3] ring: 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 data->rx/tx_queues allocation, whose auto allocated by libether 3- Remove duplicate data->rx/tx_queues[i] assignments Signed-off-by: Ferruh Yigit --- drivers/net/ring/rte_eth_ring.c | 52 +++--