Re: [PATCH 3/7] irqbypass: Take ownership of producer/consumer token tracking
From: Alex Williamson
Date: Thu Apr 10 2025 - 18:25:56 EST
On Thu, 10 Apr 2025 15:04:35 -0700
Sean Christopherson <seanjc@xxxxxxxxxx> wrote:
> On Thu, Apr 10, 2025, Alex Williamson wrote:
> > The "token" terminology seems a little out of place after all is said
> > and done in this series.
>
> Ugh, yeah, good point. I don't know why I left it as "token".
>
> > Should it just be an "index" in anticipation of the usage with xarray and
> > changed to an unsigned long? Or at least s/token/eventfd/ and changed to an
> > eventfd_ctx pointer?
>
> My strong vote is for "struct eventfd_ctx *eventfd;"
WFM, thanks,
Alex