From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cunming.liang@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id D9E9D9AA4
 for <dev@dpdk.org>; Wed, 25 Feb 2015 02:40:11 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by orsmga103.jf.intel.com with ESMTP; 24 Feb 2015 17:34:03 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.09,642,1418112000"; d="scan'208";a="671151985"
Received: from pgsmsx108.gar.corp.intel.com ([10.221.44.103])
 by fmsmga001.fm.intel.com with ESMTP; 24 Feb 2015 17:39:42 -0800
Received: from kmsmsx154.gar.corp.intel.com (172.21.73.14) by
 PGSMSX108.gar.corp.intel.com (10.221.44.103) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Wed, 25 Feb 2015 09:38:08 +0800
Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by
 KMSMSX154.gar.corp.intel.com (172.21.73.14) with Microsoft SMTP Server (TLS)
 id 14.3.195.1; Wed, 25 Feb 2015 09:38:07 +0800
Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.62]) by
 SHSMSX101.ccr.corp.intel.com ([169.254.1.192]) with mapi id 14.03.0195.001;
 Wed, 25 Feb 2015 09:38:07 +0800
From: "Liang, Cunming" <cunming.liang@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH v1] doc: prog guide update for eal
 multi-pthread
Thread-Index: AQHQSbsCtZEjziJdPUiAqAf24Fic7Zz/sb4AgADur5A=
Date: Wed, 25 Feb 2015 01:38:06 +0000
Message-ID: <D0158A423229094DA7ABF71CF2FA0DA3118DE73F@shsmsx102.ccr.corp.intel.com>
References: <1424072050-23956-1-git-send-email-cunming.liang@intel.com>
 <1645901.PtmZOafjrv@xps13>
In-Reply-To: <1645901.PtmZOafjrv@xps13>
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>
Subject: Re: [dpdk-dev] [PATCH v1] doc: prog guide update for eal
 multi-pthread
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: Wed, 25 Feb 2015 01:40:12 -0000

I'm afraid not yet, so appreciate for any revision suggestion.

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Wednesday, February 25, 2015 3:11 AM
> To: Liang, Cunming
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v1] doc: prog guide update for eal multi-p=
thread
>=20
> 2015-02-16 15:34, Cunming Liang:
> > The patch add the multi-pthread section under EAL chapter of prog_guide=
.
> >
> > Signed-off-by: Cunming Liang <cunming.liang@intel.com>
>=20
> I guess this documentation has been co-written with a native english?
>=20
> Applied, thanks