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: Thu, 01 Nov 2018 14:35:05 +0100 Message-ID: <2772595.iFPTlCQAWG@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 out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 10BBF1B395 for ; Thu, 1 Nov 2018 14:35:10 +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. Hi Fan, this issue is not related at all to virtio-crypto. It can happen with any PMD, right? In the title, we should mention UIO generic driver.