Re: [dpdk-dev] [PATCH] event/sw: add dynamic logging support

2018-01-31 Thread Thomas Monjalon
25/01/2018 10:46, Harry van Haaren: > This commit enables dynamic logging with the SW pmd. > The string "pmd.event.sw" is used to change the verbosity > of the logging output, as per the newly defined log naming. > > Signed-off-by: Harry van Haaren Applied, thanks

[dpdk-dev] [PATCH] event/sw: add dynamic logging support

2018-01-25 Thread Harry van Haaren
This commit enables dynamic logging with the SW pmd. The string "pmd.event.sw" is used to change the verbosity of the logging output, as per the newly defined log naming. Signed-off-by: Harry van Haaren --- @Maintainer: Cc: jerin.ja...@caviumnetworks.com This patch is not required for 18.02 --