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 8AA251396 for ; Tue, 21 Mar 2017 16:51:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490111472; x=1521647472; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-id:content-transfer-encoding: mime-version; bh=XoplmbzZKOAInD5H9cd+UTEl6a3GpiXSyuIt1xHPdHI=; b=M4+ovTX8Z14oHfis4TIXDpWKn15DFWRJdRgUa59cpMm+9eFw4oLIHKdA MZK61GUx4v6cju6kR7lvVFJNf9/bHA==; Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2017 08:51:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,198,1486454400"; d="scan'208";a="837063652" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 21 Mar 2017 08:51:10 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 21 Mar 2017 08:51:10 -0700 Received: from fmsmsx113.amr.corp.intel.com ([169.254.13.175]) by fmsmsx158.amr.corp.intel.com ([169.254.15.172]) with mapi id 14.03.0319.002; Tue, 21 Mar 2017 08:51:10 -0700 From: "Wiles, Keith" To: Hiroki Shirokura CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] L-thread support c++ Thread-Index: AQHSojx2ERUaO7RKo0KZWS3x1Z2mN6Gf5sgA Date: Tue, 21 Mar 2017 15:51:09 +0000 Message-ID: <87E6DF08-8CB0-4DF8-9048-21C48D89E8DD@intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.255.84.105] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] L-thread support c++ X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2017 15:51:12 -0000 > On Mar 21, 2017, at 7:11 AM, Hiroki Shirokura wrote= : >=20 > Hi, >=20 > This is Hiroki SHIROKURA, japanese student > I'm researching High-Performance-Networking using DPDK > and L-thread. >=20 > L-thread is awesome, but it doesn't support C++. > If we want use lthread with C++, we must add only > "extern C {}" like a below's commit. >=20 > https://github.com/susanow/lthread > https://github.com/susanow/lthread/commit/eb3b8796dfa8ef25dde2340c68b1ca9= 39b4e957b >=20 > This is very easy but, it wasn't done yet. > How do you think about this? I believe adding the C++ ifdefs is reasonable. Please send a patch for the = changes. >=20 > Thank you. >=20 > ----------------------------------------- > Hiroki SHIROKURA > email: slank.dev@gmail.com > Twitter: @slankdev > Github: slankdev > Facebook: hiroki.shirokura Regards, Keith