test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] TestSuite_rss_to_rte_flow.py: For cavium_a064 packets without rss rules can forward to any queue
@ 2019-08-12  7:53 nareddy
  2019-08-21  9:29 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: nareddy @ 2019-08-12  7:53 UTC (permalink / raw)
  To: dts; +Cc: fmasood, avijay, Praneeth Reddy

From: Praneeth Reddy <nareddy@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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-21  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12  7:53 [dts] [PATCH] TestSuite_rss_to_rte_flow.py: For cavium_a064 packets without rss rules can forward to any queue nareddy
2019-08-21  9:29 ` Tu, Lijuan

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