From: Stephen Hemminger <shemm...@brocade.com> Complete the work that was started by Maryam Tahhan to deprecate driver specific fields in Ethernet statistics. This fixes all the drivers, then tests, and finally actually marks them as deprecated.
Stephen Hemminger (9): vmxnet3: drop deprecated statistics ixgbe: drop statistics marked for deprecation bond: don't sum deprecated statistics cxgbe: don't report deprecated statistics i40e: don't report deprecated statistics enic: don't fill in deprecated statistics e1000: don't report deprecated statistics test-pmd: don't check deprecated ethernet statistics rte_ether: mark deprecated statistics with attribute app/test-pmd/config.c | 30 +++--------------- app/test-pmd/testpmd.c | 50 ++++++------------------------ app/test/test_pmd_perf.c | 12 +++---- drivers/net/bonding/rte_eth_bond_pmd.c | 7 ----- drivers/net/cxgbe/cxgbe_ethdev.c | 16 +++------- drivers/net/e1000/em_ethdev.c | 15 ++------- drivers/net/e1000/igb_ethdev.c | 15 ++------- drivers/net/enic/enic_main.c | 1 - drivers/net/i40e/i40e_ethdev.c | 11 +++---- drivers/net/ixgbe/ixgbe_ethdev.c | 2 -- drivers/net/vmxnet3/vmxnet3_ethdev.c | 1 - lib/librte_eal/common/include/rte_common.h | 3 ++ lib/librte_ether/rte_ethdev.h | 22 ++++++------- 13 files changed, 46 insertions(+), 139 deletions(-) -- 2.1.4