test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case
@ 2018-12-11  2:14 zhao,meijuan
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: zhao,meijuan @ 2018-12-11  2:14 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 conf/test_case_supportlist.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index 42eed66..571bb5c 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -16,6 +16,23 @@
             "Comments": "this case only support on fortville"
         }
     ],
+    "dpdk_2pf_2vf_1vm_mac_add_filter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+		"fortville_spirit",
+		"fortville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on fortville"
+        }
+    ],
     "two_vms_prevent_rx_broadcast_on_vf": [
         {
             "OS": [
-- 
2.17.2

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

* [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-11  2:14 [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case zhao,meijuan
@ 2018-12-11  2:14 ` zhao,meijuan
  2018-12-11  4:07   ` Yao, BingX Y
                     ` (2 more replies)
  2018-12-11  4:06 ` [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case Yao, BingX Y
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 10+ messages in thread
From: zhao,meijuan @ 2018-12-11  2:14 UTC (permalink / raw)
  To: dts; +Cc: zhao,meijuan

this case only support fortville

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py
index 12a08e8..4860120 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
         What's more, send packets with a wrong MAC address to the VF will
         not received by the VF.
         """
+        self.verify(self.nic.startswith('fortville') == True, "NIC is [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.send_packet_and_verify()
 
-- 
2.17.2

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

* Re: [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case
  2018-12-11  2:14 [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case zhao,meijuan
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
@ 2018-12-11  4:06 ` Yao, BingX Y
  2018-12-11  7:15 ` Yao, BingX Y
  2018-12-22 20:27 ` Lijuan Tu
  3 siblings, 0 replies; 10+ messages in thread
From: Yao, BingX Y @ 2018-12-11  4:06 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX



-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Tuesday, December 11, 2018 10:14 AM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
Tested-by:Yao,bing<bingx.y.yao@intel.com>
---
 conf/test_case_supportlist.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 42eed66..571bb5c 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -16,6 +16,23 @@
             "Comments": "this case only support on fortville"
         }
     ],
+    "dpdk_2pf_2vf_1vm_mac_add_filter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+		"fortville_spirit",
+		"fortville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on fortville"
+        }
+    ],
     "two_vms_prevent_rx_broadcast_on_vf": [
         {
             "OS": [
--
2.17.2

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

* Re: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
@ 2018-12-11  4:07   ` Yao, BingX Y
  2018-12-11  7:15   ` Yao, BingX Y
  2018-12-11 11:05   ` Tu, Lijuan
  2 siblings, 0 replies; 10+ messages in thread
From: Yao, BingX Y @ 2018-12-11  4:07 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX



-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Tuesday, December 11, 2018 10:14 AM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

this case only support fortville

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
Tested-by:Yao,bing<bingx.y.yao@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py index 12a08e8..4860120 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
         What's more, send packets with a wrong MAC address to the VF will
         not received by the VF.
         """
+        self.verify(self.nic.startswith('fortville') == True, "NIC is 
+ [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.send_packet_and_verify()
 
--
2.17.2

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

* Re: [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case
  2018-12-11  2:14 [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case zhao,meijuan
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
  2018-12-11  4:06 ` [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case Yao, BingX Y
@ 2018-12-11  7:15 ` Yao, BingX Y
  2018-12-22 20:27 ` Lijuan Tu
  3 siblings, 0 replies; 10+ messages in thread
From: Yao, BingX Y @ 2018-12-11  7:15 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Tested-by:Yao,bing<bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Tuesday, December 11, 2018 10:14 AM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 conf/test_case_supportlist.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json index 42eed66..571bb5c 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -16,6 +16,23 @@
             "Comments": "this case only support on fortville"
         }
     ],
+    "dpdk_2pf_2vf_1vm_mac_add_filter": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+		"fortville_spirit",
+		"fortville_25g"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "this case only support on fortville"
+        }
+    ],
     "two_vms_prevent_rx_broadcast_on_vf": [
         {
             "OS": [
--
2.17.2

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

* Re: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
  2018-12-11  4:07   ` Yao, BingX Y
@ 2018-12-11  7:15   ` Yao, BingX Y
  2018-12-11 11:05   ` Tu, Lijuan
  2 siblings, 0 replies; 10+ messages in thread
From: Yao, BingX Y @ 2018-12-11  7:15 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Tested-by:Yao,bing<bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
Sent: Tuesday, December 11, 2018 10:14 AM
To: dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

this case only support fortville

Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
---
 tests/TestSuite_vf_macfilter.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py index 12a08e8..4860120 100644
--- a/tests/TestSuite_vf_macfilter.py
+++ b/tests/TestSuite_vf_macfilter.py
@@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
         What's more, send packets with a wrong MAC address to the VF will
         not received by the VF.
         """
+        self.verify(self.nic.startswith('fortville') == True, "NIC is 
+ [%s], skip this case" %self.nic)
         self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
         self.send_packet_and_verify()
 
--
2.17.2

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

* Re: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
  2018-12-11  4:07   ` Yao, BingX Y
  2018-12-11  7:15   ` Yao, BingX Y
@ 2018-12-11 11:05   ` Tu, Lijuan
  2018-12-12  1:10     ` Zhao, MeijuanX
  2 siblings, 1 reply; 10+ messages in thread
From: Tu, Lijuan @ 2018-12-11 11:05 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts; +Cc: Zhao, MeijuanX

Hi meijuan,

As I remembered, Niantic don't support DPDK pf to configure VF mac.
I am not clear for other NICes, such as sageville and fortpark?

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
> Sent: Tuesday, December 11, 2018 10:14 AM
> To: dts@dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
> Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
> 
> this case only support fortville
> 
> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
> ---
>  tests/TestSuite_vf_macfilter.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_vf_macfilter.py b/tests/TestSuite_vf_macfilter.py
> index 12a08e8..4860120 100644
> --- a/tests/TestSuite_vf_macfilter.py
> +++ b/tests/TestSuite_vf_macfilter.py
> @@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
>          What's more, send packets with a wrong MAC address to the VF
> will
>          not received by the VF.
>          """
> +        self.verify(self.nic.startswith('fortville') == True, "NIC is
> + [%s], skip this case" %self.nic)
>          self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
>          self.send_packet_and_verify()
> 
> --
> 2.17.2

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

* Re: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-11 11:05   ` Tu, Lijuan
@ 2018-12-12  1:10     ` Zhao, MeijuanX
  2018-12-22 20:27       ` Lijuan Tu
  0 siblings, 1 reply; 10+ messages in thread
From: Zhao, MeijuanX @ 2018-12-12  1:10 UTC (permalink / raw)
  To: Tu, Lijuan, dts; +Cc: Zhao, MeijuanX

for other NICes, it is not support either

-----Original Message-----
From: Tu, Lijuan 
Sent: Tuesday, December 11, 2018 7:05 PM
To: Zhao, MeijuanX <meijuanx.zhao@intel.com>; dts@dpdk.org
Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
Subject: RE: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition

Hi meijuan,

As I remembered, Niantic don't support DPDK pf to configure VF mac.
I am not clear for other NICes, such as sageville and fortpark?

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
> Sent: Tuesday, December 11, 2018 10:14 AM
> To: dts@dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
> Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
> 
> this case only support fortville
> 
> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
> ---
>  tests/TestSuite_vf_macfilter.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/TestSuite_vf_macfilter.py 
> b/tests/TestSuite_vf_macfilter.py index 12a08e8..4860120 100644
> --- a/tests/TestSuite_vf_macfilter.py
> +++ b/tests/TestSuite_vf_macfilter.py
> @@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
>          What's more, send packets with a wrong MAC address to the VF 
> will
>          not received by the VF.
>          """
> +        self.verify(self.nic.startswith('fortville') == True, "NIC is 
> + [%s], skip this case" %self.nic)
>          self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
>          self.send_packet_and_verify()
> 
> --
> 2.17.2

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

* Re: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
  2018-12-12  1:10     ` Zhao, MeijuanX
@ 2018-12-22 20:27       ` Lijuan Tu
  0 siblings, 0 replies; 10+ messages in thread
From: Lijuan Tu @ 2018-12-22 20:27 UTC (permalink / raw)
  To: Zhao, MeijuanX, dts

Applied, thanks


On 2018年12月12日 09:10, Zhao, MeijuanX wrote:
> for other NICes, it is not support either
>
> -----Original Message-----
> From: Tu, Lijuan
> Sent: Tuesday, December 11, 2018 7:05 PM
> To: Zhao, MeijuanX <meijuanx.zhao@intel.com>; dts@dpdk.org
> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
> Subject: RE: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
>
> Hi meijuan,
>
> As I remembered, Niantic don't support DPDK pf to configure VF mac.
> I am not clear for other NICes, such as sageville and fortpark?
>
>> -----Original Message-----
>> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhao,meijuan
>> Sent: Tuesday, December 11, 2018 10:14 AM
>> To: dts@dpdk.org
>> Cc: Zhao, MeijuanX <meijuanx.zhao@intel.com>
>> Subject: [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition
>>
>> this case only support fortville
>>
>> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
>> ---
>>   tests/TestSuite_vf_macfilter.py | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/tests/TestSuite_vf_macfilter.py
>> b/tests/TestSuite_vf_macfilter.py index 12a08e8..4860120 100644
>> --- a/tests/TestSuite_vf_macfilter.py
>> +++ b/tests/TestSuite_vf_macfilter.py
>> @@ -191,6 +191,7 @@ class TestVfMacFilter(TestCase):
>>           What's more, send packets with a wrong MAC address to the VF
>> will
>>           not received by the VF.
>>           """
>> +        self.verify(self.nic.startswith('fortville') == True, "NIC is
>> + [%s], skip this case" %self.nic)
>>           self.setup_2pf_2vf_1vm_env(False,driver='igb_uio')
>>           self.send_packet_and_verify()
>>
>> --
>> 2.17.2

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

* Re: [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case
  2018-12-11  2:14 [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case zhao,meijuan
                   ` (2 preceding siblings ...)
  2018-12-11  7:15 ` Yao, BingX Y
@ 2018-12-22 20:27 ` Lijuan Tu
  3 siblings, 0 replies; 10+ messages in thread
From: Lijuan Tu @ 2018-12-22 20:27 UTC (permalink / raw)
  To: zhao,meijuan, dts

Applied, thanks


On 2018年12月11日 10:14, zhao,meijuan wrote:
> Signed-off-by: zhao,meijuan <meijuanx.zhao@intel.com>
> ---
>   conf/test_case_supportlist.json | 17 +++++++++++++++++
>   1 file changed, 17 insertions(+)
>
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index 42eed66..571bb5c 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -16,6 +16,23 @@
>               "Comments": "this case only support on fortville"
>           }
>       ],
> +    "dpdk_2pf_2vf_1vm_mac_add_filter": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +		"fortville_spirit",
> +		"fortville_25g"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "this case only support on fortville"
> +        }
> +    ],
>       "two_vms_prevent_rx_broadcast_on_vf": [
>           {
>               "OS": [

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

end of thread, other threads:[~2018-12-22 12:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-11  2:14 [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case zhao,meijuan
2018-12-11  2:14 ` [dts] [PATCH V1 2/2] tests/vf macfilter:add filter condition zhao,meijuan
2018-12-11  4:07   ` Yao, BingX Y
2018-12-11  7:15   ` Yao, BingX Y
2018-12-11 11:05   ` Tu, Lijuan
2018-12-12  1:10     ` Zhao, MeijuanX
2018-12-22 20:27       ` Lijuan Tu
2018-12-11  4:06 ` [dts] [PATCH V1 1/2] conf/supportlist: add only support fortville case Yao, BingX Y
2018-12-11  7:15 ` Yao, BingX Y
2018-12-22 20:27 ` 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).