From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Rybchenko Subject: Re: [PATCH v5 5/6] ethdev: remove release function for secondary process Date: Thu, 18 Oct 2018 10:15:36 +0300 Message-ID: <50be4500-504f-e67f-069f-cdebf077d472@solarflare.com> References: <20180907233929.21950-1-thomas@monjalon.net> <20181018012402.1240-1-thomas@monjalon.net> <20181018012402.1240-6-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , To: Thomas Monjalon , Return-path: Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) by dpdk.org (Postfix) with ESMTP id D16DA5F25 for ; Thu, 18 Oct 2018 09:16:22 +0200 (CEST) In-Reply-To: <20181018012402.1240-6-thomas@monjalon.net> Content-Language: en-GB 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 10/18/18 4:24 AM, Thomas Monjalon wrote: > After previous changes, the function rte_eth_dev_release_port() > can be used for primary or secondary process as well. > The only difference with rte_eth_dev_release_port_secondary() > is the shared lock used in rte_eth_dev_release_port(). > > The function rte_eth_dev_release_port_secondary() was recently > added in 18.11 cycle. > > Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko