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 37613A0032; Thu, 17 Mar 2022 01:11:41 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B2A6C40E64; Thu, 17 Mar 2022 01:11:40 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 001DB407FF for ; Thu, 17 Mar 2022 01:11:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647475900; x=1679011900; h=from:to:cc:subject:date:message-id; bh=CXaZtD88z9R48Azv64c6oIpuUn19nflyS40xI3mEP5U=; b=kOhQ2MUbr2ze1pvej6pYB8cLFRWbQrcHXM8Z+yRPK+GdF8gQ+Myoz9fM 5L03zIITEo+iCDYzCTVCmxKI1sAyAXVUic/uCQ08n3CLqvXJlNYVP1VdS FKFDf28y7S5tgqH3W0YfWm7fdD2dnRKqtIMktfToWuCnPMFPeRdW96kmx Jc8+5NM+9PF2c8SmroXbxtG8iboktpB5m6I5ohYoACiG/KG28fTlMvqxg WxZuZ+81vCQSwmGZUPjMXRPGODM6JBKxLg+it4I8jrXg09m3Vhu6MmNjk gCPc/ARP9pN50Rjsf3lAuDd7EXDiuT4ROq69MZmbBIUhaheZe3u6OvH3L w==; X-IronPort-AV: E=McAfee;i="6200,9189,10288"; a="256934266" X-IronPort-AV: E=Sophos;i="5.90,187,1643702400"; d="scan'208";a="256934266" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2022 17:11:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,187,1643702400"; d="scan'208";a="646857626" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga004.jf.intel.com with ESMTP; 16 Mar 2022 17:11:36 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, thomas@monjalon.net Cc: trix@redhat.com, ray.kinsella@intel.com, bruce.richardson@intel.com, hemant.agrawal@nxp.com, mingshan.zhang@intel.com, david.marchand@redhat.com, Nicolas Chautru Subject: [PATCH v1] doc: announce changes in bbdev related to enum extension Date: Wed, 16 Mar 2022 17:11:25 -0700 Message-Id: <1647475886-31007-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 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 Realizing when submitting new bbdev operation in this patch (https://patchwork.dpdk.org/project/dpdk/list/?series=22111) that this is not workable in practice to extend this API into 22.07 without fundamental ABI breakage even by using existing versionning framework. Some existing learnings to be applied here to prevent extension being blocked, hence accouncing changes in bbdev intended for 22.11 to make this more future-proof, including dropping max value from enum, as well as deferring extension of the API for FFT operation into DPDK 22.11. Let me know if any comments or in case this should be captured differently. Thanks Nic Nicolas Chautru (1): doc: announce changes in bbdev related to enum extension doc/guides/rel_notes/deprecation.rst | 8 ++++++++ 1 file changed, 8 insertions(+) -- 1.8.3.1