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 39263A0548; Mon, 8 Mar 2021 12:31:00 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE9F622A353; Mon, 8 Mar 2021 12:30:59 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id 0731A4068A for ; Mon, 8 Mar 2021 12:30:57 +0100 (CET) IronPort-SDR: wK9D1obgYRJrU3fwr278jqLd4YtmUlIyemCv6K2s/FbAvqigp29633uG1SAswzI4l0CDuJH+oV 5B7HyN543awg== X-IronPort-AV: E=McAfee;i="6000,8403,9916"; a="188117826" X-IronPort-AV: E=Sophos;i="5.81,232,1610438400"; d="scan'208";a="188117826" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2021 03:30:54 -0800 IronPort-SDR: sh502JIpKCsHfPew9GhRX2iIIMdTb/8kj3193R5DfL9dGblzidPz2U6WKHXfqU2/z+4HopfVjL xIof+wAhngRA== X-IronPort-AV: E=Sophos;i="5.81,232,1610438400"; d="scan'208";a="409263316" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.195.201]) ([10.213.195.201]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Mar 2021 03:30:53 -0800 To: Thomas Monjalon , Bruce Richardson Cc: Anatoly Burakov , dev@dpdk.org, Kevin Laatz References: <20200930110241.1882308-1-ferruh.yigit@intel.com> <20210301133836.GD1251@bricha3-MOBL.ger.corp.intel.com> <1830255.sq908RcW1U@thomas> From: Ferruh Yigit X-User: ferruhy Message-ID: Date: Mon, 8 Mar 2021 11:30:49 +0000 MIME-Version: 1.0 In-Reply-To: <1830255.sq908RcW1U@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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" On 3/7/2021 9:02 PM, Thomas Monjalon wrote: > 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 > > That is OK, I can send a new version without the .ini file.