This is a clean-up patch, no defect fixed, no functional difference expected.
Patch mainly removes duplicated fields between data->dev_private and data (struct rte_eth_dev_data). There are a few minor cleanups that: pcap: move a common code into a function ring: remove duplicated data->rx/tx_queues allocation and assignment Ferruh Yigit (3): pcap: remove duplicate fields in internal data struct ring: remove duplicate fields in internal data struct null: remove duplicate fields in internal data struct drivers/net/null/rte_eth_null.c | 36 ++++------- drivers/net/pcap/rte_eth_pcap.c | 130 +++++++++++++++++++--------------------- drivers/net/ring/rte_eth_ring.c | 52 +++++----------- 3 files changed, 87 insertions(+), 131 deletions(-) -- 2.5.0