From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2CE3CA056B; Tue, 3 Mar 2020 09:29:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0B3DA1C011; Tue, 3 Mar 2020 09:29:37 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id ADCEE1C011 for ; Tue, 3 Mar 2020 09:29:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Mar 2020 00:29:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="286917426" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by FMSMGA003.fm.intel.com with ESMTP; 03 Mar 2020 00:29:32 -0800 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com, yingyax.han@intel.com Cc: yufengmx Date: Tue, 3 Mar 2020 16:33:37 +0800 Message-Id: <20200303083338.5251-1-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V1 0/1] l3fwd: support more features 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" . add IP/NONE stream format support, user can select udp/raw stream in l3fwd_basic.cfg. . add wait time after l3fwd start, user can set this time interval in suite.cfg file. . user can set l3fwd restart or not in suite.cfg file. If not set, not restart l3fwd when command option is the same as previous one. . user can set a time interval after pktgen traffic is stopped in suite.cfg file. . unify macro usage. yufengmx (1): l3fwd: support more features tests/l3fwd_base.py | 175 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 144 insertions(+), 31 deletions(-) -- 2.21.0