All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] deprecate fields in rte_ethdev
@ 2015-10-17  0:14 Stephen Hemminger
  2015-10-17  0:14 ` [PATCH 1/9] vmxnet3: drop deprecated statistics Stephen Hemminger
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Stephen Hemminger @ 2015-10-17  0:14 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

From: Stephen Hemminger <shemming@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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-11-03  0:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-17  0:14 [PATCH 0/9] deprecate fields in rte_ethdev Stephen Hemminger
2015-10-17  0:14 ` [PATCH 1/9] vmxnet3: drop deprecated statistics Stephen Hemminger
2015-10-17  0:14 ` [PATCH 2/9] ixgbe: drop statistics marked for deprecation Stephen Hemminger
2015-10-17  0:14 ` [PATCH 3/9] bond: don't sum deprecated statistics Stephen Hemminger
2015-10-17  0:14 ` [PATCH 4/9] cxgbe: don't report " Stephen Hemminger
2015-10-17  0:14 ` [PATCH 5/9] i40e: " Stephen Hemminger
2015-10-17  0:14 ` [PATCH 6/9] enic: don't fill in " Stephen Hemminger
2015-10-17  0:14 ` [PATCH 7/9] e1000: don't report " Stephen Hemminger
2015-10-17  0:14 ` [PATCH 8/9] test-pmd: don't check deprecated ethernet statistics Stephen Hemminger
2015-10-17  0:14 ` [PATCH 9/9] rte_ether: mark deprecated statistics with attribute Stephen Hemminger
2015-11-03  0:02 ` [PATCH 0/9] deprecate fields in rte_ethdev Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.