diff options
| author | Akhil Goyal <[email protected]> | 2024-04-12 17:27:20 +0530 |
|---|---|---|
| committer | Akhil Goyal <[email protected]> | 2024-06-13 10:33:06 +0200 |
| commit | 23d6f76d31474eeaafed752e377c109f803c287b (patch) | |
| tree | 0fbcac81cffd101c59a8c2b4becd98c57fd22995 /devtools | |
| parent | 226f1ca0c1d7e16d87b601c380983c2167b4bef7 (diff) | |
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 <[email protected]>
Acked-by: Anoob Joseph <[email protected]>
Diffstat (limited to 'devtools')
| -rw-r--r-- | devtools/libabigail.abignore | 4 |
1 files changed, 4 insertions, 0 deletions
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} |
