[dts] [PATCH] TestSuite_rss_to_rte_flow.py: For cavium_a064 packets without rss rules can forward to any queue

nareddy at marvell.com nareddy at marvell.com
Mon Aug 12 09:53:17 CEST 2019


From: Praneeth Reddy <nareddy at marvell.com>

Packets which are not defined in rss rules can forward to random queue.
So not checking packets which are not part of rss rules.

Signed-off-by: Praneeth Reddy <nareddy at marvell.com>
---
 tests/TestSuite_rss_to_rte_flow.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_rss_to_rte_flow.py b/tests/TestSuite_rss_to_rte_flow.py
index 0ee55bc..1198c3e 100644
--- a/tests/TestSuite_rss_to_rte_flow.py
+++ b/tests/TestSuite_rss_to_rte_flow.py
@@ -365,7 +365,7 @@ class TestRSS_to_Rteflow(TestCase):
             self.send_and_check(self.pkt1, rss_queue)
             self.send_and_check(self.pkt7, rss_queue)
             self.send_and_check(self.pkt8, rss_queue)
-        elif(self.nic in ["cavium_a063"]):
+        elif(self.nic in ["cavium_a063", "cavium_a064"]):
             rss_queue = ["1", "4", "7"]
             self.send_and_check(self.pkt2, rss_queue)
             self.send_and_check(self.pkt3, rss_queue)
-- 
1.8.3.1



More information about the dts mailing list