From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/6] fix the issue that DPDK takes over virtio device blindly Date: Thu, 10 Mar 2016 00:35:37 +0100 Message-ID: <8113434.JH0BltJtT3@xps13> References: <20151222035041.GA7532@pxdev.xzpeter.org> <1457451223-82306-1-git-send-email-huawei.xie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, nikita.troitsky@intel.com To: Huawei Xie Return-path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id 7599A2BA4 for ; Thu, 10 Mar 2016 00:37:18 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id n186so7053695wmn.1 for ; Wed, 09 Mar 2016 15:37:18 -0800 (PST) In-Reply-To: <1457451223-82306-1-git-send-email-huawei.xie@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > Huawei Xie (6): > eal: make the comment more accurate > eal: set kdrv to RTE_KDRV_NONE if kernel driver isn't managing the device. > eal: use new RTE_ARCH_X86 macro for x86 arch I've completed this patch to use RTE_ARCH_X86 in EAL. > eal: simple code rework > eal: map IO port only when kernel driver isn't managing the device > virtio: return 1 to tell the upper layer we don't take over this device Applied, thanks