<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); font-family:Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0; margin-bottom:0">Hi all,</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Please ignore this patch. Submitted another patch.<br>
</p>
<p style="margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top:0; margin-bottom:0">Regards,</p>
<p style="margin-top:0; margin-bottom:0">Praneeth<br>
</p>
<br>
<br>
<div style="color:rgb(0,0,0)">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> nareddy@marvell.com <nareddy@marvell.com><br>
<b>Sent:</b> Tuesday, April 23, 2019 11:54 AM<br>
<b>To:</b> dts@dpdk.org<br>
<b>Cc:</b> Faisal Masood; Vijaya Bhaskar Annayyolla; Narala Praneeth Reddy<br>
<b>Subject:</b> [PATCH v2] TestSuite_dual_vlan.py : vlan_stripq_config is not supported for cavium_a063</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt">
<div class="PlainText">From: Praneeth Reddy <nareddy@marvell.com><br>
<br>
rx_vlan_strip_set_on_queue is not supported for cavium_a063.<br>
Adding cavium_a063 to unsupported to list.<br>
<br>
Signed-off-by: Praneeth Reddy <nareddy@marvell.com><br>
---<br>
conf/test_case_checklist.json | 3 ++-<br>
tests/TestSuite_dual_vlan.py | 2 +-<br>
2 files changed, 3 insertions(+), 2 deletions(-)<br>
<br>
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json<br>
index a1aa90b..caa091d 100644<br>
--- a/conf/test_case_checklist.json<br>
+++ b/conf/test_case_checklist.json<br>
@@ -265,7 +265,8 @@<br>
"kawela_4",<br>
"springville",<br>
"fortville_25g",<br>
- "fortpark_TLV"<br>
+ "fortpark_TLV",<br>
++ "cavium_a063"<br>
],<br>
"Target": [<br>
"ALL"<br>
diff --git a/tests/TestSuite_dual_vlan.py b/tests/TestSuite_dual_vlan.py<br>
index 405a5a2..63bb715 100644<br>
--- a/tests/TestSuite_dual_vlan.py<br>
+++ b/tests/TestSuite_dual_vlan.py<br>
@@ -338,7 +338,7 @@ class TestDualVlan(TestCase):<br>
"""<br>
Enable/Disable VLAN packets strip on queue<br>
"""<br>
- self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV"], "%s NIC not support queue vlan strip " % self.nic)<br>
+ self.verify(self.nic not in ["fortville_eagle", "fortville_spirit", "fortville_spirit_single", "fortville_25g", "fortpark_TLV", "cavium_a063"], "%s NIC not support queue vlan strip " % self.nic)<br>
<br>
self.mode_config(filter="off")<br>
self.mode_config(qinq="off")<br>
-- <br>
1.8.3.1<br>
<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>