RE: [PATCH 3/4] cryptodev: introduce query API for error interrupt event

2023-01-30 Thread Akhil Goyal
> Subject: [PATCH 3/4] cryptodev: introduce query API for error interrupt event > > An event RTE_CRYPTODEV_EVENT_ERROR gets fired when crypto PMD receives > an error interrupt. This patch adds query function for the application, > to get more info about the event. > > S

[PATCH 3/4] cryptodev: introduce query API for error interrupt event

2022-12-21 Thread Srujana Challa
An event RTE_CRYPTODEV_EVENT_ERROR gets fired when crypto PMD receives an error interrupt. This patch adds query function for the application, to get more info about the event. Signed-off-by: Srujana Challa --- lib/cryptodev/cryptodev_pmd.h | 9 + lib/cryptodev/rte_cryptodev.c | 19

[PATCH 3/4] cryptodev: introduce query API for error interrupt event

2022-12-21 Thread Srujana Challa
An event RTE_CRYPTODEV_EVENT_ERROR gets fired when crypto PMD receives an error interrupt. This patch adds query function for the application, to get more info about the event. Signed-off-by: Srujana Challa --- lib/cryptodev/cryptodev_pmd.h | 9 + lib/cryptodev/rte_cryptodev.c | 19