netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] liquidio: add support for ndo_get_stats64
@ 2018-04-25 23:59 Felix Manlunas
  2018-04-26  0:00 ` [PATCH net-next 1/2] liquidio: move a couple of functions to lio_core.c Felix Manlunas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Felix Manlunas @ 2018-04-25 23:59 UTC (permalink / raw)
  To: davem
  Cc: netdev, raghu.vatsavayi, derek.chickles, satananda.burla,
	felix.manlunas, pradeep.nalla

From: Pradeep Nalla <pradeep.nalla@cavium.com>

Support ndo_get_stats64 instead of ndo_get_stats.  Also add stats for
multicast and broadcast packets.

Pradeep Nalla (2):
  liquidio: move a couple of functions to lio_core.c
  liquidio: add support for ndo_get_stats64 instead of ndo_get_stats

 drivers/net/ethernet/cavium/liquidio/lio_core.c    | 156 +++++++++++++
 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c | 255 +++++----------------
 drivers/net/ethernet/cavium/liquidio/lio_main.c    |  52 +++--
 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c |  47 ++--
 .../net/ethernet/cavium/liquidio/liquidio_common.h |   5 +
 .../net/ethernet/cavium/liquidio/octeon_network.h  |   2 +
 6 files changed, 289 insertions(+), 228 deletions(-)

-- 
2.9.0

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

end of thread, other threads:[~2018-04-27 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-25 23:59 [PATCH net-next 0/2] liquidio: add support for ndo_get_stats64 Felix Manlunas
2018-04-26  0:00 ` [PATCH net-next 1/2] liquidio: move a couple of functions to lio_core.c Felix Manlunas
2018-04-26  0:00 ` [PATCH net-next 2/2] liquidio: add support for ndo_get_stats64 instead of ndo_get_stats Felix Manlunas
2018-04-27 17:19 ` [PATCH net-next 0/2] liquidio: add support for ndo_get_stats64 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).