From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH V2 1/2] net/virtio: support modern device id Date: Tue, 11 Oct 2016 12:14:21 +0800 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 Cc: dev@dpdk.org, huawei.xie@intel.com, mst@redhat.com, vkaplans@redhat.com To: Jason Wang 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) Content-Disposition: inline In-Reply-To: <1475051112-5108-1-git-send-email-jasowang@redhat.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" 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