RE: [PATCH 4/7] irqbypass: Explicitly track producer and consumer bindings

2025-04-10 Thread Tian, Kevin
> From: Sean Christopherson > Sent: Saturday, April 5, 2025 5:15 AM > > Explicitly track IRQ bypass producer:consumer bindings. This will allow > making removal an O(1) operation; searching through the list to find > information that is trivially tracked (and useful for debug) is wasteful. > >

[PATCH 4/7] irqbypass: Explicitly track producer and consumer bindings

2025-04-04 Thread Sean Christopherson
Explicitly track IRQ bypass producer:consumer bindings. This will allow making removal an O(1) operation; searching through the list to find information that is trivially tracked (and useful for debug) is wasteful. Signed-off-by: Sean Christopherson --- include/linux/irqbypass.h | 5 + virt