netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/4] GVE Raw Addressing.
@ 2020-09-24  1:01 David Awogbemila
  2020-09-24  1:01 ` [PATCH net-next v3 1/4] gve: Add support for raw addressing device option David Awogbemila
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: David Awogbemila @ 2020-09-24  1:01 UTC (permalink / raw)
  To: netdev; +Cc: David Awogbemila

Changes from v2:
Patch 1: Get end of struct more simply: descriptor + 1, no need to cast void pointers.
Patch 2: Separate page recycling to its own commit (patch 3 in v3).
Patch 4 (patch 3 in v2): Fix alignment of gve_dma_sync_for_device params.

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 |  64 +++-
 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     | 350 ++++++++++++++-----
 drivers/net/ethernet/google/gve/gve_tx.c     | 205 +++++++++--
 7 files changed, 554 insertions(+), 150 deletions(-)

-- 
2.28.0.681.g6f77f65b4e-goog


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

end of thread, other threads:[~2020-10-02  9:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24  1:01 [PATCH net-next v3 0/4] GVE Raw Addressing David Awogbemila
2020-09-24  1:01 ` [PATCH net-next v3 1/4] gve: Add support for raw addressing device option David Awogbemila
2020-09-24 23:03   ` Jakub Kicinski
2020-09-24  1:01 ` [PATCH net-next v3 2/4] gve: Add support for raw addressing to the rx path David Awogbemila
2020-09-24  1:01 ` [PATCH net-next v3 3/4] gve: Rx Buffer Recycling David Awogbemila
2020-09-24 23:00   ` Jakub Kicinski
2020-09-30 16:10     ` David Awogbemila
2020-09-30 21:23       ` Jakub Kicinski
2020-09-24  1:01 ` [PATCH net-next v3 4/4] gve: Add support for raw addressing in the tx path David Awogbemila
2020-09-24 22:51   ` Jakub Kicinski
2020-09-30 16:09     ` David Awogbemila
2020-09-30 21:24       ` Jakub Kicinski
2020-10-02  9:54   ` kernel test robot

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).