[dpdk-dev] [PATCH v7 1/2] cryptodev: support enqueue and dequeue callback functions
David Marchand
david.marchand at redhat.com
Wed Jan 20 14:12:10 CET 2021
On Wed, Jan 20, 2021 at 2:01 PM Kinsella, Ray <ray.kinsella at intel.com> wrote:
> > --- 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
More information about the dev
mailing list