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:00:44 +0100 Message-ID: <7201ae2f-401d-d2b7-0816-af0547aafa76@intel.com> References: <20180403085735.3090-1-wei.dai@intel.com> <1525868030-64160-1-git-send-email-wei.dai@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 mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4E0671BBC8 for ; Fri, 11 May 2018 02:00:49 +0200 (CEST) In-Reply-To: <1525868030-64160-1-git-send-email-wei.dai@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/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.