Re: [Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-25 Thread Wei Liu
On Tue, Mar 25, 2025 at 12:39:54PM -0400, Greg Kroah-Hartman wrote: > On Tue, Mar 25, 2025 at 04:10:59PM +, Wei Liu wrote: > > On Mon, Mar 10, 2025 at 03:12:01PM -0700, lon...@linuxonhyperv.com wrote: > > > From: Long Li > > > > > > Hyper-V may offer a non latency sensitive device with subcha

Re: [Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-25 Thread Greg Kroah-Hartman
On Tue, Mar 25, 2025 at 04:10:59PM +, Wei Liu wrote: > On Mon, Mar 10, 2025 at 03:12:01PM -0700, lon...@linuxonhyperv.com wrote: > > From: Long Li > > > > Hyper-V may offer a non latency sensitive device with subchannels without > > monitor bit enabled. The decision is entirely on the Hyper-V

Re: [Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-25 Thread Wei Liu
On Mon, Mar 10, 2025 at 03:12:01PM -0700, lon...@linuxonhyperv.com wrote: > From: Long Li > > Hyper-V may offer a non latency sensitive device with subchannels without > monitor bit enabled. The decision is entirely on the Hyper-V host not > configurable within guest. > > When a device has subch

Re: [Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-10 Thread Saurabh Singh Sengar
On Mon, Mar 10, 2025 at 03:12:01PM -0700, lon...@linuxonhyperv.com wrote: > From: Long Li > > Hyper-V may offer a non latency sensitive device with subchannels without > monitor bit enabled. The decision is entirely on the Hyper-V host not > configurable within guest. > > When a device has subch

RE: [Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-10 Thread Michael Kelley
From: lon...@linuxonhyperv.com Sent: Monday, March 10, 2025 3:12 PM > > Hyper-V may offer a non latency sensitive device with subchannels without > monitor bit enabled. The decision is entirely on the Hyper-V host not > configurable within guest. > > When a device has subchannels, also signal e

[Patch v3] uio_hv_generic: Set event for all channels on the device

2025-03-10 Thread longli
From: Long Li Hyper-V may offer a non latency sensitive device with subchannels without monitor bit enabled. The decision is entirely on the Hyper-V host not configurable within guest. When a device has subchannels, also signal events for the subchannel if its monitor bit is disabled. This patc