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 BD2EDA0C3F; Thu, 15 Apr 2021 15:12:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4D240162283; Thu, 15 Apr 2021 15:12:19 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 0552216227E for ; Thu, 15 Apr 2021 15:12:17 +0200 (CEST) IronPort-SDR: WpJ2O5qs7Byn5mNVv2pHVenw2dLUx7HSQ1QyFvIvp5T7UkrdI5967HcMr7hrs1zVoRrLkB3PmQ lIleLykSeA4Q== X-IronPort-AV: E=McAfee;i="6200,9189,9955"; a="182346898" X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="182346898" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2021 06:12:14 -0700 IronPort-SDR: 13XcYtLXIDNJNr8rIgAonpjPyedoDaORk9Wh6jgAtHpPwu3tQZjeddDYsjtkubUVmXL3yu8uWC rFuQyQZwK67w== X-IronPort-AV: E=Sophos;i="5.82,225,1613462400"; d="scan'208";a="384016387" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.204.163]) ([10.213.204.163]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Apr 2021 06:12:13 -0700 To: "Min Hu (Connor)" , dev@dpdk.org References: <1618314611-47978-11-git-send-email-humin29@huawei.com> <1618475721-43792-1-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <2b5f2b0d-9e00-d407-12c7-b0ab89818c0f@intel.com> Date: Thu, 15 Apr 2021 14:12:09 +0100 MIME-Version: 1.0 In-Reply-To: <1618475721-43792-1-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/hns3: rename Rx burst API 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/15/2021 9:35 AM, Min Hu (Connor) wrote: > From: Chengwen Feng > > Currently, user could use runtime config "rx_func_hint=simple" to > select the hns3_recv_pkts API, but the API's name get from > rte_eth_rx_burst_mode_get is "Scalar" which has not reflected "simple". > > So this patch renames hns3_recv_pkts to hns3_recv_pkts_simple, and > also change it's name which gets from rte_eth_rx_burst_mode_get to > "Scalar Simple" to maintain conceptual consistency. > > Fixes: 521ab3e93361 ("net/hns3: add simple Rx path") > Cc: stable@dpdk.org > > Signed-off-by: Chengwen Feng > Signed-off-by: Min Hu (Connor) > Acked-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.