Re: [PATCH net-next v2 0/2] Add sysfs attributes for MANA

2024-04-29 Thread Shradha Gupta
On Wed, Apr 24, 2024 at 04:48:06PM +0200, Jiri Pirko wrote: > Wed, Apr 24, 2024 at 12:32:54PM CEST, shradhagu...@linux.microsoft.com wrote: > >These patches include adding sysfs attributes for improving > >debuggability on MANA devices. > > > >The first patch consists on max_mtu, min_mtu

Re: [PATCH] PCI: Add a mutex to protect the global list pci_domain_busn_res_list

2024-04-29 Thread Bjorn Helgaas
On Thu, Apr 25, 2024 at 05:51:38PM -0500, Bjorn Helgaas wrote: > On Thu, Apr 18, 2024 at 06:53:02PM -0700, Dexuan Cui wrote: > > There has been an effort to make the pci-hyperv driver support > > async-probing to reduce the boot time. With async-probing, multiple > > kernel threads can be running

RE: [PATCH 1/1] hv_balloon: Enable hot-add for memblock sizes > 128 Mbytes

2024-04-29 Thread Michael Kelley
From: Michael Kelley Sent: Friday, April 26, 2024 9:36 AM > > > @@ -505,8 +505,9 @@ enum hv_dm_state { > > > > > > static __u8 recv_buffer[HV_HYP_PAGE_SIZE]; > > > static __u8 balloon_up_send_buffer[HV_HYP_PAGE_SIZE]; > > > +static unsigned long ha_chunk_pgs; > > > > Why not stick to