Re: [RFC 11/12] Drivers: hv: vmbus: Wait for MODIFYCHANNEL to finish when offlining CPUs

2024-06-24 Thread Boqun Feng
Hi Michael, On Mon, Jun 03, 2024 at 10:09:39PM -0700, mhkelle...@gmail.com wrote: [...] > diff --git a/drivers/hv/hyperv_vmbus.h b/drivers/hv/hyperv_vmbus.h > index bf35bb40c55e..571b2955b38e 100644 > --- a/drivers/hv/hyperv_vmbus.h > +++ b/drivers/hv/hyperv_vmbus.h > @@ -264,6 +264,14 @@ struct v

Re: [PATCH 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory

2024-02-25 Thread Boqun Feng
On Tue, Feb 20, 2024 at 06:15:52PM +, Michael Kelley wrote: > From: Boqun Feng Sent: Tuesday, February 20, 2024 9:29 > AM > > > > On Mon, Feb 19, 2024 at 10:30:07PM -0800, Saurabh Singh Sengar wrote: > > > On Mon, Feb 12, 2024 at 10:19:59PM -0800, mhkelle...@gm

Re: [PATCH 1/1] Drivers: hv: vmbus: Calculate ring buffer size for more efficient use of memory

2024-02-20 Thread Boqun Feng
On Mon, Feb 19, 2024 at 10:30:07PM -0800, Saurabh Singh Sengar wrote: > On Mon, Feb 12, 2024 at 10:19:59PM -0800, mhkelle...@gmail.com wrote: > > From: Michael Kelley > > > > The VMBUS_RING_SIZE macro adds space for a ring buffer header to the > > requested ring buffer size. The header size is a

Re: [PATCH v2] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC

2023-11-30 Thread Boqun Feng
ram hv_utils.timesync_implicit. > > Signed-off-by: Peter Martincic Looks good to me. Acked-by: Boqun Feng Regards, Boqun > --- > drivers/hv/hv_util.c | 31 ++- > 1 file changed, 30 insertions(+), 1 deletion(-) > > diff --git a/drivers/hv/hv

Re: [EXTERNAL] Re: [PATCH] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC

2023-11-06 Thread Boqun Feng
gt; Thanks again, > Peter > > -Original Message- > From: Wei Liu > Sent: Sunday, November 5, 2023 5:31 PM > To: Peter Martincic > Cc: linux-hyperv@vger.kernel.org; Michael Kelley (LINUX) > ; Boqun Feng ; Wei Liu > ; Wei Liu > Subject: [EXTERNAL] Re: [PATCH] hv_utils: