From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A33DBA0524; Tue, 13 Apr 2021 11:13:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 808DB160D22; Tue, 13 Apr 2021 11:13:30 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 17184160D1B for ; Tue, 13 Apr 2021 11:13:28 +0200 (CEST) IronPort-SDR: Atk7tkG8SWtWyyrS6yJXB78sv9sLES6PAnRFqL6yeEtbT3rYVQ4swscz5sjdjkhpdlTPEP5XY2 23MnJkBi2seg== X-IronPort-AV: E=McAfee;i="6200,9189,9952"; a="255697768" X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="255697768" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 02:13:27 -0700 IronPort-SDR: IMXTVOHoKaxdz6K9HeFhDV+St4aUx8u9NL546HzWJ5syO1nFPVy9vqm1bKxjkkRlFVeXy52Jsd D6LRymQP0Dyg== X-IronPort-AV: E=Sophos;i="5.82,219,1613462400"; d="scan'208";a="460515251" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.204.251]) ([10.213.204.251]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2021 02:13:26 -0700 To: David Marchand Cc: "Min Hu (Connor)" , dev References: <1617964003-62711-1-git-send-email-humin29@huawei.com> <25e0e5f4-14ed-d4f4-1eee-207c592e29a8@intel.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <7118510e-9183-8106-cfe0-8723a46e035d@intel.com> Date: Tue, 13 Apr 2021 10:13:22 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] net/hns3: support trace Rx/Tx burst function X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list 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 4/13/2021 10:03 AM, David Marchand wrote: > On Tue, Apr 13, 2021 at 10:37 AM Ferruh Yigit wrote: >> >> On 4/9/2021 11:26 AM, Min Hu (Connor) wrote: >>> From: Chengwen Feng >>> >>> This patch adds debug info for Rx/Tx burst function which was choosing. >>> >>> Signed-off-by: Chengwen Feng >>> Signed-off-by: Min Hu (Connor) >> >> Applied to dpdk-next-net/main, thanks. > > Can we avoid mentioning "trace" in the title? > This is to avoid confusion with rte_trace. > Indeed, I also though if it is adding rte_trace support when I first see the title, I will update it to: "net/hns3: log selected datapath"