RE: [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

2025-04-10 Thread Tian, Kevin
> From: Sean Christopherson > Sent: Thursday, April 10, 2025 10:52 PM > > On Thu, Apr 10, 2025, Kevin Tian wrote: > > > From: Sean Christopherson > > > Sent: Saturday, April 5, 2025 5:15 AM > > > > > > Track IRQ bypass produsers and consumers using an xarray to avoid the > > > O(2n) > > > insert

Re: [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

2025-04-10 Thread Sean Christopherson
On Thu, Apr 10, 2025, Kevin Tian wrote: > > From: Sean Christopherson > > Sent: Saturday, April 5, 2025 5:15 AM > > > > Track IRQ bypass produsers and consumers using an xarray to avoid the > > O(2n) > > insertion time associated with walking a list to check for duplicate > > entries, and to sear

RE: [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

2025-04-10 Thread Tian, Kevin
> From: Sean Christopherson > Sent: Saturday, April 5, 2025 5:15 AM > > Track IRQ bypass produsers and consumers using an xarray to avoid the > O(2n) > insertion time associated with walking a list to check for duplicate > entries, and to search for an partner. > > At low (tens or few hundreds)

Re: [PATCH 7/7] irqbypass: Use xarray to track producers and consumers

2025-04-06 Thread Binbin Wu
On 4/5/2025 5:14 AM, Sean Christopherson wrote: Track IRQ bypass produsers and consumers using an xarray to avoid the O(2n) produsers -> producers insertion time associated with walking a list to check for duplicate entries, and to search for an partner. At low (tens or few hundreds) total