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

Tu, Lijuan lijuan.tu at intel.com
Wed Aug 21 11:29:30 CEST 2019


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of
> nareddy at marvell.com
> Sent: Monday, August 12, 2019 3:53 PM
> To: dts at dpdk.org
> Cc: fmasood at marvell.com; avijay at marvell.com; Praneeth Reddy
> <nareddy at marvell.com>
> Subject: [dts] [PATCH] TestSuite_rss_to_rte_flow.py: For cavium_a064
> packets without rss rules can forward to any queue
> 
> 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