From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/pci: fix missing case for virtio-crypto Date: Tue, 06 Nov 2018 02:12:36 +0100 Message-ID: <25294851.WIxoyvCX3K@xps> References: <20181101121009.86287-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, alejandro.lucero@netronome.com To: Fan Zhang Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id E1F4E5424 for ; Tue, 6 Nov 2018 02:12:38 +0100 (CET) In-Reply-To: <20181101121009.86287-1-roy.fan.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 01/11/2018 13:10, Fan Zhang: > The recent change to rte_pci_read_config() caused virtio-crypto > device initialization always failed as it has a > RTE_KDRV_UIO_GENERIC driver type. This patch fixes the problem. > > Fixes: 630deed612ca ("bus/pci: compare kernel driver instead of interrupt handler") > > Signed-off-by: Fan Zhang Applied with same change in rte_pci_write_config, and reworded logs, thanks.