From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id F30D51C52 for ; Thu, 29 Sep 2016 14:38:30 +0200 (CEST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 75EEE3F20A; Thu, 29 Sep 2016 12:38:30 +0000 (UTC) Received: from [10.36.5.134] (vpn1-5-134.ams2.redhat.com [10.36.5.134]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8TCcRpA004692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29 Sep 2016 08:38:29 -0400 To: Jason Wang , dev@dpdk.org References: <1475051112-5108-1-git-send-email-jasowang@redhat.com> Cc: huawei.xie@intel.com, yuanhan.liu@linux.intel.com, mst@redhat.com, vkaplans@redhat.com From: Maxime Coquelin Message-ID: <3dfa1c12-cedc-0626-395e-7d2efb1ea1b5@redhat.com> Date: Thu, 29 Sep 2016 14:38:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1475051112-5108-1-git-send-email-jasowang@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 29 Sep 2016 12:38:30 +0000 (UTC) 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: Thu, 29 Sep 2016 12:38:31 -0000 On 09/28/2016 10:25 AM, 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 > --- > drivers/net/virtio/virtio_ethdev.c | 3 ++- > drivers/net/virtio/virtio_pci.h | 4 ++-- > 2 files changed, 4 insertions(+), 3 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime