<div dir="ltr">Hello Lijuan,<br><br>I just wanted to follow up and ask about the status of this patch. I would like to minimize the time the community lab is running patches that are not in mainline DTS. <div><br></div><div>Owen</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jul 14, 2021 at 12:22 PM <<a href="mailto:ohilyard@iol.unh.edu">ohilyard@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Owen Hilyard <<a href="mailto:ohilyard@iol.unh.edu" target="_blank">ohilyard@iol.unh.edu</a>><br>
<br>
brcm_57414 and brcm_P2100G are not currently in the settings files for<br>
DTS. This causes errors when DTS is run with these nics. The community<br>
lab was running a patched version of DTS, but we are making an effort to<br>
more closely align to upstream. Since these nics are used in CI for<br>
DPDK, they are well tested with DTS and shouldn't cause any issues.<br>
<br>
Signed-off-by: Owen Hilyard <<a href="mailto:ohilyard@iol.unh.edu" target="_blank">ohilyard@iol.unh.edu</a>><br>
---<br>
 conf/nic_single_core_perf.cfg | 8 +++++++-<br>
 framework/settings.py         | 8 ++++++--<br>
 2 files changed, 13 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/conf/nic_single_core_perf.cfg b/conf/nic_single_core_perf.cfg<br>
index 7970995e..4a1073f5 100644<br>
--- a/conf/nic_single_core_perf.cfg<br>
+++ b/conf/nic_single_core_perf.cfg<br>
@@ -72,4 +72,10 @@ expected_throughput = {<br>
                              '1C/2T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}}},<br>
     'ConnectX5_MT4121': {<br>
         '1C/1T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}},<br>
-        '1C/2T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}}}<br>
+        '1C/2T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}},<br>
+    'brcm_57414': {<br>
+            '1C/1T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}},<br>
+            '1C/2T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}},<br>
+    'brcm_P2100G': {<br>
+            '1C/1T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}},<br>
+            '1C/2T': {64: {128: 0.00, 256: 0.00, 512: 0.00, 2048: 0.00}}}}<br>
\ No newline at end of file<br>
diff --git a/framework/settings.py b/framework/settings.py<br>
index 9ceffe2e..fe7c01b5 100644<br>
--- a/framework/settings.py<br>
+++ b/framework/settings.py<br>
@@ -110,7 +110,9 @@ NICS = {<br>
     'fastlinq_ql41000_vf': '1077:8090',<br>
     'carlsville': '8086:15ff',<br>
     'hi1822': '19e5:1822',<br>
-    'foxville': '8086:15f2'<br>
+    'foxville': '8086:15f2',<br>
+    'brcm_57414': '14e4:16d7',<br>
+    'brcm_P2100G': '14e4:1750'<br>
 }<br>
<br>
 DRIVERS = {<br>
@@ -174,7 +176,9 @@ DRIVERS = {<br>
     'fastlinq_ql41000_vf': 'qede',<br>
     'carlsville': 'i40e',<br>
     'hi1822': 'hinic',<br>
-    'foxville':'igc'<br>
+    'foxville':'igc',<br>
+    'brcm_57414': 'bnxt_en',<br>
+    'brcm_P2100G': 'bnxt_en'<br>
 }<br>
<br>
 """<br>
-- <br>
2.30.2<br>
<br>
</blockquote></div>