<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 1:47 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>
Add support for brcm_P2100G and brcm_57414 to nic_single_core_perf.<br>
<br>
Signed-off-by: Owen Hilyard <<a href="mailto:ohilyard@iol.unh.edu" target="_blank">ohilyard@iol.unh.edu</a>><br>
---<br>
tests/TestSuite_nic_single_core_perf.py | 3 ++-<br>
1 file changed, 2 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/tests/TestSuite_nic_single_core_perf.py b/tests/TestSuite_nic_single_core_perf.py<br>
index dee189e5..4ccc04ac 100644<br>
--- a/tests/TestSuite_nic_single_core_perf.py<br>
+++ b/tests/TestSuite_nic_single_core_perf.py<br>
@@ -54,7 +54,8 @@ class TestNicSingleCorePerf(TestCase):<br>
PMD prerequisites.<br>
"""<br>
self.verify(self.nic in ['niantic', 'fortville_25g', 'fortville_spirit', 'ConnectX5_MT4121',<br>
- 'ConnectX4_LX_MT4117', 'columbiaville_100g', 'columbiaville_25g', 'columbiaville_25gx2'],<br>
+ 'ConnectX4_LX_MT4117', 'columbiaville_100g', 'columbiaville_25g', 'columbiaville_25gx2',<br>
+ 'brcm_57414', 'brcm_P2100G'],<br>
"Not required NIC ")<br>
self.headers_size = HEADER_SIZE['eth'] + HEADER_SIZE['ip']<br>
<br>
-- <br>
2.30.2<br>
<br>
</blockquote></div>