netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Handle alternate miss-completions
@ 2022-11-10 17:27 Jeroen de Borst
  2022-11-10 17:27 ` [PATCH net-next 1/2] Adding a new AdminQ command to verify driver Jeroen de Borst
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeroen de Borst @ 2022-11-10 17:27 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, Jeroen de Borst

Some versions of the virtual NIC present miss-completions in
an alternative way. This patch-set lets the diver handle these
alternate completions and announce this capability to the device.

Jeroen de Borst (2):
  Adding a new AdminQ command to verify driver
  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


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

end of thread, other threads:[~2022-11-11  5:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-10 17:27 [PATCH net-next 0/2] Handle alternate miss-completions Jeroen de Borst
2022-11-10 17:27 ` [PATCH net-next 1/2] Adding a new AdminQ command to verify driver Jeroen de Borst
2022-11-10 17:28 ` [PATCH net-next 2/2] Handle alternate miss completions Jeroen de Borst
2022-11-10 22:39 ` [PATCH net-next 0/2] Handle alternate miss-completions Jeroen de Borst
2022-11-11  5:23   ` Jakub Kicinski

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