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 08585A034C; Thu, 17 Mar 2022 19:37:52 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7973640E28; Thu, 17 Mar 2022 19:37:52 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id A304740040 for ; Thu, 17 Mar 2022 19:37:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1647542270; x=1679078270; h=from:to:cc:subject:date:message-id; bh=df9GZshuTx4Mmpm50wnAuyK0RcAauO91av+rpxVx4Po=; b=bSmBShmUrUVwt5NY+7vG/kYjPjztqO9kUch+d/aTYEDdC4bWR1MfRLqL jV1wIe47SwywbH+kxaZmu7F24jGuND3BzlZRwc0/9/yWCoCaC4b+e/rma BJPnKCI8oIfU0OnMVKfCgXHIT86hO7sfI4pX9/ZlpKtPFHPggS4Fk9iCq KjzfUNgykSebgmN7yuOkKeAbcd4SGiaOKSY1wi7S3CzBzYZiLb3GQSdVA noX6KVhvDdM8/DWisKQGjy5A5ta3gu8TABjBFeQB5mYEojtXsyEXhBj/K AW/svF99qCnseQn39OL9Hdn2N0Qif/txBp6ekrHrkbobjB7qXltbtW2rs A==; X-IronPort-AV: E=McAfee;i="6200,9189,10289"; a="256679308" X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="256679308" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2022 11:37:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,188,1643702400"; d="scan'208";a="513530595" Received: from skx-5gnr-sc12-4.sc.intel.com ([172.25.69.210]) by orsmga002.jf.intel.com with ESMTP; 17 Mar 2022 11:37:48 -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, stephen@networkplumber.org, Nicolas Chautru Subject: [PATCH v2] doc: announce changes in bbdev related to enum extension Date: Thu, 17 Mar 2022 11:37:31 -0700 Message-Id: <1647542252-35727-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 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 | 8 ++++++++ 1 file changed, 8 insertions(+) -- 1.8.3.1