From patchwork Fri May 26 02:11:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 127516 X-Patchwork-Delegate: maxime.coquelin@redhat.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF9F542BA3; Fri, 26 May 2023 04:16:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A081B4114B; Fri, 26 May 2023 04:16:46 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id BFA1540A87 for ; Fri, 26 May 2023 04:16:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1685067403; x=1716603403; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qe3cxyOS5Hzkcnpa9JXwxZ/kCSJlzkTZYmZLujGI5vs=; b=iH6NasL2Wif5kx0CUIzLRwwifo1ZgV26NPz9+/bQ94iVlyWMKnU8PtsF wS5GkBx6IHtIFRC9Kjd/drdd0QPBSDy+Y/zZd9+bC99vBxvOGigPaOxMe OegtgdOw2qb9VCYWEBG+f3wNxkRP1p5r2n0n1Lhe3MjWXAFYR3aOSNK6X nHp01ZyzTiSKXAnV8UfTQWpULfK78TNCysiFoDyxBjkM8kVLldzeffjFr CPpGPOgHQr8q+9f5LHfBU5S11iyjAERF+Hq1wFbOFCt++T56bVc/IuARY TOQp/U+3ke2AxE5/Hh6ZTRnJzXnw0KOEW1dAYr5sZ13N5GiSGowMgy/kZ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10721"; a="334438240" X-IronPort-AV: E=Sophos;i="6.00,192,1681196400"; d="scan'208";a="334438240" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2023 19:16:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10721"; a="682559699" X-IronPort-AV: E=Sophos;i="6.00,192,1681196400"; d="scan'208";a="682559699" Received: from spr-npg-bds1-eec2.sn.intel.com (HELO spr-npg-bds1-eec2..) ([10.233.181.123]) by orsmga006.jf.intel.com with ESMTP; 25 May 2023 19:16:41 -0700 From: Nicolas Chautru To: dev@dpdk.org, maxime.coquelin@redhat.com Cc: trix@redhat.com, hemant.agrawal@nxp.com, david.marchand@redhat.com, hernan.vargas@intel.com, Nicolas Chautru Subject: [PATCH v1 1/1] doc: announce change in bbdev api related to operation extension Date: Fri, 26 May 2023 02:11:32 +0000 Message-Id: <20230526021132.41413-2-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230526021132.41413-1-nicolas.chautru@intel.com> References: <20230526021132.41413-1-nicolas.chautru@intel.com> MIME-Version: 1.0 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 Intent to extend the bbdev api in DPDK 23.11 for new optional operations as well as addition of new members in existing structure. Signed-off-by: Nicolas Chautru --- doc/guides/rel_notes/deprecation.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 872847e938..6529d01186 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -135,3 +135,9 @@ Deprecation Notices Its removal has been postponed to let potential users report interest in maintaining it. In the absence of such interest, this library will be removed in DPDK 23.11. + +* bbdev: Will extend the API to support the new operation type ``RTE_BBDEV_OP_MLDTS`` as per + this `v1 `. This will also introduce + new symbols for ``rte_bbdev_dequeue_mldts_ops``, ``rte_bbdev_enqueue_mldts_ops``, + ``rte_bbdev_mldts_op_alloc_bulk`` and ``rte_bbdev_mldts_op_free_bulk``. This will also extend + the API related to the FFT operation in ``rte_bbdev_op_fft``.