From: David Awogbemila <awogbemila@google.com>
To: netdev@vger.kernel.org
Cc: David Awogbemila <awogbemila@google.com>
Subject: [PATCH v4 0/4] GVE Raw Addressing
Date: Wed, 14 Oct 2020 15:27:11 -0700 [thread overview]
Message-ID: <20201014222715.83445-1-awogbemila@google.com> (raw)
Changes from v3:
Patch 1: Avoid long condition in describe_device when verifying size of option and option length,
apply byteswap to constant when verifying raw addressing feature mask so conversion can be
done at compile time,
use dev_warn & print bad params for raw addressing feature mask errors,
use dev_dbg for unrecognized oprion error,
fix alignment.
Patch 2: Fix error path where page allocation fails during
gve_prefill_rx_pages.
Add function gve_rx_unfill_pages to herlp clean up rx _rings.
Patch 3: Fix double space,
simplify check to fit packet into half page & use mtu, not max_mtu,
remove unncessary parens,
add missing empty line,
correct segments spelling,
add Buffer refilling mechanism for RDA: return budget to trigger napi reschedule,
remove unnecessary parens.
Patch 4: Fix double space.
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 | 366 ++++++++++++++-----
drivers/net/ethernet/google/gve/gve_tx.c | 205 +++++++++--
7 files changed, 574 insertions(+), 152 deletions(-)
--
2.28.0.1011.ga647a8990f-goog
next reply other threads:[~2020-10-15 2:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 22:27 David Awogbemila [this message]
2020-10-14 22:27 ` [PATCH net-next v4 1/4] gve: Add support for raw addressing device option David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 2/4] gve: Add support for raw addressing to the rx path David Awogbemila
2020-10-15 18:32 ` Jakub Kicinski
2020-10-15 20:03 ` David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 3/4] gve: Rx Buffer Recycling David Awogbemila
2020-10-14 22:27 ` [PATCH net-next v4 4/4] gve: Add support for raw addressing in the tx path 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=20201014222715.83445-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 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).