From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v8] app/testpmd: add commands to test new offload API Date: Fri, 11 May 2018 01:10:59 +0100 Message-ID: <39f38ca1-a1e9-2704-5713-a5b55d3dc85a@intel.com> References: <20180403085735.3090-1-wei.dai@intel.com> <1525868030-64160-1-git-send-email-wei.dai@intel.com> <7201ae2f-401d-d2b7-0816-af0547aafa76@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Wei Dai , jingjing.wu@intel.com, wenzhuo.lu@intel.com Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id F39EE1BB7C for ; Fri, 11 May 2018 02:11:03 +0200 (CEST) In-Reply-To: <7201ae2f-401d-d2b7-0816-af0547aafa76@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/11/2018 1:00 AM, Ferruh Yigit wrote: > On 5/9/2018 1:13 PM, Wei Dai wrote: >> Add following testpmd run-time commands to support test of >> new Rx offload API: >> show port rx_offload capabilities >> show port rx_offload configuration >> port config rx_offload on|off >> port rxq rx_offload on|off >> Above last 2 commands should be run when the port is stopped. >> And can be one of "vlan_strip", "ipv4_cksum", ... >> >> Add following testpmd run-time commands to support test of >> new Tx offload API: >> show port tx_offload capabilities >> show port tx_offload configuration >> port config tx_offload on|off >> port txq tx_offload on|off >> Above last 2 commands should be run when the port is stopped. >> And can be one of "vlan_insert", "udp_cksum", ... >> >> Signed-off-by: Wei Dai >> Acked-by: Jingjing Wu > > Reviewed-by: Ferruh Yigit > > Thanks for the work, there are some doc warnings which can be fixed while merging. Applied to dpdk-next-net/master, thanks.