test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group
@ 2022-08-15 10:27 Jiale Song
  2022-08-26  6:27 ` Li, WeiyuanX
  2022-09-08  1:39 ` lijuan.tu
  0 siblings, 2 replies; 3+ messages in thread
From: Jiale Song @ 2022-08-15 10:27 UTC (permalink / raw)
  To: dts; +Cc: Jiale Song

the rule queue group not match the check queue group, 
so modify the check queues to match the rule queues.

Signed-off-by: Jiale Song <songx.jiale@intel.com>
---
 tests/TestSuite_ice_advanced_rss.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ice_advanced_rss.py b/tests/TestSuite_ice_advanced_rss.py
index 0c246cca..6a64c73d 100644
--- a/tests/TestSuite_ice_advanced_rss.py
+++ b/tests/TestSuite_ice_advanced_rss.py
@@ -5725,7 +5725,7 @@ class AdvancedRSSTest(TestCase):
         )
         out = fdirprocess.send_pkt_get_output(pkt_list[0])
         hashes, queues = self.rssprocess.get_hash_and_queues(out)
-        check_mark(out, pkt_num=1, check_param={"port_id": 0, "queue": [1, 2, 3, 4]})
+        check_mark(out, pkt_num=1, check_param={"port_id": 0, "queue": [0, 1, 2, 3]})
         self.logger.info("test_hash: {}       post_hash: {}".format(hashes_0, hashes))
         self.verify(hashes == hashes_0, "expect hash values not changed")
 
-- 
2.17.1


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

* RE: [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group
  2022-08-15 10:27 [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group Jiale Song
@ 2022-08-26  6:27 ` Li, WeiyuanX
  2022-09-08  1:39 ` lijuan.tu
  1 sibling, 0 replies; 3+ messages in thread
From: Li, WeiyuanX @ 2022-08-26  6:27 UTC (permalink / raw)
  To: Jiale, SongX, dts; +Cc: Jiale, SongX

[-- Attachment #1: Type: text/plain, Size: 522 bytes --]

> -----Original Message-----
> From: Jiale Song <songx.jiale@intel.com>
> Sent: Monday, August 15, 2022 6:28 PM
> To: dts@dpdk.org
> Cc: Jiale, SongX <songx.jiale@intel.com>
> Subject: [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue
> group to match the rule queue group
> 
> the rule queue group not match the check queue group, so modify the check
> queues to match the rule queues.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>
> ---
Tested-by: Weiyuan Li <weiyuanx.li@intel.com>

[-- Attachment #2: AdvancedRSSTest.log --]
[-- Type: application/octet-stream, Size: 1617594 bytes --]

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

* [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group
  2022-08-15 10:27 [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group Jiale Song
  2022-08-26  6:27 ` Li, WeiyuanX
@ 2022-09-08  1:39 ` lijuan.tu
  1 sibling, 0 replies; 3+ messages in thread
From: lijuan.tu @ 2022-09-08  1:39 UTC (permalink / raw)
  To: dts, Jiale Song; +Cc: Jiale Song

On Mon, 15 Aug 2022 10:27:42 +0000, Jiale Song <songx.jiale@intel.com> wrote:
> the rule queue group not match the check queue group, 
> so modify the check queues to match the rule queues.
> 
> Signed-off-by: Jiale Song <songx.jiale@intel.com>

Acked-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks

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

end of thread, other threads:[~2022-09-08  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-15 10:27 [dts] [PATCH V1] tests/ice_advanced_rss: modify the check queue group to match the rule queue group Jiale Song
2022-08-26  6:27 ` Li, WeiyuanX
2022-09-08  1:39 ` lijuan.tu

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