From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E86545A1F for ; Wed, 9 Sep 2015 07:19:55 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 08 Sep 2015 22:19:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,494,1437462000"; d="scan'208";a="558057117" Received: from kmsmsx151.gar.corp.intel.com ([172.21.73.86]) by FMSMGA003.fm.intel.com with ESMTP; 08 Sep 2015 22:19:54 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by KMSMSX151.gar.corp.intel.com (172.21.73.86) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 9 Sep 2015 13:19:51 +0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.171]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.101]) with mapi id 14.03.0224.002; Wed, 9 Sep 2015 13:19:50 +0800 From: "Xie, Huawei" To: Yuanhan Liu , "dev@dpdk.org" Thread-Topic: [PATCH 2/4] vhost: fix typo Thread-Index: AdDqvyZSSfr2DR0ESNigLC2L6jsuBA== Date: Wed, 9 Sep 2015 05:19:50 +0000 Message-ID: References: <1440388485-13554-1-git-send-email-yuanhan.liu@linux.intel.com> <1440388485-13554-2-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: 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 2/4] vhost: fix typo 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 05:19:56 -0000 On 8/24/2015 11:54 AM, Yuanhan Liu wrote:=0A= > _det =3D> _dev=0A= >=0A= > Signed-off-by: Yuanhan Liu =0A= Acked-by: Huawei Xie =0A= =0A= > ---=0A= > lib/librte_vhost/virtio-net.c | 2 +-=0A= > 1 file changed, 1 insertion(+), 1 deletion(-)=0A= >=0A= > diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.= c=0A= > index b520ec5..b670992 100644=0A= > --- a/lib/librte_vhost/virtio-net.c=0A= > +++ b/lib/librte_vhost/virtio-net.c=0A= > @@ -485,7 +485,7 @@ set_vring_num(struct vhost_device_ctx ctx, struct vho= st_vring_state *state)=0A= > }=0A= > =0A= > /*=0A= > - * Reallocate virtio_det and vhost_virtqueue data structure to make them= on the=0A= > + * Reallocate virtio_dev and vhost_virtqueue data structure to make them= on the=0A= > * same numa node as the memory of vring descriptor.=0A= > */=0A= > #ifdef RTE_LIBRTE_VHOST_NUMA=0A= =0A=