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

2021-10-25 Thread Akhil Goyal
> +#define CRYPTO_CAPS_SZ \ > + (RTE_ALIGN_CEIL(sizeof(struct rte_cryptodev_capabilities), \ > + sizeof(uint64_t)) /\ > + sizeof(uint64_t)) > + > +static int > +crypto_caps_array(struct rte_tel_data *d,

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

2021-10-22 Thread Gowrishankar Muthukrishnan
Add telemetry endpoint for cryptodev capabilities. Signed-off-by: Gowrishankar Muthukrishnan --- Depends-on: patch-19601 ("cryptodev: add telemetry callbacks") v3: - checkpatch fixes. --- lib/cryptodev/rte_cryptodev.c | 65 +++ 1 file changed, 65 insertions(+)