From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] app/testpmd: print Rx/Tx offload values Date: Mon, 23 Apr 2018 01:02:39 +0200 Message-ID: <2893417.Kg2ZgJB4sr@xps> References: <20180312150523.74621-1-ferruh.yigit@intel.com> <20180312175308.190393-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Wenzhuo Lu , Jingjing Wu , Shahaf Shuler , Yongseok Koh To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4980E1066 for ; Mon, 23 Apr 2018 01:02:42 +0200 (CEST) In-Reply-To: <20180312175308.190393-1-ferruh.yigit@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" 12/03/2018 18:53, Ferruh Yigit: > Which per port offloads are enabled is not clear. Printing offloads > values at forwarding start. > > CRC strip offload value was printed in more verbose manner, it is > removed since Rx/Tx offload values covers it and printing only CRC one > can cause confusion. > > Hexadecimal offloads values are not very user friendly but preferred to > not create to much noise during forwarding start. > > Signed-off-by: Ferruh Yigit > Acked-by: Yongseok Koh Applied, thanks