test suite reviews and discussions
 help / color / mirror / Atom feed
* [PATCH] framework/settings: add support for GVE driver
@ 2023-12-01  0:12 Joshua Washington
  0 siblings, 0 replies; only message in thread
From: Joshua Washington @ 2023-12-01  0:12 UTC (permalink / raw)
  To: dts; +Cc: Rushil Gupta, Joshua Washington

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-12-01  0:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01  0:12 [PATCH] framework/settings: add support for GVE driver Joshua Washington

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