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 490D842C4E; Wed, 7 Jun 2023 17:01:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D495440ED5; Wed, 7 Jun 2023 17:01:04 +0200 (CEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mails.dpdk.org (Postfix) with ESMTP id 8867940A84 for ; Wed, 7 Jun 2023 17:01:03 +0200 (CEST) Received: by mail-pj1-f47.google.com with SMTP id 98e67ed59e1d1-2553663f71eso3223313a91.3 for ; Wed, 07 Jun 2023 08:01:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1686150062; x=1688742062; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=JsOPWKFtC4ulrGqgqPEPYZcSTXE7hFurMOANmgVdY1k=; b=GePcgyP1992xUFrq2dRKKDG6cxDr9KtZCrM46sO6cbhkko0f9U5orgKSD12vGR9UfM qmf+Wn4i29tBoivBNDDdCfxWFTJhP3bAau4heAZ6g4Xz58ohRoXwCMHC2JUlrlbBmIbu tw7u+xS2dzIQlmY+jRuD5I946+OzbzL1CQourYCVhaystJ1PbmIHV2nbcAsWf5l42twA 8krYiBL2cb+XGmnK2S8ICyJ8ch19/TSObCsWAP9CzkttdL64Qp8cPoSN+gPVQLB/DINv zJc4b6NQZ0/OIm6pna7z0LQNbkDj5MKm/b1fpvZTthXQLIiwuomRtJc9faFqGn3TFUNt 1KTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686150062; x=1688742062; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=JsOPWKFtC4ulrGqgqPEPYZcSTXE7hFurMOANmgVdY1k=; b=fDaKa92hwRt94UfznTG871ZSpYaZTgPwypuc70T9bZL7rTNJUH2H10Qv0NI5KB3E44 Jsc3yOs8YRNLB6TaaxlGs81r3hrH8a+10EacRJdKp+OmHjugHdOIXJtieVG6PpsFljDz cHiNtKuK0Eil0xN1EjKG/kjYWhlkOhIxh0uWErzJBjcQTxRrJQAtTuPcmH5iLNK6vUSo mW9ipc728zfTjNlO5C8G1QjRCbwCXjJ3VBIZyHXfEfCJT0+RO/FYDdh7QEdyZisqVoO9 eSxU3xs4mruPPI0WVkiH72rinXrMQ2OyshgctQmc3GmWWyVVZW2oTjrt52GHSfTXraTa 2+dQ== X-Gm-Message-State: AC+VfDz1RDXQBLiJvhr91TaMeXSkH/Na6IY/6NwDvQcAUbsRMh9EyrFJ gDtILtBtr5oSYaKnnVX74DKLKA== X-Google-Smtp-Source: ACHHUZ5sNb05fWkDJz8VfIH5czAm+4Lx00CWP/wO6qEImNVWssbymluDx1YIJ2wngTlt9Bj+Y6GUhA== X-Received: by 2002:a17:90a:6887:b0:24d:ee34:57b6 with SMTP id a7-20020a17090a688700b0024dee3457b6mr2274813pjd.41.1686150062226; Wed, 07 Jun 2023 08:01:02 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id bo15-20020a17090b090f00b00253239144c5sm1487548pjb.42.2023.06.07.08.01.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Jun 2023 08:01:01 -0700 (PDT) Date: Wed, 7 Jun 2023 08:01:00 -0700 From: Stephen Hemminger To: Chaoyong He Cc: dev@dpdk.org, oss-drivers@corigine.com, niklas.soderlund@corigine.com, Long Wu Subject: Re: [PATCH] doc: announce inclusive naming macro name changes Message-ID: <20230607080100.4fec996f@hermes.local> In-Reply-To: <20230607024423.336664-1-chaoyong.he@corigine.com> References: <20230607024423.336664-1-chaoyong.he@corigine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 On Wed, 7 Jun 2023 10:44:23 +0800 Chaoyong He wrote: > From: Long Wu > > In order to support inclusive naming, some of the macro in DPDK will > need to be renamed. Do this through deprecation process now for 23.07. > > Signed-off-by: Long Wu > Reviewed-by: Chaoyong He > --- > Depends-on: patch-127084 ("doc: announce inclusive naming function name") > --- > doc/guides/rel_notes/deprecation.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index 267a49aa13..67353d4f2b 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -175,3 +175,8 @@ Deprecation Notices > ``rte_eth_bond_active_members_get``, > ``rte_eth_bond_member_add``, ``rte_eth_bond_member_remove``, > and ``rte_eth_bond_members_get``. > + References to slave will be removed and replace bonded to bonding in DPDK 23.11. > + The following macro will be deprecated in DPDK 23.07, and removed in DPDK 23.11. > + The old macro: > + ``RTE_ETH_DEV_BONDED_SLAVE`` will be replaced by: > + ``RTE_ETH_DEV_BONDING_MEMBER``. Acked-by: Stephen Hemminger