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 9B178A0550; Thu, 9 Jun 2022 02:45:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 400C940689; Thu, 9 Jun 2022 02:45:15 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 988C240220 for ; Thu, 9 Jun 2022 02:45:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654735513; x=1686271513; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=NrgdVCwBZ2pzBreLupFOxw7pCD0ANo9o7i0r5T7kqSk=; b=OFFgXOT8TM9UgCxDdvuPh3ptj87FfHCSiNNNsI4YibUbDBFUFw2dQ8zR P8XiMGuUwIT3LXkqZt5yS7zhnN1/lTBAZVjS33cTUPsf9Bg/Zqdlw6jTF SPbL9h1bHC40Qce04L1QKdF5KOWT1CJIMmppRMTgCXe+NP/gG4XYl+RnA HvsQhmhDhh5J+04Dz4fN0FnzIIAf72IbKIEDgnvOHJnxUnbwxAY/HleWq JwH4dxSXv+To77rV4pJ+ySok5K6voR5az4a2730x9f6iN6OSkiK7Ck/vx CREgyCyMMHMAtRJxlVPT6u9OAkTrxlv7BZ4MGBOgFeyOLAztFeHP0N36i A==; X-IronPort-AV: E=McAfee;i="6400,9594,10372"; a="260235707" X-IronPort-AV: E=Sophos;i="5.91,287,1647327600"; d="scan'208";a="260235707" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Jun 2022 17:45:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,287,1647327600"; d="scan'208";a="683662074" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by fmsmga002.fm.intel.com with ESMTP; 08 Jun 2022 17:45: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 v4] doc: announce changes in bbdev related to enum extension Date: Wed, 8 Jun 2022 17:34:29 -0700 Message-Id: <1654734870-131398-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 v4: correcting typo. Hemant, Maxime kindly review/ack. 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 1.8.3.1