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 A28A54611A; Fri, 24 Jan 2025 08:25:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49D6D40E1B; Fri, 24 Jan 2025 08:25:11 +0100 (CET) Received: from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190]) by mails.dpdk.org (Postfix) with ESMTP id 2879C40E15 for ; Fri, 24 Jan 2025 08:25:09 +0100 (CET) Received: from mail.maildlp.com (unknown [172.19.162.112]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4YfTmB66Ckz22lsS; Fri, 24 Jan 2025 15:22:34 +0800 (CST) Received: from kwepemk500009.china.huawei.com (unknown [7.202.194.94]) by mail.maildlp.com (Postfix) with ESMTPS id 0B49114010C; Fri, 24 Jan 2025 15:25:07 +0800 (CST) Received: from [10.67.121.161] (10.67.121.161) by kwepemk500009.china.huawei.com (7.202.194.94) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Fri, 24 Jan 2025 15:25:06 +0800 Message-ID: <9ae7146f-ec95-4d09-bbdf-5d11a699c0f9@huawei.com> Date: Fri, 24 Jan 2025 15:25:05 +0800 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v3 0/2] ethdev: clarify something about new event To: Huisong Li , CC: , , References: <20250115034110.15245-1-lihuisong@huawei.com> <20250117091210.12419-1-lihuisong@huawei.com> Content-Language: en-US From: fengchengwen In-Reply-To: <20250117091210.12419-1-lihuisong@huawei.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.121.161] X-ClientProxiedBy: dggems705-chm.china.huawei.com (10.3.19.182) To kwepemk500009.china.huawei.com (7.202.194.94) 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 Series-acked-by: Chengwen Feng On 2025/1/17 17:12, Huisong Li wrote: > I've had some issues when I add the verification of the port id in the > event callback, which are discussed in another patch series[1]. So this > series clarify something about RTE_ETH_EVENT_NEW based on the previous > discussion. > > [1] https://patches.dpdk.org/project/dpdk/cover/20250113025521.32703-1-lihuisong@huawei.com/ > > --- > -v3: > - add "the" before application as Thomas suggested. > - add Acked-by Thomas Monjalon > -v2: fix some descriptions as Thomas suggested. > > Huisong Li (2): > ethdev: clarify something about the new event > ethdev: fix some functions are available in the new event > > lib/ethdev/rte_ethdev.c | 14 +++++++++++--- > lib/ethdev/rte_ethdev.h | 7 ++++++- > 2 files changed, 17 insertions(+), 4 deletions(-) >