Re: [dpdk-dev] [PATCH] doc: fix testpmd literal block representation

2017-07-20 Thread Thomas Monjalon
20/07/2017 15:17, Daniel Mrzyglod: > There were mising :: so file was parsed in wrong way > > Fixes: c735b831b0c1 ("app/testpmd: add cmd for dedicated LACP Rx/Tx queues") > > Signed-off-by: Daniel Mrzyglod Applied, thanks

[dpdk-dev] [PATCH] doc: fix testpmd literal block representation

2017-07-20 Thread Daniel Mrzyglod
There were mising :: so file was parsed in wrong way Fixes: c735b831b0c1 ("app/testpmd: add cmd for dedicated LACP Rx/Tx queues") Signed-off-by: Daniel Mrzyglod --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd