test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test
@ 2017-08-25  7:42 xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test xu,huilong
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_fortville_full.cfg | 60 +++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 executions/execution_fortville_full.cfg

diff --git a/executions/execution_fortville_full.cfg b/executions/execution_fortville_full.cfg
new file mode 100644
index 0000000..0d3a4b7
--- /dev/null
+++ b/executions/execution_fortville_full.cfg
@@ -0,0 +1,60 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+rx_mode=full
+test_suites=
+    blacklist,
+    checksum_offload,
+    cmdline,
+    coremask,
+    distributor,
+    dual_vlan,
+    dynamic_config,
+    efd,
+    external_mempool_handler,
+    fdir,
+    fortville_rss_granularity_config,
+    generic_filter,
+    hello_world,
+    hot_plug,
+    ieee1588,
+    ipfrag,
+    ipgre,
+    ipv4_reassembly,
+    jumboframes,
+    keep_alive,
+    kni,
+    l2fwd,
+    link_flowctrl,
+    link_status_interrupt,
+    mac_filter,
+    mempool_exthandler,
+    multiprocess,
+    netmap_compat,
+    nvgre,
+    pmd,
+    pmd_bonded,
+    pmdpcap,
+    pmdrss_hash,
+    pmdrssreta,
+    ptpclient,
+    ptype_mapping,
+    qinq_filter,
+    queue_start_stop,
+    quota_watermark,
+    rxtx_callbacks,
+    scatter,
+    short_live,
+    shutdown_api,
+    skeleton,
+    timer,
+    tso,
+    tx_preparation,
+    uni_pkt,
+    userspace_ethtool,
+    vlan,
+    vlan_ethertype_config,
+    vxlan
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
-- 
1.9.3

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

* [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
@ 2017-08-25  7:42 ` xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 3/6] add a new config file for fortville PF no vector pmd " xu,huilong
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_fortville_scalar.cfg | 60 +++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 executions/execution_fortville_scalar.cfg

diff --git a/executions/execution_fortville_scalar.cfg b/executions/execution_fortville_scalar.cfg
new file mode 100644
index 0000000..d4b295e
--- /dev/null
+++ b/executions/execution_fortville_scalar.cfg
@@ -0,0 +1,60 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+rx_model=scalar
+test_suites=
+    blacklist,
+    checksum_offload,
+    cmdline,
+    coremask,
+    distributor,
+    dual_vlan,
+    dynamic_config,
+    efd,
+    external_mempool_handler,
+    fdir,
+    fortville_rss_granularity_config,
+    generic_filter,
+    hello_world,
+    hot_plug,
+    ieee1588,
+    ipfrag,
+    ipgre,
+    ipv4_reassembly,
+    jumboframes,
+    keep_alive,
+    kni,
+    l2fwd,
+    link_flowctrl,
+    link_status_interrupt,
+    mac_filter,
+    mempool_exthandler,
+    multiprocess,
+    netmap_compat,
+    nvgre,
+    pmd,
+    pmd_bonded,
+    pmdpcap,
+    pmdrss_hash,
+    pmdrssreta,
+    ptpclient,
+    ptype_mapping,
+    qinq_filter,
+    queue_start_stop,
+    quota_watermark,
+    rxtx_callbacks,
+    scatter,
+    short_live,
+    shutdown_api,
+    skeleton,
+    timer,
+    tso,
+    tx_preparation,
+    uni_pkt,
+    userspace_ethtool,
+    vlan,
+    vlan_ethertype_config,
+    vxlan
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
-- 
1.9.3

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

* [dts] [PATCH V1 3/6] add a new config file for fortville PF no vector pmd rx mode test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test xu,huilong
@ 2017-08-25  7:42 ` xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 4/6] remove old config file for fortville test xu,huilong
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_fortville_novec.cfg | 60 ++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)
 create mode 100644 executions/execution_fortville_novec.cfg

