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
; ; sta...@dpdk.org > Subject: [PATCH] doc: fix cryptodev code block mismatch > > 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.

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

[PATCH] doc: fix cryptodev code block mismatch

2023-03-21 Thread 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. Fixes: 0318c02b57cf ("doc: add cryptodev chapter in prog guide") Cc: sta...@dpdk.org Signed-off-by: Ak