From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: configure flowgen packet size though --txpkts Date: Thu, 13 Oct 2016 17:24:02 +0200 Message-ID: <1569247.YkOuMKdR7o@xps13> References: <1472212002-27020-1-git-send-email-maciej.czekaj@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: maciej.czekaj@caviumnetworks.com Return-path: Received: from mail-vk0-f54.google.com (mail-vk0-f54.google.com [209.85.213.54]) by dpdk.org (Postfix) with ESMTP id 05F7D29CF for ; Thu, 13 Oct 2016 17:24:14 +0200 (CEST) Received: by mail-vk0-f54.google.com with SMTP id b186so82472357vkb.1 for ; Thu, 13 Oct 2016 08:24:13 -0700 (PDT) In-Reply-To: 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" > > "flowgen" forwarding mode has fixed packet size (300). > > Let it re-use --txpkts option for specifying generated packet size. > > > > Signed-off-by: Maciej Czekaj > > Acked-by: Pablo de Lara Applied, thanks