[v3,3/9] crypto/zsda: add statistics
Hanxiao Li
li.hanxiao at zte.com.cn
Thu May 15 12:30:59 CEST 2025
> - .stats_get = NULL,
> - .stats_reset = NULL,
> + .stats_get = zsda_crypto_stats_get,
> + .stats_reset = zsda_crypto_stats_reset,
Hi Akhil,
Although I want to name the function "zsda_stats_get" as you suggested,
but the "zsda_crypto_stats_get" will call a function "zsda_stats_get" which in the common file.
Besides, "zsda_stats_get" has also been called by compress, so I name it "zsda_crypto_stats_get" in crypto.
I want to wait until crypto is integrated before making unified changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250515/4954d656/attachment.htm>
More information about the dev
mailing list