From: Ian Betts
This commit adds a simple pthread_shim example for the
cooperative scheduler included with this patchset.
The shim demonstrates a way in which legacy code writtem for
pthreads could be adapted to lighweight threads.
Signed-off-by: Ian Betts
---
doc/guides/sample_app_ug/perform
From: Ian Betts
This commit adds a simple pthread_shim example for the
cooperative scheduler included with this patchset.
The shim demonstrates a way in which legacy code writtem for
pthreads could be adapted to lighweight threads.
Signed-off-by: Ian Betts
---
doc/guides/sample_app_ug/perform
From: Ian Betts
This example comprises a layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the same physical core
3. Lightweight threads
From: Ian Betts
This commit adds the lightweight thread subsystem used by the
performance-thread sample applications.
Signed-off-by: Ian Betts
---
.../performance-thread/common/arch/x86/atomic.h| 59 ++
examples/performance-thread/common/arch/x86/ctx.c | 93 +++
examples/performance-thr
From: Ian Betts
This commit adds an L3 forwarding application to the performace-thread
example.
Signed-off-by: Ian Betts
---
config/common_linuxapp|1 +
config/defconfig_i686-native-linuxapp-gcc |1 +
config/defconfig_i686-native-linuxapp-icc
From: Ian Betts
This patchset comprises a layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the same physical core
3. Lightweight thread
From: Ian Betts
This commit adds the sample application user guide for the
performance thread sample application.
Signed-off-by: Ian Betts
---
doc/guides/sample_app_ug/performance_thread.rst | 1263 +++
1 file changed, 1263 insertions(+)
create mode 100644 doc/guides/sampl
From: Ian Betts
This commit adds an example that illustrates how to implement
a pthread shim with the lthread subsystem included in the
performance thread example application.
Signed-off-by: Ian Betts
---
examples/performance-thread/Makefile | 2 +-
examples/performance-thread/
From: Ian Betts
This patchset comprises a layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the same physical core
3. Lightweight thread
From: Ian Betts
This commit adds an example that illustrates how to implement
a pthread shim with the lthread subsystem included in the
performance thread example application.
Signed-off-by: Ian Betts
---
examples/performance-thread/Makefile | 2 +
examples/performance-thread/p
From: Ian Betts
This commit adds the sample application user guide for the
performance thread sample application.
Signed-off-by: Ian Betts
---
.../sample_app_ug/img/performance_thread_1.svg | 799 +
.../sample_app_ug/img/performance_thread_2.svg | 865 ++
doc/
From: Ian Betts
This commit adds the lightweight thread subsystem used by the
performance-thread sample applications.
Signed-off-by: Ian Betts
---
.../performance-thread/common/arch/x86/atomic.h| 59 ++
examples/performance-thread/common/arch/x86/ctx.c | 93 +++
examples/performance-thr
From: Ian Betts
This commit adds an L3 forwarding application to the performace-thread
example.
Signed-off-by: Ian Betts
---
config/common_linuxapp|1 +
config/defconfig_i686-native-linuxapp-gcc |1 +
config/defconfig_i686-native-linuxapp-icc
From: Ian Betts
This commit adds the build controls for the
performance-thread sample
Signed-off-by: Ian Betts
---
config/common_linuxapp |5 +++
config/defconfig_i686-native-linuxapp-gcc|5 +++
config/defconfig_i686-native-linuxapp-icc|5 +++
config/d
From: Ian Betts
This commit adds a simple pthread_shim example for the
cooperative included with this patchset.
The shim demonstrates a way in which legacy code writtem for
pthreads could be adapted to lighweight threads.
Signed-off-by: Ian Betts
---
examples/performance-thread/pthread_shim/M
From: Ian Betts
This commit adds documentation for the performance-thread
sample application.
Changes in this version:
* fix typos
* changes to tx parameter
* add diagrams
* add CPU load stats
Signed-off-by: Ian Betts
---
doc/guides/rel_notes/release_2_2.rst | 11 +
.../sample
From: Ian Betts
This commit adds an l3fwd derivative that allows multiple
EAL threads to be run on a single physical core or multiple
lightwieght threads to be run in an EAL thread.
Its purpose is to facilitate characterization of performance
with different threading models.
It depends on a sim
From: Ian Betts
This commit adds a cooperative scheduler subsystem in the
performance-thread sample application.
It is used in the performance-thread sample application
by the l3fwd-thread application to enable multiple
lightweight threads to be run in an EAL thread.
Changes in this version:
*
From: Ian Betts
This example comprises layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the same physical core
3. Lightweight threads r
From: Ian Betts
This commit adds a simple pthread_shim example for the
cooperative scheduler included with this patchset.
The shim demonstrates a way in which legacy code writtem for
pthreads could be adapted to lighweight threads.
Signed-off-by: Ian Betts
---
doc/guides/sample_app_ug/perform
From: Ian Betts
This example comprises a layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the same physical core
3. Lightweight threads
From: Ian Betts
This commit adds documentation for the performance-thread
sample application.
Signed-off-by: Ian Betts
---
doc/guides/rel_notes/release_2_2.rst|6 +
doc/guides/sample_app_ug/index.rst |1 +
doc/guides/sample_app_ug/performance_thread.rst | 1221
From: Ian Betts
This commit adds a simple pthread_shim example for the
cooperative included with this patchset.
The shim demonstrates a way in which legacy code writtem for
pthreads could be adapted to lighweight threads.
Signed-off-by: Ian Betts
---
examples/performance-thread/pthread_shim/M
From: Ian Betts
This commit adds the build controls for the
performance-thread sample
Signed-off-by: Ian Betts
---
config/common_linuxapp | 6
config/defconfig_i686-native-linuxapp-gcc| 6
config/defconfig_i686-native-linuxapp-icc| 6
config/defc
From: Ian Betts
This commit adds a cooperative scheduler subsystem in the
performance-thread sample application.
It is used in the performance-thread sample application
by the l3fwd-thread application to enable multiple
lightweight threads to be run in an EAL thread.
Signed-off-by: Ian Betts
-
From: Ian Betts
This commit adds an l3fwd derivative that allows multiple
EAL threads to be run on a single physical core or multiple
lightwieght threads to be run in an EAL thread.
Its purpose is to facilitate characterization of performance
with different threading models.
It depends on a sim
From: Ian Betts
Performance thread example application
This example comprises layer 3 forwarding derivative intended to
facilitate characterization of performance with different
threading models, specifically:-
1. EAL threads running on different physical cores
2. EAL threads running on the s
27 matches
Mail list logo