From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C8B516CBD for ; Tue, 11 Oct 2016 06:13:31 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP; 10 Oct 2016 21:13:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,476,1473145200"; d="scan'208";a="888738456" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 10 Oct 2016 21:13:29 -0700 Date: Tue, 11 Oct 2016 12:14:21 +0800 From: Yuanhan Liu To: Jason Wang Cc: dev@dpdk.org, huawei.xie@intel.com, mst@redhat.com, vkaplans@redhat.com Message-ID: <20161011041421.GA19792@yliu-dev.sh.intel.com> References: <1475051112-5108-1-git-send-email-jasowang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475051112-5108-1-git-send-email-jasowang@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH V2 1/2] net/virtio: support modern device id X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2016 04:13:32 -0000 On Wed, Sep 28, 2016 at 04:25:11PM +0800, Jason Wang wrote: > Add modern device id and rename VIRTIO_PCI_DEVICEID_MIN to > VIRTIO_PCI_LEGACY_DEVICEID_NET. While at it, remove unused macros too. > > Signed-off-by: Jason Wang Series applied to dpdk-next-virtio. Thanks. --yliu