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 48B35A054F; Thu, 9 Jun 2022 02:31:16 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E337440689; Thu, 9 Jun 2022 02:31:15 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 933FD40220 for ; Thu, 9 Jun 2022 02:31:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654734674; x=1686270674; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=C1577H9Efiv235cjxKUYj1SfkenwD0tIt6UIr6zDmVQ=; b=gieTcwoYSgNu3feAzXx23+ihzXDt81kCEoRJkmkzrfc5f+mAzfNXqf7l 3cklbbhsiHdUjEjww1HVy8fhEIF8JdYGZyDMuVaMVicCDcG6w4ObikxBg jGLSL6nU4kHDbks1tuSx+dY+vUiqMtl213kYHE2lyQPjMeIPZlgfQTP0/ PUlCzurVAuuEXxApVYaqPxVzjlaSJTw1T0ekzjU30mxRN83+xcra87L8Q L+uf5MnQa86iPtmycUJddqFXypCoEi6Ad72k1TxWxevNkhyUPcrqlNmXi iTLRf+VXFbZRxrgm5bwCiQArrTJSfeUWBcSrRpik8dd8OHuVuQNEq2j+h g==; X-IronPort-AV: E=McAfee;i="6400,9594,10372"; a="277920193" X-IronPort-AV: E=Sophos;i="5.91,287,1647327600"; d="scan'208";a="277920193" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2022 17:31:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,287,1647327600"; d="scan'208";a="670867482" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by FMSMGA003.fm.intel.com with ESMTP; 08 Jun 2022 17:31:11 -0700 From: Nicolas Chautru To: dev@dpdk.org, gakhil@marvell.com, thomas@monjalon.net, maxime.coquelin@redhat.com Cc: trix@redhat.com, ray.kinsella@intel.com, bruce.richardson@intel.com, hemant.agrawal@nxp.com, david.marchand@redhat.com, stephen@networkplumber.org, Nicolas Chautru Subject: [PATCH v3] doc: announce changes in bbdev related to enum extension Date: Wed, 8 Jun 2022 17:20:29 -0700 Message-Id: <1654734030-131230-1-git-send-email-nicolas.chautru@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1647542252-35727-2-git-send-email-nicolas.chautru@intel.com> References: <1647542252-35727-2-git-send-email-nicolas.chautru@intel.com> 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 v3: being more explicit wrt the list of intended changes for 22.11 v2: indentation fix 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 1.8.3.1