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 9705A42EAD; Wed, 19 Jul 2023 03:53:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2683840EDF; Wed, 19 Jul 2023 03:53:41 +0200 (CEST) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) by mails.dpdk.org (Postfix) with ESMTP id 99DE140ED8 for ; Wed, 19 Jul 2023 03:53:39 +0200 (CEST) Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.56]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4R5Jj9431nzVjcJ; Wed, 19 Jul 2023 09:52:13 +0800 (CST) Received: from [10.67.103.231] (10.67.103.231) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Wed, 19 Jul 2023 09:53:36 +0800 Message-ID: Date: Wed, 19 Jul 2023 09:53:35 +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 v3 3/3] doc: announce bonding function change To: Chaoyong He , "dev@dpdk.org" CC: oss-drivers , Niklas Soderlund , Long Wu References: <20230718014809.1779730-1-chaoyong.he@corigine.com> <20230718082856.2235450-1-chaoyong.he@corigine.com> <20230718082856.2235450-4-chaoyong.he@corigine.com> <6bf41c83-c02f-7f75-e8f2-691af76a4a16@huawei.com> From: "lihuisong (C)" In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.231] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemm600004.china.huawei.com (7.193.23.242) X-CFilter-Loop: Reflected 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 在 2023/7/19 9:37, Chaoyong He 写道: >> [Some people who received this message don't often get email from >> lihuisong@huawei.com. Learn why this is important at >> https://aka.ms/LearnAboutSenderIdentification ] >> >> Hi Chaoyong, >> >> All something about slave in variables and logs should be fixed. >> Is this in your plan? >> >> /Huisong >> > Oh, yes, we have a patch series to do that (replace master/slave in everywhere for bonding PMD). > And that patch series has been delay to v23.11 version. great. Acked-by: Huisong Li > >> 在 2023/7/18 16:28, Chaoyong He 写道: >>> In order to support inclusive naming, some of the function in DPDK >>> will need to be renamed. Do this through deprecation process now for >> 23.07. >>> Signed-off-by: Long Wu >>> Signed-off-by: Chaoyong He >>> --- >>> doc/guides/rel_notes/deprecation.rst | 11 +++++++++++ >>> 1 file changed, 11 insertions(+) >>> >>> diff --git a/doc/guides/rel_notes/deprecation.rst >>> b/doc/guides/rel_notes/deprecation.rst >>> index 8cf972a9ab..45da0361e6 100644 >>> --- a/doc/guides/rel_notes/deprecation.rst >>> +++ b/doc/guides/rel_notes/deprecation.rst >>> @@ -123,6 +123,17 @@ Deprecation Notices >>> ``RTE_ETH_DEV_BONDING_MEMBER``. >>> The data structure ``struct rte_eth_bond_8023ad_slave_info`` will be >>> renamed to ``struct rte_eth_bond_8023ad_member_info`` in DPDK 23.11. >>> + The following functions will be removed in DPDK 23.11. The old functions: >>> + ``rte_eth_bond_8023ad_slave_info``, >>> + ``rte_eth_bond_active_slaves_get``, >>> + ``rte_eth_bond_slave_add``, >>> + ``rte_eth_bond_slave_remove``, and >>> + ``rte_eth_bond_slaves_get`` will be replaced by: >>> + ``rte_eth_bond_8023ad_member_info``, >>> + ``rte_eth_bond_active_members_get``, >>> + ``rte_eth_bond_member_add``, >>> + ``rte_eth_bond_member_remove``, and ``rte_eth_bond_members_get``. >>> >>> * cryptodev: The function ``rte_cryptodev_cb_fn`` will be updated >>> to have another parameter ``qp_id`` to return the queue pair ID