From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 11 Jan 2017 22:00:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,348,1477983600"; d="scan'208";a="48034339" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga004.jf.intel.com with ESMTP; 11 Jan 2017 22:00:04 -0800 Date: Thu, 12 Jan 2017 14:02:17 +0800 From: Yuanhan Liu To: dev@dpdk.org 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 Content-Disposition: inline In-Reply-To: <1483697780-12088-7-git-send-email-yuanhan.liu@linux.intel.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3 6/6] net/virtio: remove dead structure field 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, 12 Jan 2017 06:00:06 -0000 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