Re: [dpdk-dev] [PATCH] doc: fix release notes for removed testpmd commands

2019-10-24 Thread David Marchand
On Wed, Oct 9, 2019 at 4:57 PM David Marchand wrote: > > On Wed, Oct 9, 2019 at 3:47 PM Thomas Monjalon wrote: > > > > The notes were not visible in the generated doc output because > > of an indentation mistake. > > While fixing the indentation, the formatting is improved. > > > > Fixes: e5db17a

Re: [dpdk-dev] [PATCH] doc: fix release notes for removed testpmd commands

2019-10-09 Thread David Marchand
On Wed, Oct 9, 2019 at 3:47 PM Thomas Monjalon wrote: > > The notes were not visible in the generated doc output because > of an indentation mistake. > While fixing the indentation, the formatting is improved. > > Fixes: e5db17a1e54e ("app/testpmd: remove duplicated Rx offload commands") > Cc: fla

[dpdk-dev] [PATCH] doc: fix release notes for removed testpmd commands

2019-10-09 Thread Thomas Monjalon
The notes were not visible in the generated doc output because of an indentation mistake. While fixing the indentation, the formatting is improved. Fixes: e5db17a1e54e ("app/testpmd: remove duplicated Rx offload commands") Cc: flavia.musate...@intel.com Signed-off-by: Thomas Monjalon --- doc/gu