From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/4] fix the issue that DPDK takes over virtio device blindly Date: Wed, 24 Feb 2016 13:43:10 +0100 Message-ID: <33109608.rF1RQkQoo2@xps13> References: <20151222035041.GA7532@pxdev.xzpeter.org> <1453908082-92036-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-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id F39092BA0 for ; Wed, 24 Feb 2016 13:44:44 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id g62so269667975wme.1 for ; Wed, 24 Feb 2016 04:44:44 -0800 (PST) In-Reply-To: <1453908082-92036-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 (4): > eal: make the comment more accurate > eal: set kdrv to RTE_KDRV_NONE if kernel driver isn't manipulating the device. > virtio: return 1 to tell the kernel we don't take over this device > virtio: check if kernel driver is manipulating the virtio device The virtio PCI code has been refactored. Please Huawei, would it be possible to rebase on master?