From: Jeroen de Borst <jeroendb@google.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, jesse.brandeburg@intel.com,
Jeroen de Borst <jeroendb@google.com>
Subject: [PATCH net-next v4 0/2] Handle alternate miss-completions
Date: Wed, 16 Nov 2022 10:17:23 -0800 [thread overview]
Message-ID: <20221116181725.2207544-1-jeroendb@google.com> (raw)
Some versions of the virtual NIC present miss-completions in
an alternative way. Let the diver handle these alternate completions
and announce this capability to the device.
The capability is announced uing a new AdminQ command that sends
driver information to the device. The device can refuse a driver
if it is lacking support for a capability, or it can adopt it's
behavior to work around it.
Changed in v4:
- Clarified new AdminQ command in cover letter
- Changed EOPNOTSUPP to ENOTSUPP to match device's response
Changed in v3:
- Rewording cover letter
- Added 'Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>'
Changes in v2:
- Changed the subject to include 'gve:'
Jeroen de Borst (2):
gve: Adding a new AdminQ command to verify driver
gve: Handle alternate miss completions
drivers/net/ethernet/google/gve/gve.h | 1 +
drivers/net/ethernet/google/gve/gve_adminq.c | 19 +++++++
drivers/net/ethernet/google/gve/gve_adminq.h | 51 ++++++++++++++++++
.../net/ethernet/google/gve/gve_desc_dqo.h | 5 ++
drivers/net/ethernet/google/gve/gve_main.c | 52 +++++++++++++++++++
drivers/net/ethernet/google/gve/gve_tx_dqo.c | 18 ++++---
6 files changed, 140 insertions(+), 6 deletions(-)
--
2.38.1.431.g37b22c650d-goog
next reply other threads:[~2022-11-16 18:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-16 18:17 Jeroen de Borst [this message]
2022-11-16 18:17 ` [PATCH net-next v4 1/2] gve: Adding a new AdminQ command to verify driver Jeroen de Borst
2022-11-16 18:17 ` [PATCH net-next v4 2/2] gve: Handle alternate miss completions Jeroen de Borst
2022-11-17 11:12 ` Leon Romanovsky
2022-11-17 11:10 ` [PATCH net-next v4 0/2] Handle alternate miss-completions Leon Romanovsky
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=20221116181725.2207544-1-jeroendb@google.com \
--to=jeroendb@google.com \
--cc=davem@davemloft.net \
--cc=jesse.brandeburg@intel.com \
--cc=kuba@kernel.org \
--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.