Re: [dpdk-dev] [PATCH 2/3] doc: fix coremask option for eventdev pipeline

2020-11-19 Thread Thomas Monjalon
16/11/2020 11:06, David Marchand: > -w option in this context is an application option for coremask. > Restore it. > > Fixes: db27370b5720 ("eal: replace blacklist/whitelist options") > > Signed-off-by: David Marchand That's my mistake. Acked-by: Thomas Monjalon

[dpdk-dev] [PATCH 2/3] doc: fix coremask option for eventdev pipeline

2020-11-16 Thread David Marchand
-w option in this context is an application option for coremask. Restore it. Fixes: db27370b5720 ("eal: replace blacklist/whitelist options") Signed-off-by: David Marchand --- doc/guides/sample_app_ug/eventdev_pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/