Re: [dpdk-dev] [PATCH v7 1/2] cryptodev: support enqueue and dequeue callback functions
From: David Marchand <hidden>
Date: 2021-01-20 13:12:27
From: David Marchand <hidden>
Date: 2021-01-20 13:12:27
On Wed, Jan 20, 2021 at 2:01 PM Kinsella, Ray [off-list ref] wrote:
quoted
--- a/devtools/libabigail.abignore +++ b/devtools/libabigail.abignore@@ -11,3 +11,8 @@ ; Explicit ignore for driver-only ABI [suppress_type] name = eth_dev_ops + +; Ignore fields inserted in cacheline boundary of rte_cryptodev +[suppress_type] + name = rte_cryptodev + has_data_member_inserted_between = {0, 1023}This is a bit of a blunt instrument as the range quiet large? {offset_after(attached), end} instead works better - I will send a patch.
This is what I suggested to Thomas offlist. A drawback I see is that we are now blind for any later changes occurring in this range. -- David Marchand