diff --git a/executions/execution_fortville_novec.cfg b/executions/execution_fortville_novec.cfg
new file mode 100644
index 0000000..63f09db
--- /dev/null
+++ b/executions/execution_fortville_novec.cfg
@@ -0,0 +1,60 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+rx_mode=novector
+test_suites=
+    blacklist,
+    checksum_offload,
+    cmdline,
+    coremask,
+    distributor,
+    dual_vlan,
+    dynamic_config,
+    efd,
+    external_mempool_handler,
+    fdir,
+    fortville_rss_granularity_config,
+    generic_filter,
+    hello_world,
+    hot_plug,
+    ieee1588,
+    ipfrag,
+    ipgre,
+    ipv4_reassembly,
+    jumboframes,
+    keep_alive,
+    kni,
+    l2fwd,
+    link_flowctrl,
+    link_status_interrupt,
+    mac_filter,
+    mempool_exthandler,
+    multiprocess,
+    netmap_compat,
+    nvgre,
+    pmd,
+    pmd_bonded,
+    pmdpcap,
+    pmdrss_hash,
+    pmdrssreta,
+    ptpclient,
+    ptype_mapping,
+    qinq_filter,
+    queue_start_stop,
+    quota_watermark,
+    rxtx_callbacks,
+    scatter,
+    short_live,
+    shutdown_api,
+    skeleton,
+    timer,
+    tso,
+    tx_preparation,
+    uni_pkt,
+    userspace_ethtool,
+    vlan,
+    vlan_ethertype_config,
+    vxlan
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=cfg:func=true
-- 
1.9.3

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

