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 1D35BA00C2; Wed, 17 Mar 2021 17:42:18 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C47F44069F; Wed, 17 Mar 2021 17:42:17 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 3B7BF4067E for ; Wed, 17 Mar 2021 17:42:15 +0100 (CET) IronPort-SDR: bIOgZaRiDpGsBYNecTTjPi3xRBTLE1bTTVfwtfa45vVL1+GdrhkitxTdNT+YTruUrWSZtWjLP2 d6R6mIQQaSbg== X-IronPort-AV: E=McAfee;i="6000,8403,9926"; a="177097924" X-IronPort-AV: E=Sophos;i="5.81,256,1610438400"; d="scan'208";a="177097924" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2021 09:42:06 -0700 IronPort-SDR: b0LOi5CEw2hdZtU4NLpNb4/NqOr0Kr5yWu+6NNs4d1+vDLqT1liWBI3whVeSqwutM6g5PWUEpu gimuWWwp606g== X-IronPort-AV: E=Sophos;i="5.81,256,1610438400"; d="scan'208";a="388901399" Received: from lauriemx-mobl2.amr.corp.intel.com (HELO [10.209.10.235]) ([10.209.10.235]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Mar 2021 09:42:04 -0700 To: Thomas Monjalon Cc: "dev@dpdk.org" , "ranjit.menon@intel.com" , "dmitry.kozliuk@gmail.com" , "Narcisa.Vasile@microsoft.com" , Tal Shnaiderman References: <20210210014008.11112-1-pallavi.kadam@intel.com> <20210210203654.10132-1-pallavi.kadam@intel.com> <14301035.AEHYvxyzpe@thomas> From: "Kadam, Pallavi" Message-ID: <40a45d9a-3820-c62d-9822-7c6e4d6f0534@intel.com> Date: Wed, 17 Mar 2021 09:41:59 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <14301035.AEHYvxyzpe@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v2] bus/pci: fix probing for non-netuio bound devices 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/16/2021 4:20 AM, Thomas Monjalon wrote: >>> Implement rte_pci_map_device() to distinguish between the devices bound >>> to netuio and NDIS devices. >>> Only return success for the netuio devices. >>> >>> v2 changes: >>> - Extended the comment to mention about mapping >>> - replaced the return errno value with -1 > The changelog should be below the line "---" > so it is skipped when applying the patch. Thanks, Thomas. Will keep this in mind. > > Missing 'Fixes' tag: > Fixes: c76ec01b4591 ("bus/pci: support netuio on Windows") > Cc: stable@dpdk.org > >>> Suggested-by: Dmitry Kozlyuk >>> Signed-off-by: Pallavi Kadam >>> Reviewed-by: Ranjit Menon >> Acked-by: Tal Shnaiderman > Applied, thanks > >