From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 4F079A0567;
	Tue,  9 Mar 2021 09:40:16 +0100 (CET)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 31E2122A3F0;
	Tue,  9 Mar 2021 09:40:16 +0100 (CET)
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by mails.dpdk.org (Postfix) with ESMTP id 228064069D
 for <dev@dpdk.org>; Tue,  9 Mar 2021 09:40:14 +0100 (CET)
IronPort-SDR: 96+/yfOdZSoEKXIFmSclw/U9N9/ECx/3XU1khkkLQ7pGjmFWI4mW9502l+hmcfTMwyfR08IBWr
 FI1XxN+y6OMQ==
X-IronPort-AV: E=McAfee;i="6000,8403,9917"; a="207964170"
X-IronPort-AV: E=Sophos;i="5.81,234,1610438400"; d="scan'208";a="207964170"
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 09 Mar 2021 00:40:12 -0800
IronPort-SDR: r4a5GYGp2jhs5UyTS5CozTtvn9NaTCO2pVdp8pae/KdJj2KDQStMWnMhos1Txv+jpMWBwQufrb
 FtjGBITmdQ8Q==
X-IronPort-AV: E=Sophos;i="5.81,234,1610438400"; d="scan'208";a="409646854"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.196.3])
 ([10.213.196.3])
 by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 09 Mar 2021 00:40:11 -0800
To: Bruce Richardson <bruce.richardson@intel.com>,
 Anatoly Burakov <anatoly.burakov@intel.com>
Cc: dev@dpdk.org
References: <20200930110241.1882308-1-ferruh.yigit@intel.com>
 <20210308113903.2475582-1-ferruh.yigit@intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
X-User: ferruhy
Message-ID: <ab3923fe-057e-2709-ca71-faec054e442e@intel.com>
Date: Tue, 9 Mar 2021 08:40:07 +0000
MIME-Version: 1.0
In-Reply-To: <20210308113903.2475582-1-ferruh.yigit@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v2] net/ring: support secondary process
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 3/8/2021 11:39 AM, Ferruh Yigit wrote:
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-net/main, thanks.