From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: fix commands to config some offload Date: Sun, 05 Aug 2018 12:41:42 +0200 Message-ID: <2748983.BesBqOohsS@xps> References: <1533173520-6623-1-git-send-email-wei.dai@intel.com> <1533300932-71981-1-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, stable@dpdk.org To: Wei Dai Return-path: In-Reply-To: <1533300932-71981-1-git-send-email-wei.dai@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/08/2018 14:55, Wei Dai: > Without this patch, testpmd command to config Rx offload keep_crc > would fail and report "Bad argument". > This patch aslo fix the command to config the Tx offload mbuf_fast_free. > > Fixes: 70815c9ecadd ("ethdev: add new offload flag to keep CRC") > Fixes: c73a9071877a ("app/testpmd: add commands to test new offload API") > Cc: stable@dpdk.org > > Signed-off-by: Wei Dai > Tested-by: Yuan Peng > Acked-by: Bernard Iremonger Applied, thanks