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 927E5A0C4D; Mon, 4 Oct 2021 13:26:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8094B41353; Mon, 4 Oct 2021 13:26:50 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id A5D594134A; Mon, 4 Oct 2021 13:26:48 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 5AACC5C00ED; Mon, 4 Oct 2021 07:26:48 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute6.internal (MEProxy); Mon, 04 Oct 2021 07:26:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm2; bh= f7p9gUZzi9IIZsEYn1hGzNbHJ1b7AwLx7YRfM2vAN6M=; b=HYTnsfaVEu6b05PP 0jDY/w0ByPAy24Q8ZlHts+f46k+X4rcTLaYJBJLGZ0CevKT2WMpcsg8iipgIHVGZ gNmNCRtiPd4Z8iVbApEdy3wbopsBAR0iyshe5bZRGQXByhZIsmKZa3H0sVmfbxqR jpQAL0z9OCCp1tVHK01PaZb+b1UV/hkQa7UTPAb2DtwhPms1TFDUpojSsLmBrQoL Bf8d70+XPHv0DMzbtxd6tUgXKDL+XCZ4RvR7PoUmiVGIYggKYZQEFD+C5zWn2KJf 9hpqHVGLm5yhqPGgR4wZnOUbJ3lGQL77tQVeLobXpi7zcSAMM1qWxY9l1soD8BoH EJ187g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=f7p9gUZzi9IIZsEYn1hGzNbHJ1b7AwLx7YRfM2vAN 6M=; b=ivxsMas9S/Fi479Afrbpx6phqJwts+OcvC22H9Kw1u6jwPZyL+N9yheFH CLQquglfggxWoU4CIb7uWeqSOfeIPrgL/JBAZjzEDPpUt9cjc2Gpu0Onq9XftviW pYDvn0eR44sjhLf7cS+jwJlMj6+DexaoP0P0AVxcnOz55QbIq4g/CCpvKaXG/huL q4amCowCXC3Fww5e3UgwUJ41CEtCAQqK29gu5g9LjAMras+MAh1tZS/uo1cLNHBW biCdHpcF5JHjX5L1RJxD0Sazq5OSEEGD5+XakFX4Jt+S21xuJXWQGAvnmZkKl7sh B+96ypyExolGcQ4iU6Z3EMPUnoKkQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudelvddgfeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 4 Oct 2021 07:26:47 -0400 (EDT) From: Thomas Monjalon To: Jie Wang , dev@dpdk.org, Ferruh Yigit Cc: andrew.rybchenko@oktetlabs.ru, xiaoyun.li@intel.com, stevex.yang@intel.com, stable@dpdk.org Date: Mon, 04 Oct 2021 13:26:45 +0200 Message-ID: <3397963.7RZhn9zlCj@thomas> In-Reply-To: References: <20210827081740.365037-1-jie1x.wang@intel.com> <20210926092055.495322-3-jie1x.wang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [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" 04/10/2021 13:22, Ferruh Yigit: > On 9/26/2021 10:20 AM, Jie Wang wrote: > > 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``. > > + > > > > No need to have a separate patch for release notes update, can you please merge > this one with 1/3 patch? *not* have a separate patch