From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: [PATCH] bus/pci: use device driver name instead of handler type Date: Mon, 22 Oct 2018 09:58:18 +0100 Message-ID: <3d00f7d4-599b-dfc1-1e00-983d2b5631f9@intel.com> References: <1539967418-17824-1-git-send-email-alejandro.lucero@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Alejandro Lucero , dev@dpdk.org Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id ECD7C4C99 for ; Mon, 22 Oct 2018 10:58:22 +0200 (CEST) In-Reply-To: <1539967418-17824-1-git-send-email-alejandro.lucero@netronome.com> Content-Language: en-US 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 19-Oct-18 5:43 PM, Alejandro Lucero wrote: > Invoking the right pci read/write functions is based on interrupt > handler type. However, this is not configured for secondary processes > precluding to use those functions. > > This patch fixes the issue using the driver name the device is bound > to instead. > > Fixes: 632b2d1deeed ("eal: provide functions to access PCI config") > > Signed-off-by: Alejandro Lucero > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly