All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v5 0/4] GVE Raw Addressing
@ 2020-10-20 18:12 David Awogbemila
  2020-10-20 18:12 ` [PATCH net-next v5 1/4] gve: Add support for raw addressing device option David Awogbemila
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: David Awogbemila @ 2020-10-20 18:12 UTC (permalink / raw)
  To: netdev; +Cc: David Awogbemila

Changes from v4:
Patch 2: Remove "#include <linux/device-mapper.h>" gve_rx.c - it was added
	by accident.

Catherine Sullivan (3):
  gve: Add support for raw addressing device option
  gve: Add support for raw addressing to the rx path
  gve: Add support for raw addressing in the tx path

David Awogbemila (1):
  gve: Rx Buffer Recycling

 drivers/net/ethernet/google/gve/gve.h        |  40 +-
 drivers/net/ethernet/google/gve/gve_adminq.c |  70 +++-
 drivers/net/ethernet/google/gve/gve_adminq.h |  15 +-
 drivers/net/ethernet/google/gve/gve_desc.h   |  18 +-
 drivers/net/ethernet/google/gve/gve_main.c   |  12 +-
 drivers/net/ethernet/google/gve/gve_rx.c     | 374 ++++++++++++++-----
 drivers/net/ethernet/google/gve/gve_tx.c     | 207 ++++++++--
 7 files changed, 581 insertions(+), 155 deletions(-)

-- 
2.29.0.rc1.297.gfa9743e501-goog


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

end of thread, other threads:[~2020-11-01 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 18:12 [PATCH net-next v5 0/4] GVE Raw Addressing David Awogbemila
2020-10-20 18:12 ` [PATCH net-next v5 1/4] gve: Add support for raw addressing device option David Awogbemila
2020-10-20 18:12 ` [PATCH net-next v5 2/4] gve: Add support for raw addressing to the rx path David Awogbemila
2020-10-20 18:12 ` [PATCH net-next v5 3/4] gve: Rx Buffer Recycling David Awogbemila
2020-10-20 18:12 ` [PATCH net-next v5 4/4] gve: Add support for raw addressing in the tx path David Awogbemila
2020-11-01 11:02   ` kernel test robot
2020-11-01 11:02     ` kernel test robot
2020-10-20 21:23 ` [PATCH net-next v5 0/4] GVE Raw Addressing Jakub Kicinski

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.