[dpdk-dev] [PATCH v2] example/performance-thread: lthread support C++

2017-03-21 Thread Hiroki SHIROKURA
Lthread is awesome but it doesn't support C++. So I write patch to support lthread to support C++. Added "extern C {}" to lthread-headers Signed-off-by: Hiroki SHIROKURA Acked-by: Keith Wiles --- examples/performance-thread/common/arch/x86/ctx.h | 8 examples/per

Re: [dpdk-dev] L-thread support c++

2017-03-21 Thread Hiroki Shirokura
> So, I'll send a patch soon. I wrote a patch to suport c++ in L-thread Patch is bellow. please review this. http://dpdk.org/ml/archives/dev/2017-March/060809.html thank you. 2017年3月22日(水) 0:53 Hiroki Shirokura : > > I believe adding the C++ ifdefs is reasonable. Please se

[dpdk-dev] [PATCH] example/performance-thread: lthread support C++

2017-03-21 Thread Hiroki SHIROKURA
Lthread is awesome but it doesn't support C++. So I write patch to support lthread to support C++. Added "extern C {}" to lthread-headers Signed-off-by: Hiroki SHIROKURA --- examples/performance-thread/common/arch/x86/ctx.h | 8 examples/performance-thread/c

Re: [dpdk-dev] L-thread support c++

2017-03-21 Thread Hiroki Shirokura
> 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年3月22日(水) 0:51 Wiles, Keith : > > > On Mar 21, 2017, at 7:11 AM, Hiroki Shirokura > wrote: > > > > Hi, > >

[dpdk-dev] L-thread support c++

2017-03-21 Thread Hiroki Shirokura
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.