On Fri, Feb 26, 2016 at 04:58:06PM +0000, Ferruh Yigit wrote: > This is a clean-up patch, no defect fixed, no functional difference > expected. > > Patch removes duplicated fields between data->dev_private > and data (struct rte_eth_dev_data) for pcap and null PMDs. > For ring, renames some variables and does code cleanup. > > Also for pcap: move a common code into a function > > v4: > * ring: Commit message updated to mention from code cleanup, > no code update. > > v3: > * ring: Add fields in internal data struct back, rename them > these fields required to keep max configured queue number > > v2: > * ring: Add memory allocation and queue assignment back, > these are to make rte_eth_from_ring() work without > rte_eth_dev_configure() or rte_eth_rx/tx_queue_setup() calls > > > Ferruh Yigit (3): > pcap: remove duplicate fields in internal data struct > ring: variable rename and code cleanup > null: remove duplicate fields in internal data struct > Applied to dpdk-next-net/rel_16_04
/Bruce