On Tue, Aug 02, 2022 at 02:42:22PM +0200, Ricardo Cañuelo wrote: > +In this case, when the interrupt arrives :c:func:`vp_interrupt` will be > +called and it will ultimately lead to a call to > +:c:func:`vring_interrupt`, which ends up calling the virtqueue callback > +function:: You don't need to use :c:func:`foo`. You can just write foo() and the tooling will convert it into :c:func:`foo` for you.