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 6C8BCA0A0F; Wed, 30 Jun 2021 17:03:51 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 392DE40141; Wed, 30 Jun 2021 17:03:51 +0200 (CEST) Received: from mail-io1-f50.google.com (mail-io1-f50.google.com [209.85.166.50]) by mails.dpdk.org (Postfix) with ESMTP id AD96840040 for ; Wed, 30 Jun 2021 17:03:50 +0200 (CEST) Received: by mail-io1-f50.google.com with SMTP id l5so3512146iok.7 for ; Wed, 30 Jun 2021 08:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XOyluoktH7uqnYMBuVFfr0ewneLTSwE7AzHRWE5wQsE=; b=rLRBkkXydg/cd7a5OgwptVNhtHbU9naOJ8MMajOxuyiG5F1SoADOyCyaGKxbdYVfcF fJ89PkfF50xUXK+xnlw4oYG6+XciaTC7Geiv7gRSt0gT13D/1hTTe3w+8ajHGwv7Kznr H7wZqUcQYROZwYrAJx/E4nJREsacnzk/JQO85yhKI++YnOm4sKNO/GcpvdB4lr2Y9xA8 DbhklDqTdD+k//Y+LmFCamrYdy6aJLE/AQJCfSjnzhHmCIyLKl8KkrXexyNqj7sdMBD5 q2uPMjIcV6SvfGkAUcaEqSbt4H0vsJKa7dkt+38vetZACXiW68xHNIHLHEGuLutI8T6R nBCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XOyluoktH7uqnYMBuVFfr0ewneLTSwE7AzHRWE5wQsE=; b=FHKecJqaVGXcL3NjqWefwm/ltu+pnIqSe2EZwZAgkuNpKQUPJLeyEJ9nwz4O6irdaq FGxmoKMVdaRKngG8zSRvfMI0nWJlZbIB05i8OnKF/C+9kzsAFBCphNK3VN13Fnjlm1rn mcFylgHriKyoyYJQoB5oajpLG3WCMR4UvtoqEBTs4S65jbORNILL3Lvdwga+QX7WkiWs YayAmdD5zPg/TnTdXPYFAw81hIQ6B8mB0ecUxQansGqPRdtc4qPDOFdBlTx/N5pzFtYT mVCmXMs++iA08sB+H/FNPgqSP7eaXK6Xg3/j/dLXF293pKzE2BgUZXL3a3DaBZOHRt5T TPWg== X-Gm-Message-State: AOAM532UJPzyd9oprreYrCRckkYSogwHSJSxMIYNK/JTZO2M04HHyZU3 ZROFKGMth8JUVu5XOYvC+yKwMO+VR0mEX+vIuAo= X-Google-Smtp-Source: ABdhPJwnvw2g91ng0cVTT3TnIsO5b4Ukw2XuwAQvpWuY+lygZQRetX9oLxcAz4UBeHLS/SDh5N9XPja/oH6HRmSyq+U= X-Received: by 2002:a6b:14d1:: with SMTP id 200mr8399238iou.163.1625065429997; Wed, 30 Jun 2021 08:03:49 -0700 (PDT) MIME-Version: 1.0 References: <20210630092117.1368109-1-ferruh.yigit@intel.com> <68737954-268f-d931-a65c-fedb3cba19a7@oktetlabs.ru> In-Reply-To: <68737954-268f-d931-a65c-fedb3cba19a7@oktetlabs.ru> From: Jerin Jacob Date: Wed, 30 Jun 2021 20:33:24 +0530 Message-ID: To: Andrew Rybchenko Cc: Ferruh Yigit , Ray Kinsella , Neil Horman , dpdk-dev , Andrew Rybchenko , Thomas Monjalon , David Marchand , Qi Z Zhang , Raslan Darawsheh , Ajit Khaparde , Jerin Jacob Kollanukkaran Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] doc: announce common prefix for ethdev 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 Wed, Jun 30, 2021 at 7:28 PM Andrew Rybchenko wrote: > > On 6/30/21 12:21 PM, Ferruh Yigit wrote: > > Announce adding 'RTE_ETH_' prefix to all public ethdev macros/enums on > > v21.11. > > Backward compatibility macros will be added on v21.11 and they will be > > removed on v22.11. > > > > Signed-off-by: Ferruh Yigit > > --- > > Cc: Andrew Rybchenko > > Cc: Thomas Monjalon > > Cc: David Marchand > > Cc: Qi Z Zhang > > Cc: Raslan Darawsheh > > Cc: Ajit Khaparde > > Cc: Jerin Jacob Kollanukkaran > > --- > > 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 9584d6bfd723..ae79673e37e3 100644 > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > @@ -118,6 +118,11 @@ Deprecation Notices > > consistent with existing outer header checksum status flag naming, which > > should help in reducing confusion about its usage. > > > > +* ethdev: Will add 'RTE_ETH_' prefix to all ethdev macros/enums in v21.11. Macros > > + will be added for backward compatibility. Backward compatibility macros will be > > + removed on v22.11. A few old backward compatibility macros from 2013 that does > > + not have proper prefix will be removed on v21.11. > > + > > * i40e: As there are both i40evf and iavf pmd, the functions of them are > > duplicated. And now more and more advanced features are developed on iavf. > > To keep consistent with kernel driver's name > > > > Acked-by: Andrew Rybchenko Acked-by: Jerin Jacob