Re: [dpdk-dev] [v5] cryptodev: add telemetry endpoint for cryptodev capabilities

2021-10-26 Thread Akhil Goyal
> > Please send a text to update in the documentation. > > Will update it while merging the patch. > > diff --git a/doc/guides/prog_guide/cryptodev_lib.rst > b/doc/guides/prog_guide/cryptodev_lib.rst > index 25663e552e..223e933bf4 100644 > --- a/doc/guides/prog_guide/cryptodev_lib.rst > +++ b/doc/

Re: [dpdk-dev] [v5] cryptodev: add telemetry endpoint for cryptodev capabilities

2021-10-26 Thread Gowrishankar Muthukrishnan
Hi Akhil, > Please send a text to update in the documentation. > Will update it while merging the patch. diff --git a/doc/guides/prog_guide/cryptodev_lib.rst b/doc/guides/prog_guide/cryptodev_lib.rst index 25663e552e..223e933bf4 100644 --- a/doc/guides/prog_guide/cryptodev_lib.rst +++ b/doc/gu

Re: [dpdk-dev] [v5] cryptodev: add telemetry endpoint for cryptodev capabilities

2021-10-26 Thread Akhil Goyal
> Subject: [v5] cryptodev: add telemetry endpoint for cryptodev capabilities > > Add telemetry endpoint for cryptodev capabilities. > > Signed-off-by: Gowrishankar Muthukrishnan > --- > Depends-on: patch-19601 ("cryptodev: add telemetry callbacks") > > v5: > - minor cleanup Please send a text

[dpdk-dev] [v5] cryptodev: add telemetry endpoint for cryptodev capabilities

2021-10-26 Thread Gowrishankar Muthukrishnan
Add telemetry endpoint for cryptodev capabilities. Signed-off-by: Gowrishankar Muthukrishnan --- Depends-on: patch-19601 ("cryptodev: add telemetry callbacks") v5: - minor cleanup --- lib/cryptodev/rte_cryptodev.c | 61 +++ 1 file changed, 61 insertions(+) diff