From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id E58BA8DB3 for ; Wed, 9 Sep 2015 03:50:56 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 08 Sep 2015 18:50:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,493,1437462000"; d="scan'208";a="801101981" Received: from pgsmsx102.gar.corp.intel.com ([10.221.44.80]) by fmsmga002.fm.intel.com with ESMTP; 08 Sep 2015 18:50:54 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by PGSMSX102.gar.corp.intel.com (10.221.44.80) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 9 Sep 2015 09:49:15 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.210]) with mapi id 14.03.0224.002; Wed, 9 Sep 2015 09:49:13 +0800 From: "Ouyang, Changchun" To: Yuanhan Liu , "dev@dpdk.org" Thread-Topic: [PATCH 1/4] vhost: remove redundant ; Thread-Index: AQHQ3iCOTASro/N66kiwufImPG/AE54zhu5g Date: Wed, 9 Sep 2015 01:49:13 +0000 Message-ID: References: <1440388485-13554-1-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1440388485-13554-1-git-send-email-yuanhan.liu@linux.intel.com> 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 Subject: Re: [dpdk-dev] [PATCH 1/4] vhost: remove redundant ; 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: Wed, 09 Sep 2015 01:50:57 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Monday, August 24, 2015 11:55 AM > To: dev@dpdk.org > Cc: Xie, Huawei; Ouyang, Changchun; Yuanhan Liu > Subject: [PATCH 1/4] vhost: remove redundant ; >=20 > Signed-off-by: Yuanhan Liu Acked-by: Changchun Ouyang > --- > lib/librte_vhost/vhost_rxtx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.= c > index 0d07338..d412293 100644 > --- a/lib/librte_vhost/vhost_rxtx.c > +++ b/lib/librte_vhost/vhost_rxtx.c > @@ -185,7 +185,7 @@ virtio_dev_rx(struct virtio_net *dev, uint16_t > queue_id, > } > } > len_to_cpy =3D RTE_MIN(data_len - offset, desc->len - > vb_offset); > - }; > + } >=20 > /* Update used ring with desc information */ > vq->used->ring[res_cur_idx & (vq->size - 1)].id =3D > -- > 1.9.0