From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2659C11F65 for ; Wed, 30 Jun 2021 09:21:26 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 23ACE61D0D for ; Wed, 30 Jun 2021 09:21:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 23ACE61D0D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org 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 Content-Transfer-Encoding: 8bit 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 --- 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 -- 2.31.1