From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/6] testpmd: configurable tx_first burst number Date: Wed, 25 May 2016 11:35:14 +0200 Message-ID: <1511439.3kRGpiG3WX@xps13> References: <1462488421-118990-1-git-send-email-zhihong.wang@intel.com> <1462488421-118990-3-git-send-email-zhihong.wang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com, bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com To: Zhihong Wang Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id EDE912C68 for ; Wed, 25 May 2016 11:35:15 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n129so171593771wmn.1 for ; Wed, 25 May 2016 02:35:15 -0700 (PDT) In-Reply-To: <1462488421-118990-3-git-send-email-zhihong.wang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-05-05 18:46, Zhihong Wang: > This patch enables configurable tx_first burst number. > > Use "start tx_first (burst_num)" to specify how many bursts of packets to > be sent before forwarding start, or "start tx_first" like before for the > default 1 burst send. The idea here is to fill the loopback latency gap with bursts. Would it be possible to make it automatic by detecting the first received packets to stop Tx generator?