[dpdk-dev] [PATCH v4] cryptodev: add telemetry callbacks

Tal Shnaiderman talshn at nvidia.com
Wed Oct 13 14:15:17 CEST 2021


> Subject: [dpdk-dev] [PATCH v4] cryptodev: add telemetry callbacks
> 
> External email: Use caution opening links or attachments
> 
> 
> The cryptodev library now registers commands with telemetry, and
> implements the corresponding callback functions. These commands allow a
> list of cryptodevs to be queried, as well as info and stats for the
> corresponding cryptodev.
> 

The build of this patch fails on Windows with the following error:

../lib/cryptodev/rte_cryptodev.c:38:10: fatal error: rte_telemetry.h: No such file or directory
 #include <rte_telemetry.h>

To resolve it you need to add telemetry to the list of deps in cryptodev's meson.build file.


More information about the dev mailing list