[dpdk-dev] [PATCH v4 0/3] clean-up on virtual PMDs

2016-03-10 Thread Bruce Richardson
On Fri, Feb 26, 2016 at 04:58:06PM +, 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 varia

[dpdk-dev] [PATCH v4 0/3] clean-up on virtual PMDs

2016-02-26 Thread Ferruh Yigit
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 func