Re: [dpdk-dev] [PATCH v1] doc: fix CI typo warnings

2021-08-10 Thread Kinsella, Ray
yah - I would oblige. Ray K On 09/08/2021 15:43, Aaron Conole wrote: > Ray Kinsella writes: > >> Fix documentation typos that are generating spurious CI warnings. >> >> Signed-off-by: Ray Kinsella >> --- > > Looks like there are still a few errors. Ex: > > ioat: end-before not used anywhere

Re: [dpdk-dev] [PATCH v1] doc: fix CI typo warnings

2021-08-09 Thread Aaron Conole
Ray Kinsella writes: > Fix documentation typos that are generating spurious CI warnings. > > Signed-off-by: Ray Kinsella > --- Looks like there are still a few errors. Ex: ioat: end-before not used anywhere deprecation.rst: 'inplace' should probably be 'in place' deprecation.rst: 'esn' -> pr

[dpdk-dev] [PATCH v1] doc: fix CI typo warnings

2021-08-09 Thread Ray Kinsella
Fix documentation typos that are generating spurious CI warnings. Signed-off-by: Ray Kinsella --- doc/guides/sample_app_ug/ioat.rst| 2 +- doc/guides/sample_app_ug/vmdq_forwarding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/sample_app_ug/ioat