All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/8] Add GVE Features.
@ 2020-09-11 17:38 David Awogbemila
  2020-09-11 17:38 ` [PATCH net-next v4 1/8] gve: Get and set Rx copybreak via ethtool David Awogbemila
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: David Awogbemila @ 2020-09-11 17:38 UTC (permalink / raw)
  To: netdev; +Cc: David Awogbemila

Note: Patch 4 in v3 was dropped.

Patch 4 (patch 5 in v3): Start/stop timer only when report stats is
				enabled/disabled.
Patch 7 (patch 8 in v3): Use netdev_info, not dev_info, to log
				device link status.

Catherine Sullivan (1):
  gve: Use dev_info/err instead of netif_info/err.

David Awogbemila (2):
  gve: NIC stats for report-stats and for ethtool
  gve: Enable Link Speed Reporting in the driver.

Kuo Zhao (3):
  gve: Get and set Rx copybreak via ethtool
  gve: Add stats for gve.
  gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.

Patricio Noyola (1):
  gve: Use link status register to report link status

Sagi Shahar (1):
  gve: Batch AQ commands for creating and destroying queues.

 drivers/net/ethernet/google/gve/gve.h         | 106 ++++-
 drivers/net/ethernet/google/gve/gve_adminq.c  | 315 +++++++++++++--
 drivers/net/ethernet/google/gve/gve_adminq.h  |  62 ++-
 drivers/net/ethernet/google/gve/gve_ethtool.c | 366 ++++++++++++++++--
 drivers/net/ethernet/google/gve/gve_main.c    | 301 ++++++++++----
 .../net/ethernet/google/gve/gve_register.h    |   1 +
 drivers/net/ethernet/google/gve/gve_rx.c      |  37 +-
 7 files changed, 1024 insertions(+), 164 deletions(-)

-- 
2.28.0.526.ge36021eeef-goog


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

end of thread, other threads:[~2020-09-11 21:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 17:38 [PATCH net-next v4 0/8] Add GVE Features David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 1/8] gve: Get and set Rx copybreak via ethtool David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 2/8] gve: Add stats for gve David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 3/8] gve: Use dev_info/err instead of netif_info/err David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 4/8] gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 5/8] gve: NIC stats for report-stats and for ethtool David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 6/8] gve: Batch AQ commands for creating and destroying queues David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 7/8] gve: Use link status register to report link status David Awogbemila
2020-09-11 17:38 ` [PATCH net-next v4 8/8] gve: Enable Link Speed Reporting in the driver David Awogbemila
2020-09-11 20:55 ` [PATCH net-next v4 0/8] Add GVE Features Jakub Kicinski
2020-09-11 21:32   ` David Miller

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.