From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by dpdk.org (Postfix) with ESMTP id 461AC239 for ; Fri, 1 Sep 2017 05:05:17 +0200 (CEST) Received: by mail-pf0-f181.google.com with SMTP id r187so4242824pfr.3 for ; Thu, 31 Aug 2017 20:05:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mflq4jjzMdLtzDWo/oQ3eDWujqcWbL6RbqcPYj7Q07I=; b=jke4ErWGw1anUeMKGv5NwXTsXFaD3lrYyGkYKIN0mdVt7b3v/SwvrUvq3z2Tf1m11S sQjpfsx827caoLbV+TpJJ+FxkXIzQcddFmqv5QvbtVvz7GM2bYaDPy961CFusZxiUhUd cjHjjDwtmfHjGFsVZ0Cq0FZkKuMMVLVTPtULwOlhxgva+FJ0NULeyBcrRbivGJMFoMou xLPtToyxJBN/RRnpE5xes3mCVo6gMINTAKW83bzFD31skB/xVySstRBb2wTLXjW99vgE 7pn6nck+j61wDd5Z4uvfaV2S8y5lE4DZolyb5tly+044kHo41xWup0nWClnFipXRDABp WqiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mflq4jjzMdLtzDWo/oQ3eDWujqcWbL6RbqcPYj7Q07I=; b=HhUa4u+trJ0K9rLkUgO59y2YeY2usYlGzsWverljy2jcT34wjXE9DHAh6e1RR/yZpT V3WpfLHa/woRQQjEEgr8df0mn592e1RTPkDSP1L+foiF5ZhqpfkO0dwFBSTp1bF8N0SQ 8l2wgusJ5b0jJ4I7XFUye5G4Lx0efZzbOhK7kwbZ9hAlrIP9gBGiBLR5ytV7P9aAAhuA 50+tFHYoAVekM03nXFN495dkNLGcRlKv4huDJuB5OoQBisJG9086IvXfilHWKDxR9B3h piwuyIAmIOpjIx40vrRj9riCl3bfBOfvPL7VfQUEcwxUcxmDm4RJPQDLt65yQy4rz9SU 3/Og== X-Gm-Message-State: AHPjjUjevMBhb61dEqV/AToVwwoxMKOP3ysLdDPii77+VOsjW8hwgtPm r2g6qwHeAMzt3KPBudzExA== X-Google-Smtp-Source: ADKCNb6V4ONd7Gx2RTI037XZyx9FZ8TIKqvntFIRJllytfSbx2wllFe0V5AOdftPSaBEahkz31/36w== X-Received: by 10.84.230.134 with SMTP id e6mr648947plk.209.1504235116480; Thu, 31 Aug 2017 20:05:16 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id b81sm1258301pfm.48.2017.08.31.20.05.13 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 31 Aug 2017 20:05:14 -0700 (PDT) Date: Fri, 1 Sep 2017 11:05:08 +0800 From: Yuanhan Liu To: Maxime Coquelin Cc: Zhiyong Yang , dev@dpdk.org Message-ID: <20170901030507.GS9736@yliu-home> References: <20170803012150.59703-1-zhiyong.yang@intel.com> <70324abb-f717-5e74-748f-27fff11f6b79@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <70324abb-f717-5e74-748f-27fff11f6b79@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) 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: Fri, 01 Sep 2017 03:05:17 -0000 On Wed, Aug 30, 2017 at 02:03:52PM +0200, Maxime Coquelin wrote: > 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 Applied to dpdk-next-virtio. Thanks! --yliu