From 23d6f76d31474eeaafed752e377c109f803c287b Mon Sep 17 00:00:00 2001 From: Akhil Goyal Date: Fri, 12 Apr 2024 17:27:20 +0530 Subject: cryptodev: add API to get used queue pair depth Added a new fast path API to get used queue pair descriptors of a specific queue pair of a device. Applications may monitor the depth used and enqueue crypto ops accordingly. Signed-off-by: Akhil Goyal Acked-by: Anoob Joseph --- devtools/libabigail.abignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devtools') diff --git a/devtools/libabigail.abignore b/devtools/libabigail.abignore index 5292b6342f..32a2ea309e 100644 --- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore @@ -42,3 +42,7 @@ [suppress_type] name = rte_eth_fp_ops has_data_member_inserted_between = {offset_of(reserved2), end} + +[suppress_type] + name = rte_crypto_fp_ops + has_data_member_inserted_between = {offset_of(reserved), end} -- cgit v1.2.3