[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH] public: add RING_NR_UNCONSUMED_*() macros to ring.h
On 25/11/2021 22:55, Juergen Gross wrote: Today RING_HAS_UNCONSUMED_*() macros are returning the number of unconsumed requests or responses instead of a boolean as the name of the macros would imply. As this "feature" is already being used, rename the macros to RING_NR_UNCONSUMED_*() and define the RING_HAS_UNCONSUMED_*() macros by using the new RING_NR_UNCONSUMED_*() macros. In order to avoid future misuse let RING_HAS_UNCONSUMED_*() really return a boolean. Note that the known misuses need to be switched to the new RING_NR_UNCONSUMED_*() macros when using this version of ring.h. Cc: Roger Pau Monne <roger.pau@xxxxxxxxxx> Cc: Manuel Bouyer <bouyer@xxxxxxxxxxxxxxx> Cc: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> Cc: Paul Durrant <paul@xxxxxxx> Signed-off-by: Juergen Gross <jgross@xxxxxxxx> --- I have checked Xen, Mini-OS, qemu, grub2, OVMF and Linux kernel for misuses of the RING_HAS_UNCONSUMED_*() macros. There is currently only one instance in the Linux kernel netback driver. The BSDs, UNIKRAFT and Windows PV drivers should be checked for misuse, too. I don't think there will be any problem with Windows. Paul
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |