From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (uk.solarflare.com [193.34.186.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id CFEBAB40066; Thu, 18 Oct 2018 07:16:21 +0000 (UTC) Received: from [192.168.38.17] (91.220.146.112) by ukex01.SolarFlarecom.com (10.17.10.4) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 18 Oct 2018 08:16:16 +0100 To: Thomas Monjalon , CC: , , , References: <20180907233929.21950-1-thomas@monjalon.net> <20181018012402.1240-1-thomas@monjalon.net> <20181018012402.1240-6-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <50be4500-504f-e67f-069f-cdebf077d472@solarflare.com> Date: Thu, 18 Oct 2018 10:15:36 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20181018012402.1240-6-thomas@monjalon.net> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Originating-IP: [91.220.146.112] X-ClientProxiedBy: ocex03.SolarFlarecom.com (10.20.40.36) To ukex01.SolarFlarecom.com (10.17.10.4) X-TM-AS-Product-Ver: SMEX-12.5.0.1300-8.5.1010-24162.003 X-TM-AS-Result: No-2.443700-8.000000-10 X-TMASE-MatchedRID: e/tT8EyIjJQOwH4pD14DsPHkpkyUphL9gRykyfrH1xnfTFKBkQVCsmOr KvsUT0pAu5Uli5Yf9rsdF8BZ6EBXsE1+zyfzlN7ygxsfzkNRlfIRTILTyAA+ovoLR4+zsDTtjoc zmuoPCq0acxO3Ars1DbM91XVy1T2MXXHOoC4MAR939ljaZ/oYRJrPq89HeNDFh8xkx6AsMh4ZTS kqdqz5FucIl+0VmRmLNglg0VTTR7s35c5BnKCu9g== X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--2.443700-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24162.003 X-MDID: 1539846982-DVtvt9b4IyoU Subject: Re: [dpdk-dev] [PATCH v5 5/6] ethdev: remove release function for secondary process X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 07:16:23 -0000 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