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 2917E431C1 for ; Sat, 21 Oct 2023 06:10:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 173D4402B9; Sat, 21 Oct 2023 06:10:20 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id C560C4026F; Sat, 21 Oct 2023 06:10:16 +0200 (CEST) Received: from kwepemm000004.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4SC7DM5PjrzNm5R; Sat, 21 Oct 2023 12:06:11 +0800 (CST) Received: from [10.67.121.59] (10.67.121.59) by kwepemm000004.china.huawei.com (7.193.23.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.31; Sat, 21 Oct 2023 12:10:12 +0800 Message-ID: Date: Sat, 21 Oct 2023 12:10:11 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH] ethdev: fix incorrect function name in comment To: Ferruh Yigit , Bruce Richardson , CC: References: <20231020130556.37242-1-bruce.richardson@intel.com> <2e3ab350-b53e-462f-884c-29a028d3d929@amd.com> From: "lihuisong (C)" In-Reply-To: <2e3ab350-b53e-462f-884c-29a028d3d929@amd.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.121.59] X-ClientProxiedBy: dggems703-chm.china.huawei.com (10.3.19.180) To kwepemm000004.china.huawei.com (7.193.23.18) X-CFilter-Loop: Reflected X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org 在 2023/10/20 23:12, Ferruh Yigit 写道: > On 10/20/2023 2:05 PM, Bruce Richardson wrote: >> For those using the function comments as a guide, provide the name of >> the correct callback function to use when wanting to count dropped >> packets from the ethdev tx buffering system. >> >> Fixes: d6c99e62c852 ("ethdev: add buffered Tx") >> Cc: stable@dpdk.org >> >> Signed-off-by: Bruce Richardson >> > Acked-by: Ferruh Yigit correct, rte_eth_count_unsent_packet_callback is not even exist. Acked-by: Huisong Li > > .