From patchwork Wed Apr 6 15:07:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Juraj_Linke=C5=A1?= X-Patchwork-Id: 109251 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DE7B9A0507; Wed, 6 Apr 2022 17:07:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AC3942854; Wed, 6 Apr 2022 17:07:48 +0200 (CEST) Received: from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20]) by mails.dpdk.org (Postfix) with ESMTP id EF5A84014F for ; Wed, 6 Apr 2022 17:07:45 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lb.pantheon.sk (Postfix) with ESMTP id A9B21184FEE; Wed, 6 Apr 2022 17:07:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at siecit.sk Received: from lb.pantheon.sk ([127.0.0.1]) by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iekZpyNTBphH; Wed, 6 Apr 2022 17:07:43 +0200 (CEST) Received: from entguard.lab.pantheon.local (unknown [46.229.239.141]) by lb.pantheon.sk (Postfix) with ESMTP id 3ACD116BC11; Wed, 6 Apr 2022 17:07:43 +0200 (CEST) From: =?utf-8?q?Juraj_Linke=C5=A1?= To: thomas@monjalon.net, david.marchand@redhat.com, Honnappa.Nagarahalli@arm.com, ohilyard@iol.unh.edu, lijuan.tu@intel.com Cc: dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= Subject: [RFC PATCH v1 01/13] dts: merge DTS conf/crbs.cfg to DPDK Date: Wed, 6 Apr 2022 15:07:30 +0000 Message-Id: <20220406150742.2914878-2-juraj.linkes@pantheon.tech> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220406150742.2914878-1-juraj.linkes@pantheon.tech> References: <20220406150742.2914878-1-juraj.linkes@pantheon.tech> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --- dts/conf/crbs.cfg | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 dts/conf/crbs.cfg diff --git a/dts/conf/crbs.cfg b/dts/conf/crbs.cfg new file mode 100644 index 0000000000..a12e60a4a1 --- /dev/null +++ b/dts/conf/crbs.cfg @@ -0,0 +1,42 @@ +#DUT crbs Configuration +#[DUT IP] +# dut_ip: DUT ip address +# dut_user: Login DUT username +# dut_passwd: [INSECURE] Login DUT password, leaving this blank will force using SSH keys +# os: operation system type linux or freebsd +# tester_ip: Tester ip address +# tester_passwd: [INSECURE] Tester password, leaving this blank will force using SSH keys +# pktgen_group: packet generator group name: ixia/trex/ixia_network +# channels: Board channel number +# bypass_core0: Whether by pass core0 +# dut_cores: DUT core list, eg: 1,2,3,4,5,18-22 +# snapshot_load_side: tester/dut, specify the dpdk.tar.gz on side +# if value is dut, should combine the params --snapshot to use. +# eg: ./dts --snapshot /root/tester/dpdk.tar.gz +[DUT IP1] +dut_ip=xxx.xxx.xxx.xxx +dut_user=root +dut_passwd= +os=linux +dut_arch= +tester_ip=xxx.xxx.xxx.xxx +tester_passwd= +ixia_group= +pktgen_group= +channels=4 +bypass_core0=True +dut_cores= +snapshot_load_side=tester +[DUT IP2] +dut_ip=yyy.yyy.yyy.yyy +dut_user=root +dut_passwd= +os=linux +dut_arch= +tester_ip=yyy.yyy.yyy.yyy +tester_passwd= +pktgen_group= +channels=4 +bypass_core0=True +dut_cores= +snapshot_load_side=tester