From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <changchun.ouyang@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 623F35936
 for <dev@dpdk.org>; Tue, 21 Jul 2015 07:00:33 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga101.fm.intel.com with ESMTP; 20 Jul 2015 22:00:33 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,513,1432623600"; d="scan'208";a="768092788"
Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80])
 by orsmga002.jf.intel.com with ESMTP; 20 Jul 2015 22:00:29 -0700
Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by
 PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Tue, 21 Jul 2015 13:00:28 +0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.165]) by
 SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002;
 Tue, 21 Jul 2015 13:00:27 +0800
From: "Ouyang, Changchun" <changchun.ouyang@intel.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Thread-Topic: [PATCH v2 0/2] virtio: fixes for 2.1-rc1
Thread-Index: AQHQwxuVcp48lfh4wUaW9a9ZTT+WxZ3lXYAQ
Date: Tue, 21 Jul 2015 05:00:26 +0000
Message-ID: <F52918179C57134FAEC9EA62FA2F962511C0EBBE@shsmsx102.ccr.corp.intel.com>
References: <1437417646-11221-1-git-send-email-stephen@networkplumber.org>
In-Reply-To: <1437417646-11221-1-git-send-email-stephen@networkplumber.org>
Accept-Language: zh-CN, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>, Stephen Hemminger <shemming@brocade.com>
Subject: Re: [dpdk-dev] [PATCH v2 0/2] virtio: fixes for 2.1-rc1
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jul 2015 05:00:34 -0000



> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> Sent: Tuesday, July 21, 2015 2:41 AM
> To: Ouyang, Changchun
> Cc: dev@dpdk.org; Stephen Hemminger
> Subject: [PATCH v2 0/2] virtio: fixes for 2.1-rc1

I think v2 here should be v3, as you have already a v2.

>=20
> From: Stephen Hemminger <shemming@brocade.com>
>=20
> This integrates my change and earlier change by Ouyang Changchun into one
> fix. And second patch is minor stuff found while reviewing.
>=20
> Stephen Hemminger (2):
>   virtio: fix queue size and number of descriptors
>   virtio: small cleanups
>=20
>  drivers/net/virtio/virtio_ethdev.c | 24 +++++++-----------------
> drivers/net/virtio/virtio_ethdev.h |  2 +-
>  drivers/net/virtio/virtio_rxtx.c   |  2 +-
>  3 files changed, 9 insertions(+), 19 deletions(-)
>=20
> --
> 2.1.4