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 56F61A0547; Sun, 26 Sep 2021 11:21:55 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D064410EB; Sun, 26 Sep 2021 11:21:50 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 934C84003F; Sun, 26 Sep 2021 11:21:48 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10118"; a="224360706" X-IronPort-AV: E=Sophos;i="5.85,323,1624345200"; d="scan'208";a="224360706" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2021 02:21:48 -0700 X-IronPort-AV: E=Sophos;i="5.85,323,1624345200"; d="scan'208";a="560509660" Received: from dpdk.cd.intel.com ([10.240.178.133]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2021 02:21:45 -0700 From: Jie Wang To: dev@dpdk.org Cc: ferruh.yigit@intel.com, thomas@monjalon.net, andrew.rybchenko@oktetlabs.ru, xiaoyun.li@intel.com, stevex.yang@intel.com, Jie Wang , stable@dpdk.org Date: Sun, 26 Sep 2021 17:20:54 +0800 Message-Id: <20210926092055.495322-3-jie1x.wang@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210926092055.495322-1-jie1x.wang@intel.com> References: <20210827081740.365037-1-jie1x.wang@intel.com> <20210926092055.495322-1-jie1x.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH v9 2/3] doc: update release notes for new API 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" Add information about new ethdev API. Cc: stable@dpdk.org Signed-off-by: Jie Wang --- doc/guides/rel_notes/release_21_11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_21_11.rst b/doc/guides/rel_notes/release_21_11.rst index dcff939ae8..95e569f51c 100644 --- a/doc/guides/rel_notes/release_21_11.rst +++ b/doc/guides/rel_notes/release_21_11.rst @@ -111,6 +111,10 @@ New Features Added command-line options to specify total number of processes and current process ID. Each process owns subset of Rx and Tx queues. +* **Added support for users get device configuration.** + Added an API which can help users get device configuration. + The declarations for the API's can be found in ``rte_ethdev.h``. + Removed Items ------------- -- 2.25.1