From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A19382217B; Thu, 1 Nov 2018 09:35:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 01 Nov 2018 09:35:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=sYXWGdR2bB+c2VcpKrJlw8svjk4Ni/AzUq6jSzmB/2o=; b=Ox1F1LOzkyFf uZnlLml6RtoeTkXMpUHlgcyLMtGjqXnez21GKq53mY9oLFCNOH5qK+vCRvCSWGDh +eCKSluO0VC4yxx6lZsDfbUVQoAr9w03KDPBH8mH0awdrpIi+mEoPnpcLT2oUDQP OfYqxX47wBTIWU16AwG/SMwi5g3Ugw4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=sYXWGdR2bB+c2VcpKrJlw8svjk4Ni/AzUq6jSzmB/ 2o=; b=hHSvp5Kij4kwxGuc/QAA0VifLYrfN538+93herawgKZOj9GnaCae9l62F S/5uiZAlko6o/uC1MHZ4TUI2IR2BE8+5wrVdMmRpPvJa/sL3rOWS4l7nAk1QIgX2 ncJeA0jyleSNNfPDd5ADlb1jil99McDDbfeTToc91QpWQ8Rwx8S2Qwhd2Thlhx7a REB3am3ku+r56/qW9uwIwCCilrsMgAaFYdAzjoxOJLuVsN2FgIK2hK2TFILi8j5s CDJla9qTD9+8yQhzwwB1cwNShrhChY/zmtMsjKi3tj1nfqOmFbzjfr5FlaDTIvMg vufix4UIRiCY3heRKwfltkx2vXtYw== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 8D90210410; Thu, 1 Nov 2018 09:35:07 -0400 (EDT) From: Thomas Monjalon To: Fan Zhang Cc: dev@dpdk.org, alejandro.lucero@netronome.com Date: Thu, 01 Nov 2018 14:35:05 +0100 Message-ID: <2772595.iFPTlCQAWG@xps> In-Reply-To: <20181101121009.86287-1-roy.fan.zhang@intel.com> References: <20181101121009.86287-1-roy.fan.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bus/pci: fix missing case for virtio-crypto 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: Thu, 01 Nov 2018 13:35:10 -0000 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.