From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v3 6/6] net/virtio: remove dead structure field Date: Thu, 12 Jan 2017 14:02:17 +0800 Message-ID: <20170112060217.GE9770@yliu-dev.sh.intel.com> References: <1483697780-12088-1-git-send-email-yuanhan.liu@linux.intel.com> <1483697780-12088-7-git-send-email-yuanhan.liu@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 83DD8F91E for ; Thu, 12 Jan 2017 07:00:06 +0100 (CET) Content-Disposition: inline In-Reply-To: <1483697780-12088-7-git-send-email-yuanhan.liu@linux.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" On Fri, Jan 06, 2017 at 06:16:20PM +0800, Yuanhan Liu wrote: > Actually, virtio_hw->dev is not used since the beginning when it's > introduced. Remove it. It's not true after the refactoring of decoupling from PCI device. This patch is dropped. Instead, two more patches will be sent soon. --yliu