RE: [PATCH] doc: fix cryptodev code block mismatch

2023-03-27 Thread Akhil Goyal
> Acked-by: Hemant Agrawal Applied to dpdk-next-crypto Thanks.

RE: [PATCH] doc: fix cryptodev code block mismatch

2023-03-27 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

RE: [PATCH] doc: fix cryptodev code block mismatch

2023-03-27 Thread Power, Ciara
> -Original Message- > From: Akhil Goyal > Sent: Tuesday 21 March 2023 13:05 > To: dev@dpdk.org > Cc: tho...@monjalon.net; david.march...@redhat.com; > hemant.agra...@nxp.com; ano...@marvell.com; De Lara Guarch, Pablo > ; Trahe, Fiona ; > Doherty, Declan ; ma...@nvidia.com; > g.si...@nx

RE: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch

2023-03-24 Thread Akhil Goyal
> Subject: Re: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch > > 21/03/2023 15:57, Akhil Goyal: > > > 21/03/2023 14:05, Akhil Goyal: > > > > Certain structures were replicated in programmer's guide, > > > > which resulted in mismatch w

Re: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch

2023-03-21 Thread Thomas Monjalon
21/03/2023 15:57, Akhil Goyal: > > 21/03/2023 14:05, Akhil Goyal: > > > Certain structures were replicated in programmer's guide, > > > which resulted in mismatch when that structure is changed > > > in future releases. > > > Added literal includes to copy code block while compiling. > > > > The b

RE: [EXT] Re: [PATCH] doc: fix cryptodev code block mismatch

2023-03-21 Thread Akhil Goyal
> 21/03/2023 14:05, Akhil Goyal: > > Certain structures were replicated in programmer's guide, > > which resulted in mismatch when that structure is changed > > in future releases. > > Added literal includes to copy code block while compiling. > > The best is to avoid including code in docs. > Why

Re: [PATCH] doc: fix cryptodev code block mismatch

2023-03-21 Thread Thomas Monjalon
21/03/2023 14:05, Akhil Goyal: > Certain structures were replicated in programmer's guide, > which resulted in mismatch when that structure is changed > in future releases. > Added literal includes to copy code block while compiling. The best is to avoid including code in docs. Why do we need thes