All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Awogbemila <awogbemila@google.com>
To: netdev@vger.kernel.org
Cc: David Awogbemila <awogbemila@google.com>
Subject: [PATCH net-next v5 0/4] GVE Raw Addressing
Date: Tue, 20 Oct 2020 11:12:48 -0700	[thread overview]
Message-ID: <20201020181252.753330-1-awogbemila@google.com> (raw)

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


             reply	other threads:[~2020-10-20 18:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-20 18:12 David Awogbemila [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2020-11-03 17:46 David Awogbemila

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201020181252.753330-1-awogbemila@google.com \
    --to=awogbemila@google.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.