test suite reviews and discussions
 help / color / mirror / Atom feed
From: Joshua Washington <joshwash@google.com>
To: dts@dpdk.org
Cc: Rushil Gupta <rushilg@google.com>,
	Joshua Washington <joshwash@google.com>
Subject: [PATCH] framework/settings: add support for GVE driver
Date: Thu, 30 Nov 2023 16:12:04 -0800	[thread overview]
Message-ID: <20231201001204.1344255-1-joshwash@google.com> (raw)

Signed-off-by: Joshua Washington <joshwash@google.com>
---
 framework/settings.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/framework/settings.py b/framework/settings.py
index 1a561dda..b0ba7619 100644
--- a/framework/settings.py
+++ b/framework/settings.py
@@ -98,6 +98,7 @@ NICS = {
     "corigine_4000_pf": "1da8:4000",
     "corigine_6000_pf": "1da8:6000",
     "corigine_6000_vf": "1da8:6003",
+    "gVNIC": "1ae0:0042",
 }
 
 ETH_700_SERIES = (
@@ -193,6 +194,7 @@ DRIVERS = {
     "corigine_4000_pf": "nfp",
     "corigine_6000_pf": "nfp",
     "corigine_6000_vf": "nfp_vf",
+    "gVNIC": "gve",
 }
 
 """
-- 
2.43.0.rc2.451.g8631bc7472-goog


                 reply	other threads:[~2023-12-01  0:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20231201001204.1344255-1-joshwash@google.com \
    --to=joshwash@google.com \
    --cc=dts@dpdk.org \
    --cc=rushilg@google.com \
    /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).