test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] remove n/a suites from execution.cfg
@ 2015-10-21  2:12 guyongjie
  2015-10-21  2:12 ` [dts] [PATCH] remove n/a suites from execution_FVL.cfg guyongjie
  0 siblings, 1 reply; 4+ messages in thread
From: guyongjie @ 2015-10-21  2:12 UTC (permalink / raw)
  To: dts; +Cc: Gu yongjie

From: Gu yongjie <yongjiex.gu@intel.com>


Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
---
 executions/execution.cfg |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/executions/execution.cfg b/executions/execution.cfg
index 20d9bd6..c01da1d 100644
--- a/executions/execution.cfg
+++ b/executions/execution.cfg
@@ -14,8 +14,6 @@ test_suites=
     ipfrag,
     link_flowctrl,
     vlan,
-    ip_pipeline,
-    pmd_bonded,
     dynamic_config,
     generic_filter,
     dual_vlan,
@@ -25,7 +23,6 @@ test_suites=
     scatter,
     pmdrssreta,
     pmd,
-    l2fwd,
     kni 
 targets=
     x86_64-native-linuxapp-gcc
-- 
1.7.4.4

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

* [dts] [PATCH] remove n/a suites from execution_FVL.cfg
  2015-10-21  2:12 [dts] [PATCH] remove n/a suites from execution.cfg guyongjie
@ 2015-10-21  2:12 ` guyongjie
  2015-10-22  7:43   ` Liu, Yong
  0 siblings, 1 reply; 4+ messages in thread
From: guyongjie @ 2015-10-21  2:12 UTC (permalink / raw)
  To: dts; +Cc: Gu yongjie

From: Gu yongjie <yongjiex.gu@intel.com>


Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
---
 executions/execution_FVL.cfg |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
index 7bdd2b7..0d55d21 100644
--- a/executions/execution_FVL.cfg
+++ b/executions/execution_FVL.cfg
@@ -13,19 +13,21 @@ test_suites=
     fdir,
     nvgre,
     vxlan,
-    vxlan_sample,
     pmd,
     ipfrag,
     timer,
     jumboframes,
     multiprocess,
-    l2fwd,
     whitelist,
     blacklist,
     ipv4_reassembly,
     scatter,
     pmdrssreta,
     pmdrss_hash,
+    ipv6_reassembly,
+    link_status_interrupt,
+    pmd_pcap,
+    interrupt_pmd,
     ieee1588,
     kni
 targets=
-- 
1.7.4.4

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

* Re: [dts] [PATCH] remove n/a suites from execution_FVL.cfg
  2015-10-21  2:12 ` [dts] [PATCH] remove n/a suites from execution_FVL.cfg guyongjie
@ 2015-10-22  7:43   ` Liu, Yong
  2015-10-22  7:55     ` Gu, YongjieX
  0 siblings, 1 reply; 4+ messages in thread
From: Liu, Yong @ 2015-10-22  7:43 UTC (permalink / raw)
  To: guyongjie, dts

Hi Yongjie,
I remember vxlan_sample should also be one of FVL supported feature. Why 
remove  this case?

On 10/21/2015 10:12 AM, guyongjie wrote:
> From: Gu yongjie <yongjiex.gu@intel.com>
>
>
> Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
> ---
>   executions/execution_FVL.cfg |    6 ++++--
>   1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
> index 7bdd2b7..0d55d21 100644
> --- a/executions/execution_FVL.cfg
> +++ b/executions/execution_FVL.cfg
> @@ -13,19 +13,21 @@ test_suites=
>       fdir,
>       nvgre,
>       vxlan,
> -    vxlan_sample,
>       pmd,
>       ipfrag,
>       timer,
>       jumboframes,
>       multiprocess,
> -    l2fwd,
>       whitelist,
>       blacklist,
>       ipv4_reassembly,
>       scatter,
>       pmdrssreta,
>       pmdrss_hash,
> +    ipv6_reassembly,
> +    link_status_interrupt,
> +    pmd_pcap,
> +    interrupt_pmd,
>       ieee1588,
>       kni
>   targets=

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

* Re: [dts] [PATCH] remove n/a suites from execution_FVL.cfg
  2015-10-22  7:43   ` Liu, Yong
@ 2015-10-22  7:55     ` Gu, YongjieX
  0 siblings, 0 replies; 4+ messages in thread
From: Gu, YongjieX @ 2015-10-22  7:55 UTC (permalink / raw)
  To: Liu, Yong, dts

Ok,I will keep it ,and send another patch later.
thanks

-----Original Message-----
From: Liu, Yong 
Sent: Thursday, October 22, 2015 3:43 PM
To: Gu, YongjieX; dts@dpdk.org
Subject: Re: [dts] [PATCH] remove n/a suites from execution_FVL.cfg

Hi Yongjie,
I remember vxlan_sample should also be one of FVL supported feature. Why remove  this case?

On 10/21/2015 10:12 AM, guyongjie wrote:
> From: Gu yongjie <yongjiex.gu@intel.com>
>
>
> Signed-off-by: Gu yongjie <yongjiex.gu@intel.com>
> ---
>   executions/execution_FVL.cfg |    6 ++++--
>   1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/executions/execution_FVL.cfg 
> b/executions/execution_FVL.cfg index 7bdd2b7..0d55d21 100644
> --- a/executions/execution_FVL.cfg
> +++ b/executions/execution_FVL.cfg
> @@ -13,19 +13,21 @@ test_suites=
>       fdir,
>       nvgre,
>       vxlan,
> -    vxlan_sample,
>       pmd,
>       ipfrag,
>       timer,
>       jumboframes,
>       multiprocess,
> -    l2fwd,
>       whitelist,
>       blacklist,
>       ipv4_reassembly,
>       scatter,
>       pmdrssreta,
>       pmdrss_hash,
> +    ipv6_reassembly,
> +    link_status_interrupt,
> +    pmd_pcap,
> +    interrupt_pmd,
>       ieee1588,
>       kni
>   targets=

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

end of thread, other threads:[~2015-10-22  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21  2:12 [dts] [PATCH] remove n/a suites from execution.cfg guyongjie
2015-10-21  2:12 ` [dts] [PATCH] remove n/a suites from execution_FVL.cfg guyongjie
2015-10-22  7:43   ` Liu, Yong
2015-10-22  7:55     ` Gu, YongjieX

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