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 85F61493D for ; Mon, 8 Oct 2018 10:06:01 +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-us3.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 8089A6C007C; Mon, 8 Oct 2018 08:06:00 +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; Mon, 8 Oct 2018 09:05:54 +0100 To: Thomas Monjalon , CC: , , , References: <20180907230958.21402-1-thomas@monjalon.net> <20181007220933.4533-1-thomas@monjalon.net> <20181007220933.4533-3-thomas@monjalon.net> From: Andrew Rybchenko Message-ID: <87387da9-2dd8-5876-37f2-0205f865514f@solarflare.com> Date: Mon, 8 Oct 2018 11:05:12 +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: <20181007220933.4533-3-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-24142.003 X-TM-AS-Result: No-3.728300-8.000000-10 X-TMASE-MatchedRID: lORh06tOiKgOwH4pD14DsPHkpkyUphL9HIOuQjCOKFvfc2Xd6VJ+yjgF yIOb8HvaEKk7/ftUTwH888xD5Jkpy7poUuJnOKxzY1bQMCMvmn59LQinZ4QefL6qvLNjDYTwxbG vmM9nj5NQSFbL1bvQAXnN0DN7HnFmg5MQ4z/e6Tc8mhLbTuhgK9ltgES25vMfqygvWtpxFnD7nh sGlKiqqqKAQfLsnhLrKWSt4DmvbhpicKLmK2TeKmsPn5C6nWpTftwZ3X11IV0= X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No X-TMASE-Result: 10--3.728300-8.000000 X-TMASE-Version: SMEX-12.5.0.1300-8.5.1010-24142.003 X-MDID: 1538985961-NIseBbSrJSfP Subject: Re: [dpdk-dev] [PATCH v3 2/3] eal: add function to query device status 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: Mon, 08 Oct 2018 08:06:01 -0000 On 10/8/18 1:09 AM, Thomas Monjalon wrote: > The function rte_dev_is_probed() is added in order to improve semantic > and enforce proper check of the probing status of a device. > > It will answer this rte_device query: > Is it already successfully probed or not? > > Signed-off-by: Thomas Monjalon Reviewed-by: Andrew Rybchenko