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 B3FC22BF3 for ; Wed, 30 Aug 2017 14:03:58 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CBB65C047B94; Wed, 30 Aug 2017 12:03:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CBB65C047B94 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=maxime.coquelin@redhat.com Received: from [10.36.112.31] (ovpn-112-31.ams2.redhat.com [10.36.112.31]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8FBCF708ED; Wed, 30 Aug 2017 12:03:56 +0000 (UTC) To: Zhiyong Yang , dev@dpdk.org Cc: yliu@fridaylinux.org References: <20170803012150.59703-1-zhiyong.yang@intel.com> From: Maxime Coquelin Message-ID: <70324abb-f717-5e74-748f-27fff11f6b79@redhat.com> Date: Wed, 30 Aug 2017 14:03:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170803012150.59703-1-zhiyong.yang@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 30 Aug 2017 12:03:57 +0000 (UTC) Subject: Re: [dpdk-dev] [PATCH 0/2] virtio: cleanup virtio code 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: Wed, 30 Aug 2017 12:03:59 -0000 Hi Zhiyong, On 08/03/2017 03:21 AM, Zhiyong Yang wrote: > This patchset has some trivial changes and make it easier > to read code. > > Zhiyong Yang (2): > virtio: fix the wrong indent > virtio: use macro to replace magic number > > drivers/net/virtio/virtio_pci.c | 2 +- > drivers/net/virtio/virtqueue.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > For the series: Reviewed-by: Maxime Coquelin Thanks, Maxime