Re: [dpdk-dev] [PATCH v2 3/3] doc: update log level matching in documentation

2018-04-04 Thread Thomas Monjalon
23/02/2018 22:17, Stephen Hemminger: > The use of dynamic log in documentation should use matching not > regex notation. > > Signed-off-by: Stephen Hemminger > --- > doc/guides/contributing/coding_style.rst | 2 +- > doc/guides/nics/qede.rst | 2 +- > 2 files changed, 2 insertion

[dpdk-dev] [PATCH v2 3/3] doc: update log level matching in documentation

2018-02-23 Thread Stephen Hemminger
The use of dynamic log in documentation should use matching not regex notation. Signed-off-by: Stephen Hemminger --- doc/guides/contributing/coding_style.rst | 2 +- doc/guides/nics/qede.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/contrib