From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 129A66D45 for ; Thu, 21 Sep 2017 11:02:45 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 21 Sep 2017 02:02:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,424,1500966000"; d="scan'208";a="1174431775" Received: from dpdk-test47.sh.intel.com ([10.67.118.152]) by orsmga001.jf.intel.com with ESMTP; 21 Sep 2017 02:02:44 -0700 From: wang fei To: dts@dpdk.org Cc: wang fei Date: Thu, 21 Sep 2017 19:35:12 +0800 Message-Id: <1505993712-40643-1-git-send-email-feix.y.wang@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [dts] [patch v2] conf/pktgen.cfg : Modify the annotation sent this patch on behalf of chen hongli X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 09:02:46 -0000 Signed-off-by: wang fei --- conf/pktgen.cfg | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/conf/pktgen.cfg b/conf/pktgen.cfg index 1f3c795..779d607 100644 --- a/conf/pktgen.cfg +++ b/conf/pktgen.cfg @@ -1,14 +1,16 @@ -#PkTGEN configuration -#[PKTGEN DPDK] -# coremask -c: A hexadecimal bitmask of cores to run on -# num -n: Number of memory channels -# proc_type --proc-type: Type of this process -# pci_blacklist --pci-blacklist, -b: Add a PCI device in black list. -# pci_whitelist --pci-whitelist, -w: Add a PCI device in white list. -# file_prefix --file-prefix: Prefix for hugepage filenames -# socket_memory --socket-mem: Memory to allocate on specific sockets -# mapping_ports -m: Matrix for mapping ports to logical cores. -# pcap_port_num -s P:file: The PCAP packet file to stream. P is the port number. +# Packet generator configuration +# [TREX] +# trex_root_path: The path of trex package, e.g. /opt/trex-core-2.26 +# config_file: The configuration file of the ports used by trex +# server: The ip of trex server +# pcap_file: The path of pcap file +# core_num: The core number. +# core_mask: the c +# ip_src: The source ip of packet +# ip_dst: The destination ip of packet +# warmup: The warm up time of trex server starting +# duration: The duration time of transmitting packets,e.g. -1 :continuely +# transmitting [TREX] trex_root_path=/opt/trex-core-2.26 config_file=/etc/trex_cfg.yaml @@ -19,4 +21,4 @@ core_num=4 ip_src=16.0.0.1 ip_dst=10.0.0.1 warmup=15 -duration=-1 +duration=-1 \ No newline at end of file -- 2.7.4