* [dts] [PATCH V1 4/6] remove old config file for fortville test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 3/6] add a new config file for fortville PF no vector pmd " xu,huilong
@ 2017-08-25  7:42 ` xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 5/6] add a new config file for unit test xu,huilong
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_FVL.cfg | 45 --------------------------------------------
 1 file changed, 45 deletions(-)
 delete mode 100644 executions/execution_FVL.cfg

diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
deleted file mode 100644
index c7bcf5f..0000000
--- a/executions/execution_FVL.cfg
+++ /dev/null
@@ -1,45 +0,0 @@
-[Execution1]
-crbs=<CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci or mlx5_core>
-test_suites=
-    checksum_offload,
-    dynamic_config,
-    generic_filter,
-    dual_vlan,
-    vlan,
-    shutdown_api,
-    queue_start_stop,
-    tso,
-    fdir,
-    nvgre,
-    vxlan,
-    vxlan_sample,
-    pmd,
-    ipfrag,
-    timer,
-    jumboframes,
-    multiprocess,
-    l2fwd,
-    mac_filter,
-    blacklist,
-    ipv4_reassembly,
-    scatter,
-    pmdrssreta,
-    pmdrss_hash,
-    ieee1588,
-    kni,
-    uni_pkt
-targets=
-    x86_64-native-linuxapp-gcc
-parameters=nic_type=cfg:func=true
-
-[Execution2]
-crbs=<Performance CRB IP Address>
-drivername=<driver name igb_uio or vfio-pci>
-test_suites=
-    l2fwd,
-    l3fwd,
-    pmd
-targets=
-    x86_64-native-linuxapp-gcc
-parameters=nic_type=niantic:perf=true
-- 
1.9.3

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

* [dts] [PATCH V1 5/6] add a new config file for unit test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
                   ` (2 preceding siblings ...)
  2017-08-25  7:42 ` [dts] [PATCH V1 4/6] remove old config file for fortville test xu,huilong
@ 2017-08-25  7:42 ` xu,huilong
  2017-08-25  7:42 ` [dts] [PATCH V1 6/6] add a new example for performance test xu,huilong
  2017-09-06  5:07 ` [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test Xu, Qian Q
  5 siblings, 0 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_unit.cfg | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 executions/execution_unit.cfg

diff --git a/executions/execution_unit.cfg b/executions/execution_unit.cfg
new file mode 100644
index 0000000..151d3a9
--- /dev/null
+++ b/executions/execution_unit.cfg
@@ -0,0 +1,22 @@
+[Execution1]
+crbs=<CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci or mlx5_core>
+test_suites=
+    unit_tests_cmdline,
+    unit_tests_eal,
+    unit_tests_dump,
+    unit_tests_kni,
+    unit_tests_lpm,
+    unit_tests_mbuf,
+    unit_tests_mempool,
+# only niantic nic support
+#    unit_tests_pmd_perf
+    unit_tests_power,
+    unit_tests_qos,
+    unit_tests_ring,
+    unit_tests_ringpmd,
+    unit_tests_timer,
+    unit_tests_crc
+targets=
+    x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:func=true
-- 
1.9.3

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

* [dts] [PATCH V1 6/6] add a new example for performance test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
                   ` (3 preceding siblings ...)
  2017-08-25  7:42 ` [dts] [PATCH V1 5/6] add a new config file for unit test xu,huilong
@ 2017-08-25  7:42 ` xu,huilong
  2017-09-06  5:07 ` [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test Xu, Qian Q
  5 siblings, 0 replies; 8+ messages in thread
From: xu,huilong @ 2017-08-25  7:42 UTC (permalink / raw)
  To: dts; +Cc: xu,huilong

Signed-off-by: xu,huilong <huilongx.xu@intel.com>
---
 executions/execution_perf.cfg | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 executions/execution_perf.cfg

diff --git a/executions/execution_perf.cfg b/executions/execution_perf.cfg
new file mode 100644
index 0000000..6270ed2
--- /dev/null
+++ b/executions/execution_perf.cfg
@@ -0,0 +1,10 @@
+[Execution2]
+crbs=<Performance CRB IP Address>
+drivername=<driver name igb_uio or vfio-pci>
+test_suites=
+    l2fwd,
+    l3fwd,
+    pmd
+targets=
+     x86_64-native-linuxapp-gcc
+parameters=nic_type=niantic:perf=true
-- 
1.9.3

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

* Re: [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test
  2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
                   ` (4 preceding siblings ...)
  2017-08-25  7:42 ` [dts] [PATCH V1 6/6] add a new example for performance test xu,huilong
@ 2017-09-06  5:07 ` Xu, Qian Q
  2017-09-06 14:59   ` Liu, Yong
  5 siblings, 1 reply; 8+ messages in thread
From: Xu, Qian Q @ 2017-09-06  5:07 UTC (permalink / raw)
  To: Xu, HuilongX, dts, Liu, Yong; +Cc: Xu, HuilongX

Hi, Marvin
Do you have comments on this? 

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong
> Sent: Friday, August 25, 2017 3:42 PM
> To: dts@dpdk.org
> Cc: Xu, HuilongX <huilongx.xu@intel.com>
> Subject: [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function
> test
> 
> Signed-off-by: xu,huilong <huilongx.xu@intel.com>
> ---
>  executions/execution_fortville_full.cfg | 60
> +++++++++++++++++++++++++++++++++
>  1 file changed, 60 insertions(+)
>  create mode 100644 executions/execution_fortville_full.cfg
> 
> diff --git a/executions/execution_fortville_full.cfg
> b/executions/execution_fortville_full.cfg
> new file mode 100644
> index 0000000..0d3a4b7
> --- /dev/null
> +++ b/executions/execution_fortville_full.cfg
> @@ -0,0 +1,60 @@
> +[Execution1]
> +crbs=<CRB IP Address>
> +drivername=<driver name igb_uio or vfio-pci or mlx5_core> rx_mode=full
> +test_suites=
> +    blacklist,
> +    checksum_offload,
> +    cmdline,
> +    coremask,
> +    distributor,
> +    dual_vlan,
> +    dynamic_config,
> +    efd,
> +    external_mempool_handler,
> +    fdir,
> +    fortville_rss_granularity_config,
> +    generic_filter,
> +    hello_world,
> +    hot_plug,
> +    ieee1588,
> +    ipfrag,
> +    ipgre,
> +    ipv4_reassembly,
> +    jumboframes,
> +    keep_alive,
> +    kni,
> +    l2fwd,
> +    link_flowctrl,
> +    link_status_interrupt,
> +    mac_filter,
> +    mempool_exthandler,
> +    multiprocess,
> +    netmap_compat,
> +    nvgre,
> +    pmd,
> +    pmd_bonded,
> +    pmdpcap,
> +    pmdrss_hash,
> +    pmdrssreta,
> +    ptpclient,
> +    ptype_mapping,
> +    qinq_filter,
> +    queue_start_stop,
> +    quota_watermark,
> +    rxtx_callbacks,
> +    scatter,
> +    short_live,
> +    shutdown_api,
> +    skeleton,
> +    timer,
> +    tso,
> +    tx_preparation,
> +    uni_pkt,
> +    userspace_ethtool,
> +    vlan,
> +    vlan_ethertype_config,
> +    vxlan
> +targets=
> +    x86_64-native-linuxapp-gcc
> +parameters=nic_type=cfg:func=true
> --
> 1.9.3

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

* Re: [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test
  2017-09-06  5:07 ` [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test Xu, Qian Q
@ 2017-09-06 14:59   ` Liu, Yong
  0 siblings, 0 replies; 8+ messages in thread
From: Liu, Yong @ 2017-09-06 14:59 UTC (permalink / raw)
  To: Xu, Qian Q, Xu, HuilongX, dts

Qian,
I'm wondering who will take the ownership of execution plan.
If there's one new suite like generic_flow, it should be added into one 
or more execution cfg. Who will do that?

And current only Fortville has its specified execution plan, how about 
other types of NICs like Niantic?
By now only three suites are added to performance execution plan, the 
coverage is not enough.

To solve all those kinds of problem should need one kind of 
infrastructure to handle the execution plan.

Thanks,
Marvin

On 09/06/2017 01:07 PM, Xu, Qian Q wrote:
> Hi, Marvin
> Do you have comments on this?
>
>> -----Original Message-----
>> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong
>> Sent: Friday, August 25, 2017 3:42 PM
>> To: dts@dpdk.org
>> Cc: Xu, HuilongX <huilongx.xu@intel.com>
>> Subject: [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function
>> test
>>
>> Signed-off-by: xu,huilong <huilongx.xu@intel.com>
>> ---
>>   executions/execution_fortville_full.cfg | 60
>> +++++++++++++++++++++++++++++++++
>>   1 file changed, 60 insertions(+)
>>   create mode 100644 executions/execution_fortville_full.cfg
>>
>> diff --git a/executions/execution_fortville_full.cfg
>> b/executions/execution_fortville_full.cfg
>> new file mode 100644
>> index 0000000..0d3a4b7
>> --- /dev/null
>> +++ b/executions/execution_fortville_full.cfg
>> @@ -0,0 +1,60 @@
>> +[Execution1]
>> +crbs=<CRB IP Address>
>> +drivername=<driver name igb_uio or vfio-pci or mlx5_core> rx_mode=full
>> +test_suites=
>> +    blacklist,
>> +    checksum_offload,
>> +    cmdline,
>> +    coremask,
>> +    distributor,
>> +    dual_vlan,
>> +    dynamic_config,
>> +    efd,
>> +    external_mempool_handler,
>> +    fdir,
>> +    fortville_rss_granularity_config,
>> +    generic_filter,
>> +    hello_world,
>> +    hot_plug,
>> +    ieee1588,
>> +    ipfrag,
>> +    ipgre,
>> +    ipv4_reassembly,
>> +    jumboframes,
>> +    keep_alive,
>> +    kni,
>> +    l2fwd,
>> +    link_flowctrl,
>> +    link_status_interrupt,
>> +    mac_filter,
>> +    mempool_exthandler,
>> +    multiprocess,
>> +    netmap_compat,
>> +    nvgre,
>> +    pmd,
>> +    pmd_bonded,
>> +    pmdpcap,
>> +    pmdrss_hash,
>> +    pmdrssreta,
>> +    ptpclient,
>> +    ptype_mapping,
>> +    qinq_filter,
>> +    queue_start_stop,
>> +    quota_watermark,
>> +    rxtx_callbacks,
>> +    scatter,
>> +    short_live,
>> +    shutdown_api,
>> +    skeleton,
>> +    timer,
>> +    tso,
>> +    tx_preparation,
>> +    uni_pkt,
>> +    userspace_ethtool,
>> +    vlan,
>> +    vlan_ethertype_config,
>> +    vxlan
>> +targets=
>> +    x86_64-native-linuxapp-gcc
>> +parameters=nic_type=cfg:func=true
>> --
>> 1.9.3

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

end of thread, other threads:[~2017-09-06  6:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25  7:42 [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test xu,huilong
2017-08-25  7:42 ` [dts] [PATCH V1 2/6] add a new config file for fortville PF scalare rx mode test xu,huilong
2017-08-25  7:42 ` [dts] [PATCH V1 3/6] add a new config file for fortville PF no vector pmd " xu,huilong
2017-08-25  7:42 ` [dts] [PATCH V1 4/6] remove old config file for fortville test xu,huilong
2017-08-25  7:42 ` [dts] [PATCH V1 5/6] add a new config file for unit test xu,huilong
2017-08-25  7:42 ` [dts] [PATCH V1 6/6] add a new example for performance test xu,huilong
2017-09-06  5:07 ` [dts] [PATCH V1 1/6] add a new config file for fortvill PF full function test Xu, Qian Q
2017-09-06 14:59   ` Liu, Yong

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