From patchwork Tue Aug 31 14:31:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "De Lara Guarch, Pablo" X-Patchwork-Id: 97617 X-Patchwork-Delegate: thomas@monjalon.net 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 7AF22A0C46; Tue, 31 Aug 2021 16:31:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C0AC40687; Tue, 31 Aug 2021 16:31:28 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 479E74067E for ; Tue, 31 Aug 2021 16:31:26 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10093"; a="216635098" X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="216635098" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2021 07:31:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,366,1620716400"; d="scan'208";a="427492679" Received: from silpixa00401162.ir.intel.com ([10.55.128.50]) by orsmga006.jf.intel.com with ESMTP; 31 Aug 2021 07:31:23 -0700 From: Pablo de Lara To: byron.marohn@intel.com, yipeng1.wang@intel.com Cc: dev@dpdk.org, Pablo de Lara Date: Tue, 31 Aug 2021 14:31:22 +0000 Message-Id: <20210831143122.260423-1-pablo.de.lara.guarch@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: announce changes in EFD function 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 Sender: "dev" Signed-off-by: Pablo de Lara Acked-by: John McNamara Acked-by: Ferruh Yigit --- doc/guides/rel_notes/deprecation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index 76a4abfd6b..e9fdbd1cdd 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -287,3 +287,7 @@ Deprecation Notices reserved bytes to 2 (from 3), and use 1 byte to indicate warnings and other information from the crypto/security operation. This field will be used to communicate events such as soft expiry with IPsec in lookaside mode. + +* efd: The type of parameter ``online_cpu_socket_bitmask`` of function ``rte_efd_create`` + will be modified from ``uint8_t`` to ``uint64_t``, to allow a higher number of sockets + than 8.