From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=FCTmvxe6Z6ZvoW+ZaPK3M8Y+xscRczCzfKZSoCCwOX4=; b=OA/R0rjJkwhbsvjrdCDYVMP+b/dDe4SHfEnvJ5kAs8sS3UcsMTbFpLeC4BOGeYGMxN 6ON0Zsf7y67iVRAl4V8IOn+gLMLAUfZLGy80wBnj6+FbctVilrnxiGAveEf56yoHdP9Y xyuV6zGyKL8K+V6VW35LWKcSrZNhNTSDYsvBA1yF3jl78IyFvg5BZjNfXj10GucPMv/m tVaJ3YkqW+z90MohuZN9nnHDFYzRBv5HlS3aSzUs+jhkQmCkrgiyYVX3yNgMMBJpP3Ze kSIK6HOn82zb2G3iNdkeBFwcBQb6OXGprQ8eqiStuvXpXEjwR6MPowA4A5qqiXtOUCoQ IG0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=FCTmvxe6Z6ZvoW+ZaPK3M8Y+xscRczCzfKZSoCCwOX4=; b=Wf4/AIDYVqv+/tZZKySObjm9DvOoguH78JedS11WC0BaeKMEdg8Bs18JJu3mHutBD5 +/OTACTjMUBH4DdoLkW6Vo3xm3QU8Z5OF2pfaCWqAhM80ORBAm4f9A6rHvsBJ8VCN4DX Yp8Kgz6Ujj+fJNN/GFq7FbDoO8ITs34bBrc/MZsEyA1OBCRBeXrkF5oheRPuPH9ojk7Z fMTJUn7Qa1hAIQLvqTDK7BEnv3YQ/QS2Hghdx4rf1LjVIHcRZWdlb7ZneqILYy6nAInn UOoxc8JsxlElYfInBvhn29U+q+g6xNe6mgMpPiiuQpF6pVu466FXg0NThBJiQHVgzuLS lTvw== X-Gm-Message-State: AA6/9RmQJES+rJn0dc9PnE6amMCbN7huIAtNXx0NpFK/GSIhbieulnHPrTjX7renMtZrwZw1 X-Received: by 10.194.41.234 with SMTP id i10mr7425844wjl.205.1476372243888; Thu, 13 Oct 2016 08:24:03 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id p9sm23390247wjs.11.2016.10.13.08.24.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Oct 2016 08:24:03 -0700 (PDT) From: Thomas Monjalon To: maciej.czekaj@caviumnetworks.com Cc: dev@dpdk.org, "De Lara Guarch, Pablo" Date: Thu, 13 Oct 2016 17:24:02 +0200 Message-ID: <1569247.YkOuMKdR7o@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1472212002-27020-1-git-send-email-maciej.czekaj@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] app/testpmd: configure flowgen packet size though --txpkts X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 15:24:14 -0000 > > "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