Re: [dpdk-dev] [PATCH v6 14/21] event/sw: add xstats support

2017-03-30 Thread Hunt, David
On 30/3/2017 12:25 AM, Harry van Haaren wrote: From: Bruce Richardson Add support for xstats to report out on the state of the eventdev. Useful for debugging and for unit tests, as well as observability at runtime and performance tuning of apps to work well with the scheduler. --snip-- +s

[dpdk-dev] [PATCH v6 14/21] event/sw: add xstats support

2017-03-29 Thread Harry van Haaren
From: Bruce Richardson Add support for xstats to report out on the state of the eventdev. Useful for debugging and for unit tests, as well as observability at runtime and performance tuning of apps to work well with the scheduler. Signed-off-by: Bruce Richardson Signed-off-by: Harry van Haaren