[dts] [PATCH 2/4] Add sample crbs configuration file

Xu, HuilongX huilongx.xu at intel.com
Fri Aug 7 04:02:46 CEST 2015


Hi yong,
Could you move "ixia group" to config also.
Thanks a lot

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Yong Liu
> Sent: Thursday, August 06, 2015 8:35 PM
> To: dts at dpdk.org
> Subject: [dts] [PATCH 2/4] Add sample crbs configuration file
> 
> From: Marvin Liu <yong.liu at intel.com>
> 
> This file is sample file for CRBS configuration. User need to configure
> every
> option in the file.
> 
> Signed-off-by: Marvin Liu <yong.liu at intel.com>
> 
> diff --git a/conf/crbs.cfg b/conf/crbs.cfg
> new file mode 100644
> index 0000000..de8e025
> --- /dev/null
> +++ b/conf/crbs.cfg
> @@ -0,0 +1,28 @@
> +#DUT crbs Configuration
> +#[DUT IP]
> +#  dut_ip: DUT ip address
> +#  dut_user: Login DUT username
> +#  dut_passwd: Login DUT password
> +#  tester_ip: Tester ip address
> +#  tester_passwd: Tester password
> +#  ixia_group: IXIA group nmae
> +#  channels: Board channel number
> +#  bypass_core0: Whether by pass core0
> +[DUT IP1]
> +dut_ip=xxx.xxx.xxx.xxx
> +dut_user=root
> +dut_passwd=
> +tester_ip=xxx.xxx.xxx.xxx
> +tester_passwd=
> +ixia_group=
> +channels=4
> +bypass_core0=True
> +[DUT IP2]
> +dut_ip=yyy.yyy.yyy.yyy
> +dut_user=root
> +dut_passwd=
> +tester_ip=yyy.yyy.yyy.yyy
> +tester_passwd=
> +ixia_group=
> +channels=4
> +bypass_core0=True
> --
> 1.9.3



More information about the dts mailing list