[V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
Commit Message
set_key_keylen results changed, modify dts to adapt
Signed-off-by: Zhou Jun <junx.w.zhou@intel.com>
---
tests/TestSuite_rss_to_rte_flow.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Tested-by: Zhou, Jun <junx.w.zhou@intel.com>
-----Original Message-----
From: Zhou Jun [mailto:junx.w.zhou@intel.com]
Sent: Monday, February 8, 2021 3:01 PM
To: dts@dpdk.org
Cc: Zhou, JunX W <junx.w.zhou@intel.com>
Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen results changed, modify dts to adapt
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
Best Regards,
Zhao Haiyang
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> Sent: Monday, February 8, 2021 15:06
> To: Zhou, JunX W <junx.w.zhou@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow:
> set_key_keylen results changed, modify dts to adapt
>
> Tested-by: Zhou, Jun <junx.w.zhou@intel.com>
>
> -----Original Message-----
> From: Zhou Jun [mailto:junx.w.zhou@intel.com]
> Sent: Monday, February 8, 2021 3:01 PM
> To: dts@dpdk.org
> Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen
> results changed, modify dts to adapt
Applied
> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhao, HaiyangX
> Sent: 2021年2月8日 16:43
> To: Zhou, JunX W <junx.w.zhou@intel.com>; Zhou, JunX W
> <junx.w.zhou@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow: set_key_keylen
> results changed, modify dts to adapt
>
> Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>
>
> Best Regards,
> Zhao Haiyang
>
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Zhou, JunX W
> > Sent: Monday, February 8, 2021 15:06
> > To: Zhou, JunX W <junx.w.zhou@intel.com>; dts@dpdk.org
> > Subject: Re: [dts] [PATCH V1] tests/TestSuite_rss_to_rte_flow:
> > set_key_keylen results changed, modify dts to adapt
> >
> > Tested-by: Zhou, Jun <junx.w.zhou@intel.com>
> >
> > -----Original Message-----
> > From: Zhou Jun [mailto:junx.w.zhou@intel.com]
> > Sent: Monday, February 8, 2021 3:01 PM
> > To: dts@dpdk.org
> > Cc: Zhou, JunX W <junx.w.zhou@intel.com>
> > Subject: [dts][PATCH V1] tests/TestSuite_rss_to_rte_flow:
> > set_key_keylen results changed, modify dts to adapt
@@ -586,7 +586,7 @@ class TestRSS_to_Rteflow(TestCase):
self.verify((key in out2) and (out1 != out2) and (port0_list1 != port0_list2), "the key setting doesn't take effect.")
- self.verify((key not in out3) and (out3 != out1 != out2) and (port0_list3 != port0_list1 != port0_list2), "the key setting doesn't take effect.")
+ self.verify((key not in out3) and (out3 == out1 and out1 != out2) and (port0_list3 == port0_list1 and port0_list1 != port0_list2), "the key setting doesn't take effect.")
# Create a rss rule with padding key_len on port 0
key = "1234567890123456789012345678901234567890FFFFFFFFFFFF1234567890123456789012345678901234567890FFFFFF"