From patchwork Thu Sep 22 20:58:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chautru, Nicolas" X-Patchwork-Id: 116698 X-Patchwork-Delegate: gakhil@marvell.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 E1E5EA0543; Thu, 22 Sep 2022 22:59:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF65B40C35; Thu, 22 Sep 2022 22:59:05 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id F2BF0400D7 for ; Thu, 22 Sep 2022 22:59:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663880344; x=1695416344; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=cQxhREYhCpXrAxGftaNJp3KrYlhR7c5AWP35MVg1D2I=; b=m7J7V+lhLijvF0umf6R5fp4khqgxux6h/Ntkvw69jb1n5VhgNV5FW7XZ EsEeF3zLTc/pbLk+9mxEQuireHQnT9uGLWVYC4cyh3ygNShHAvf0V91V8 yxfdj/IVYB4ImtCYDCkG8bdvgQU2zf55vtg555HXkXXB1O+gc1CW1htf7 RAFFivXVaUaiUMfQiHgCQ7BXcIga2s2sj1OQcEB7SCq59ZuG4rwauR7nW 2yeFCoZqQSnvcfZCieghHy3+za7K5WwF9V+I43MQOdhgAOpqGKefxOaJ0 95MZoZdf5haE+0PuQ2Bu7vrWJXIC2dxwcBP3QC0UL5qTK+NNVPAvO04Fa A==; X-IronPort-AV: E=McAfee;i="6500,9779,10478"; a="301307527" X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="301307527" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 13:59:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,337,1654585200"; d="scan'208";a="622265619" Received: from unknown (HELO icx-npg-scs1-cp1.localdomain) ([10.233.180.245]) by fmsmga007.fm.intel.com with ESMTP; 22 Sep 2022 13:59:03 -0700 From: Nic Chautru To: dev@dpdk.org, gakhil@marvell.com Cc: Nic Chautru Subject: [PATCH v1 1/1] doc: release note update for the bbdev change Date: Thu, 22 Sep 2022 13:58:33 -0700 Message-Id: <20220922205833.41496-2-nicolas.chautru@intel.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220922205833.41496-1-nicolas.chautru@intel.com> References: <20220922205833.41496-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 To be squashed by Akhil. Signed-off-by: Nic Chautru --- doc/guides/rel_notes/release_22_11.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_22_11.rst b/doc/guides/rel_notes/release_22_11.rst index 8c021cf050..22c0f23e39 100644 --- a/doc/guides/rel_notes/release_22_11.rst +++ b/doc/guides/rel_notes/release_22_11.rst @@ -84,6 +84,14 @@ API Changes Also, make sure to start the actual text at the margin. ======================================================= +* bbdev: Added new operation for FFT processing with notably the new functions + ``rte_bbdev_enqueue_fft_ops`` and ``rte_bbdev_dequeue_fft_ops`` and related structures. + +* bbdev: Updated enums such as ``rte_bbdev_op_type`` to include padding and to allow for + futureproof enum insertion. + +* bbdev: Updated structures to allow for new parameters for device status, queue topology and + queue status being exposed using ``rte_bbdev_enqueue_status `` and ``rte_bbdev_device_status``. ABI Changes -----------