Re: [dpdk-dev] [PATCH v14 5/6] doc: add DMA device library guide

2021-08-13 Thread Walsh, Conor
Hi Chengwen, v15 looks good to me. Thanks for the changes, Conor. > Hi Conor, > > Already sent v15, Most of feedback modified, unmodified inline > > Thanks. > > On 2021/8/10 23:27, Walsh, Conor wrote: > > [snip] > > > > Hi Chengwen, > > I have included some feedback to improve the grammar and

Re: [dpdk-dev] [PATCH v14 5/6] doc: add DMA device library guide

2021-08-13 Thread fengchengwen
Hi Conor, Already sent v15, Most of feedback modified, unmodified inline Thanks. On 2021/8/10 23:27, Walsh, Conor wrote: > [snip] > > Hi Chengwen, > I have included some feedback to improve the grammar and readability > of the docs inline. > [snip] >> +the EAL command line options. >> + >> +

Re: [dpdk-dev] [PATCH v14 5/6] doc: add DMA device library guide

2021-08-10 Thread fengchengwen
Many thanks, will fix in v15 On 2021/8/10 23:27, Walsh, Conor wrote: > [snip] > > Hi Chengwen, > I have included some feedback to improve the grammar and readability > of the docs inline. > [snip]

Re: [dpdk-dev] [PATCH v14 5/6] doc: add DMA device library guide

2021-08-10 Thread Walsh, Conor
[snip] Hi Chengwen, I have included some feedback to improve the grammar and readability of the docs inline. > +Device Management > +- > + > +Device Creation > +~~~ > + > +Physical DMA controller is discovered during the PCI probe/enumeration of ^ "controllers are" in

[dpdk-dev] [PATCH v14 5/6] doc: add DMA device library guide

2021-08-10 Thread Chengwen Feng
This patch adds dmadev library guide. Signed-off-by: Chengwen Feng --- doc/guides/prog_guide/dmadev.rst | 126 doc/guides/prog_guide/img/dmadev.svg | 283 +++ doc/guides/prog_guide/index.rst | 1 + 3 files changed, 410 insertions(+) cr