test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts
@ 2019-10-30 19:35 Xiao Qimai
  2019-10-31  2:28 ` Li, WenjieX A
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Xiao Qimai @ 2019-10-30 19:35 UTC (permalink / raw)
  To: dts; +Cc: Xiao Qimai

dpdk commandline has been changed from 'vlan set qinq on 0' to 'vlan set extend on 0' in dpdk 2a0b41984c7ee304a86f0799b1388d7674694296

Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
---
 tests/TestSuite_fortville_rss_granularity_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_fortville_rss_granularity_config.py b/tests/TestSuite_fortville_rss_granularity_config.py
index e827df2..7f881e9 100644
--- a/tests/TestSuite_fortville_rss_granularity_config.py
+++ b/tests/TestSuite_fortville_rss_granularity_config.py
@@ -505,7 +505,7 @@ class TestFortvilleRssGranularityConfig(TestCase):
             self.dut.send_expect("set fwd rxonly", "testpmd> ")
 
             self.dut.send_expect("port stop all", "testpmd> ")
-            self.dut.send_expect("vlan set qinq on 0", "testpmd> ")
+            self.dut.send_expect("vlan set extend on 0", "testpmd> ")
             self.dut.send_expect(
                 "set_hash_global_config  0 toeplitz l2_payload enable", "testpmd> ")
             self.dut.send_expect("port start all", "testpmd> ")
-- 
1.8.3.1


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

* Re: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts
  2019-10-30 19:35 [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts Xiao Qimai
@ 2019-10-31  2:28 ` Li, WenjieX A
  2019-11-22  3:15 ` Tu, Lijuan
  2019-11-22  3:16 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Li, WenjieX A @ 2019-10-31  2:28 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX, Li, WenjieX A

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

Tested-by: Li, WenjieX A <wenjiex.a.li@intel.com>

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai
> Sent: Thursday, October 31, 2019 3:35 AM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py:
> update dpdk commandline in dts
> 
> dpdk commandline has been changed from 'vlan set qinq on 0' to 'vlan set
> extend on 0' in dpdk 2a0b41984c7ee304a86f0799b1388d7674694296
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  tests/TestSuite_fortville_rss_granularity_config.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_fortville_rss_granularity_config.py
> b/tests/TestSuite_fortville_rss_granularity_config.py
> index e827df2..7f881e9 100644
> --- a/tests/TestSuite_fortville_rss_granularity_config.py
> +++ b/tests/TestSuite_fortville_rss_granularity_config.py
> @@ -505,7 +505,7 @@ class TestFortvilleRssGranularityConfig(TestCase):
>              self.dut.send_expect("set fwd rxonly", "testpmd> ")
> 
>              self.dut.send_expect("port stop all", "testpmd> ")
> -            self.dut.send_expect("vlan set qinq on 0", "testpmd> ")
> +            self.dut.send_expect("vlan set extend on 0", "testpmd> ")
>              self.dut.send_expect(
>                  "set_hash_global_config  0 toeplitz l2_payload enable", "testpmd> ")
>              self.dut.send_expect("port start all", "testpmd> ")
> --
> 1.8.3.1


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

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

* Re: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts
  2019-10-30 19:35 [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts Xiao Qimai
  2019-10-31  2:28 ` Li, WenjieX A
@ 2019-11-22  3:15 ` Tu, Lijuan
  2019-11-22  3:16 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-11-22  3:15 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai
> Sent: Thursday, October 31, 2019 3:35 AM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py:
> update dpdk commandline in dts
> 
> dpdk commandline has been changed from 'vlan set qinq on 0' to 'vlan set
> extend on 0' in dpdk 2a0b41984c7ee304a86f0799b1388d7674694296
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  tests/TestSuite_fortville_rss_granularity_config.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_fortville_rss_granularity_config.py
> b/tests/TestSuite_fortville_rss_granularity_config.py
> index e827df2..7f881e9 100644
> --- a/tests/TestSuite_fortville_rss_granularity_config.py
> +++ b/tests/TestSuite_fortville_rss_granularity_config.py
> @@ -505,7 +505,7 @@ class TestFortvilleRssGranularityConfig(TestCase):
>              self.dut.send_expect("set fwd rxonly", "testpmd> ")
> 
>              self.dut.send_expect("port stop all", "testpmd> ")
> -            self.dut.send_expect("vlan set qinq on 0", "testpmd> ")
> +            self.dut.send_expect("vlan set extend on 0", "testpmd> ")
>              self.dut.send_expect(
>                  "set_hash_global_config  0 toeplitz l2_payload enable", "testpmd> ")
>              self.dut.send_expect("port start all", "testpmd> ")
> --
> 1.8.3.1


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

* Re: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts
  2019-10-30 19:35 [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts Xiao Qimai
  2019-10-31  2:28 ` Li, WenjieX A
  2019-11-22  3:15 ` Tu, Lijuan
@ 2019-11-22  3:16 ` Tu, Lijuan
  2 siblings, 0 replies; 4+ messages in thread
From: Tu, Lijuan @ 2019-11-22  3:16 UTC (permalink / raw)
  To: Xiao, QimaiX, dts; +Cc: Xiao, QimaiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Xiao Qimai
> Sent: Thursday, October 31, 2019 3:35 AM
> To: dts@dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao@intel.com>
> Subject: [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py:
> update dpdk commandline in dts
> 
> dpdk commandline has been changed from 'vlan set qinq on 0' to 'vlan set
> extend on 0' in dpdk 2a0b41984c7ee304a86f0799b1388d7674694296
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao@intel.com>
> ---
>  tests/TestSuite_fortville_rss_granularity_config.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_fortville_rss_granularity_config.py
> b/tests/TestSuite_fortville_rss_granularity_config.py
> index e827df2..7f881e9 100644
> --- a/tests/TestSuite_fortville_rss_granularity_config.py
> +++ b/tests/TestSuite_fortville_rss_granularity_config.py
> @@ -505,7 +505,7 @@ class TestFortvilleRssGranularityConfig(TestCase):
>              self.dut.send_expect("set fwd rxonly", "testpmd> ")
> 
>              self.dut.send_expect("port stop all", "testpmd> ")
> -            self.dut.send_expect("vlan set qinq on 0", "testpmd> ")
> +            self.dut.send_expect("vlan set extend on 0", "testpmd> ")
>              self.dut.send_expect(
>                  "set_hash_global_config  0 toeplitz l2_payload enable", "testpmd> ")
>              self.dut.send_expect("port start all", "testpmd> ")
> --
> 1.8.3.1


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

end of thread, other threads:[~2019-11-22  3:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 19:35 [dts] [PATCH V2]tests/TestSuite_fortville_rss_granularity_config.py: update dpdk commandline in dts Xiao Qimai
2019-10-31  2:28 ` Li, WenjieX A
2019-11-22  3:15 ` Tu, Lijuan
2019-11-22  3:16 ` 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).