From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 6DCE42E83 for ; Wed, 18 Nov 2015 10:53:57 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 18 Nov 2015 01:53:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,312,1444719600"; d="scan'208";a="688333341" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 18 Nov 2015 01:53:54 -0800 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.251]) by irsmsx105.ger.corp.intel.com ([169.254.7.203]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 09:51:13 +0000 From: "Kulasek, TomaszX" To: "Betts, Ian" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v3 2/2] examples: add pthread-shim in performance-thread sample app Thread-Index: AQHRITFLdQ8xkk+sPEqOo9Ar8zUzo56hisYg Date: Wed, 18 Nov 2015 09:51:12 +0000 Message-ID: <3042915272161B4EB253DA4D77EB373A14E1EF32@IRSMSX102.ger.corp.intel.com> References: <1447762268-25980-1-git-send-email-ian.betts@intel.com> <1447762268-25980-2-git-send-email-ian.betts@intel.com> In-Reply-To: <1447762268-25980-2-git-send-email-ian.betts@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "Betts, Ian" Subject: Re: [dpdk-dev] [PATCH v3 2/2] examples: add pthread-shim in performance-thread sample app 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, 18 Nov 2015 09:53:57 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of ibetts > Sent: Tuesday, November 17, 2015 13:11 > To: dev@dpdk.org > Cc: Betts, Ian > Subject: [dpdk-dev] [PATCH v3 2/2] examples: add pthread-shim in > performance-thread sample app >=20 > From: Ian Betts >=20 > This commit adds a simple pthread_shim example for the cooperative > scheduler included with this patchset. >=20 > The shim demonstrates a way in which legacy code writtem for pthreads > could be adapted to lighweight threads. >=20 > Signed-off-by: Ian Betts > --- Acked-by: Tomasz Kulasek