From patchwork Wed Jun 30 09:21:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 95050 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8C424A0A0F; Wed, 30 Jun 2021 11:21:25 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 11CC140141; Wed, 30 Jun 2021 11:21:25 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 71B1F40040 for ; Wed, 30 Jun 2021 11:21:23 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10030"; a="195609289" X-IronPort-AV: E=Sophos;i="5.83,311,1616482800"; d="scan'208";a="195609289" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2021 02:21:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.83,311,1616482800"; d="scan'208";a="476246370" Received: from silpixa00399752.ir.intel.com (HELO silpixa00399752.ger.corp.intel.com) ([10.237.222.27]) by fmsmga004.fm.intel.com with ESMTP; 30 Jun 2021 02:21:18 -0700 From: Ferruh Yigit To: Ray Kinsella , Neil Horman Cc: Ferruh Yigit , dev@dpdk.org, Andrew Rybchenko , Thomas Monjalon , David Marchand , Qi Z Zhang , Raslan Darawsheh , Ajit Khaparde , Jerin Jacob Kollanukkaran Date: Wed, 30 Jun 2021 10:21:16 +0100 Message-Id: <20210630092117.1368109-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [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" 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 Acked-by: Andrew Rybchenko Acked-by: Jerin Jacob Acked-by: Ajit Khaparde Acked-by: Raslan Darawsheh Acked-by: Tyler Retzlaff --- 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