[dts] [dts 1/3] [PATCH V2] add generic filter test for niantic and fortville nic test

Liu, Yong yong.liu at intel.com
Mon Jun 1 11:02:24 CEST 2015


Thanks, applied in 1.1 branch.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of huilong,xu
> Sent: Tuesday, May 26, 2015 2:32 PM
> To: dts at dpdk.org
> Subject: [dts] [dts 1/3] [PATCH V2] add generic filter test for niantic
> and fortville nic test
> 
> From: huilong xu <huilongx.xu at intel.com>
> 
> 
> Signed-off-by: huilong xu <huilongx.xu at intel.com>
> ---
>  execution.cfg                |   34 ----------------------------------
>  execution_FVL.cfg            |   20 --------------------
>  executions/execution.cfg     |   35 +++++++++++++++++++++++++++++++++++
>  executions/execution_FVL.cfg |   21 +++++++++++++++++++++
>  4 files changed, 56 insertions(+), 54 deletions(-)
>  delete mode 100644 execution.cfg
>  delete mode 100644 execution_FVL.cfg
>  create mode 100644 executions/execution.cfg
>  create mode 100644 executions/execution_FVL.cfg
> 
> diff --git a/execution.cfg b/execution.cfg
> deleted file mode 100644
> index 3d38026..0000000
> --- a/execution.cfg
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -[Execution1]
> -crbs=<CRB IP Address>
> -drivername=<driver name igb_uio or vfio-pci>
> -test_suites=
> -    cmdline,
> -    hello_world,
> -    multiprocess,
> -    timer,
> -    blacklist,
> -    whitelist,
> -    ieee1588,
> -    checksum_offload,
> -    jumboframes,
> -    ipfrag,
> -    link_flowctrl,
> -    fdir,
> -    vlan,
> -    ip_pipeline,
> -    pmd_bonded,
> -    dynamic_config
> -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
> diff --git a/execution_FVL.cfg b/execution_FVL.cfg
> deleted file mode 100644
> index c57f33d..0000000
> --- a/execution_FVL.cfg
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -[Execution1]
> -crbs=<CRB IP Address>
> -drivername=<driver name igb_uio or vfio-pci>
> -test_suites=
> -    checksum_offload,
> -    dynamic_config
> -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
> diff --git a/executions/execution.cfg b/executions/execution.cfg
> new file mode 100644
> index 0000000..73d70f6
> --- /dev/null
> +++ b/executions/execution.cfg
> @@ -0,0 +1,35 @@
> +[Execution1]
> +crbs=<CRB IP Address>
> +drivername=<driver name igb_uio or vfio-pci>
> +test_suites=
> +    cmdline,
> +    hello_world,
> +    multiprocess,
> +    timer,
> +    blacklist,
> +    whitelist,
> +    ieee1588,
> +    checksum_offload,
> +    jumboframes,
> +    ipfrag,
> +    link_flowctrl,
> +    fdir,
> +    vlan,
> +    ip_pipeline,
> +    pmd_bonded,
> +    dynamic_config,
> +    generic_filter
> +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
> diff --git a/executions/execution_FVL.cfg b/executions/execution_FVL.cfg
> new file mode 100644
> index 0000000..7e5151b
> --- /dev/null
> +++ b/executions/execution_FVL.cfg
> @@ -0,0 +1,21 @@
> +[Execution1]
> +crbs=<CRB IP Address>
> +drivername=<driver name igb_uio or vfio-pci>
> +test_suites=
> +    checksum_offload,
> +    dynamic_config,
> +    generic_filter
> +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.7.4.4



More information about the dts mailing list