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 D38F8A00C2; Sun, 7 Mar 2021 22:03:04 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4E21322A244; Sun, 7 Mar 2021 22:03:04 +0100 (CET) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mails.dpdk.org (Postfix) with ESMTP id AA68340142 for ; Sun, 7 Mar 2021 22:03:03 +0100 (CET) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 292E53525; Sun, 7 Mar 2021 16:03:02 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sun, 07 Mar 2021 16:03:02 -0500 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=fm3; bh= nFp0Op2lgCL07l8uBBcrb3JNyUWBbmZ9SpuiFJk0A44=; b=BjLhkth1KN0kfOyA ntlUFjZE9habmGDpRjYvLsXthnHFNdoX8Lavcm6J+cBaTvERDfSvra0v5Q7ShEyh +Ul6Sg3HWL61HYoIzK72p5HISpWQwfiq5c0EU4QJitDE6kSSzTay7CGsVJTbzdIr eAD+N+I3oPdze7HdSfOgQu7Oq8B+H+cpJwBlzqupcghXxrrx7n+0WJY4mmtiXCA1 gW/idF4pcDYt9Olyp33ZEB6UObxl124b1D4S+kO2t4JofyA2NMQL66d7NqWsb06T u8kZu5sW65OVSku6eFMDgQos50b4uQjvUcXn3kRj8whIeYG9+7tbBfCI53N/LdRn syhSFA== 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=fm2; bh=nFp0Op2lgCL07l8uBBcrb3JNyUWBbmZ9SpuiFJk0A 44=; b=SFp0TLGwyiI8NKWVIKV+agIw+2JTs/LmeFhjlueHAO7bzSflhPfm9pOQo u/AgiJQe1C5uPWDqOxS68Ohpl2wkiT5MVdVgCNuDkC5WlGl6cPf6xAsGo/0Hb+hf 4dPL1NVYeCbX4JbFazzJHKNOENmWIEBb8dUiuee6SjOmgAqzUe3LxJUjSHArkYGg lIWXhtK45VIxWINAyacPLDWjh5cPNPrOhjo2gW28GkXGrgQ+oHIVZWsKC8JCAV2Y hw7CS/Tg54o1M7YVkFJKYs/RA/6GW6FucO20ZhFmiwt65+LVAtVTgMGiKlfgBdIs ehqeMEEczpZPk7qsUh2iaPUMxZniA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledruddutddgudefvdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpeffvdffjeeuteelfeeileduudeugfetjeelveefkeejfeeigeeh teffvdekfeegudenucffohhmrghinhepughpughkrdhorhhgnecukfhppeejjedrudefge drvddtfedrudekgeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhl fhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6660F240054; Sun, 7 Mar 2021 16:03:00 -0500 (EST) From: Thomas Monjalon To: Bruce Richardson , Ferruh Yigit Cc: Anatoly Burakov , dev@dpdk.org, Kevin Laatz Date: Sun, 07 Mar 2021 22:02:57 +0100 Message-ID: <1830255.sq908RcW1U@thomas> In-Reply-To: References: <20200930110241.1882308-1-ferruh.yigit@intel.com> <20210301133836.GD1251@bricha3-MOBL.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] net/ring: support secondary process 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/03/2021 18:14, Ferruh Yigit: > On 3/1/2021 1:38 PM, Bruce Richardson wrote: > > On Wed, Sep 30, 2020 at 12:02:40PM +0100, Ferruh Yigit wrote: > >> Also add missing .ini feature list documentation and document some > >> existing features including new "Multiprocess aware" feature. > >> > >> Signed-off-by: Ferruh Yigit > >> --- > >> Cc: Kevin Laatz > >> --- > >> doc/guides/nics/features/ring.ini | 10 ++++++++++ > >> drivers/net/ring/rte_eth_ring.c | 17 +++++++++++++++++ > >> 2 files changed, 27 insertions(+) > >> create mode 100644 doc/guides/nics/features/ring.ini > >> > > Acked-by: Bruce Richardson > > > > Applied to dpdk-next-net/main, thanks. Sorry, just seeing now. I think we should not re-introduce the ring PMD in the features table. It is not significant enough to occupy a column in this table I think. This is the commit where I removed it from the table: https://git.dpdk.org/dpdk/commit/?id=7b103c4ccd