From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f171.google.com (mail-yw0-f171.google.com [209.85.161.171]) by dpdk.org (Postfix) with ESMTP id 1377E2BA7 for ; Tue, 21 Mar 2017 16:54:03 +0100 (CET) Received: by mail-yw0-f171.google.com with SMTP id v198so112430727ywc.2 for ; Tue, 21 Mar 2017 08:54:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=KhynrRg3i9ZkS1d/csu0jKX0TKWpvp5UVArIqHZHljo=; b=eIU7HHybJwdBkp61tdJpHstB5KgpTUmzYaQrArsffmKY0dC1scGU3W1WzmeGDRtj86 xUELkHe9yWoXmDOKK1Lq/xV+3JQhDt30S4YhIX0mnchmOLYsMrDuZjvyBn82A70EqcB4 Q4EKyqMr5y47krtB1DRAPyq7x2T1sEADytSUk9IJcTaSPqeESf9khAfpDzON/0O4Orbj pzm/FBY8k7jK9+YxCXnI9qz3tHijMukBKiLKPCztjuoeeQOZeRi6Pic46AqHPT9ANgdh grTqET+wtv3i3HjVQUXwXnslgl7pRls/7CW7I7V6m8gMPzsUnfWdrePUceDW0rQRRCBj 7+JA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KhynrRg3i9ZkS1d/csu0jKX0TKWpvp5UVArIqHZHljo=; b=hbLbLTGRMYS6qwHSU3oNlL/3FUUNgktGqfaxy4SOXDq15zvfgTgQK1RZ4pJ+DmoYP/ Nc/1M1sB0iiuB6b6XADdMj0+X7uXEBTgShR4axnb+WVxdk7WIkkFR94FvULRYYnjZnmt tBigJAIUmY5Cn/UiqzASBof6iainziNfmmu9Of7gmM7j+JWQ6C9S7ixDbTk6IESXnpj0 ZSw2k+aNrExb8ZbXRzfccpQaC3DY6q7CmpLYamnwXUz+RMILg72YChadKmK4GzjugjTf pX+9pZeCqRJMc9w8Y/LF1mJ8Qe61OEI49V3dEMKTOsK8gve0v265HCBv4jkwrGjII9bc dLjw== X-Gm-Message-State: AFeK/H2admgYzttyeNTabegCKeW76MR3hGBTMNSo2UdHYzVZYyHrP8BIzbmJGSTxbeJVrWNEASZjS6ZiBaMJ0w== X-Received: by 10.129.80.10 with SMTP id e10mr12840906ywb.241.1490111642047; Tue, 21 Mar 2017 08:54:02 -0700 (PDT) MIME-Version: 1.0 References: <87E6DF08-8CB0-4DF8-9048-21C48D89E8DD@intel.com> In-Reply-To: <87E6DF08-8CB0-4DF8-9048-21C48D89E8DD@intel.com> From: Hiroki Shirokura Date: Tue, 21 Mar 2017 15:53:51 +0000 Message-ID: To: "Wiles, Keith" Cc: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:54:03 -0000 > I believe adding the C++ ifdefs is reasonable. Please send a patch for the changes. Thank you for your reply. So, I'll send a patch soon. 2017=E5=B9=B43=E6=9C=8822=E6=97=A5(=E6=B0=B4) 0:51 Wiles, Keith : > > > On Mar 21, 2017, at 7:11 AM, Hiroki Shirokura > wrote: > > > > Hi, > > > > This is Hiroki SHIROKURA, japanese student > > I'm researching High-Performance-Networking using DPDK > > and L-thread. > > > > 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. > > > > https://github.com/susanow/lthread > > > https://github.com/susanow/lthread/commit/eb3b8796dfa8ef25dde2340c68b1ca9= 39b4e957b > > > > 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 th= e > changes. > > > > > Thank you. > > > > ----------------------------------------- > > Hiroki SHIROKURA > > email: slank.dev@gmail.com > > Twitter: @slankdev > > Github: slankdev > > Facebook: hiroki.shirokura > > Regards, > Keith > >