Re: [PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Zhu Yanjun
在 2024/4/15 18:13, Jason Gunthorpe 写道: On Mon, Apr 15, 2024 at 02:49:49AM -0700, Shradha Gupta wrote: Add new device attributes to view multiport, msix, and adapter MTU setting for MANA device. Signed-off-by: Shradha Gupta --- .../net/ethernet/microsoft/mana/gdma_main.c | 74

Re: [PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Shradha Gupta
On Mon, Apr 15, 2024 at 09:38:32AM -0700, Saurabh Singh Sengar wrote: > On Mon, Apr 15, 2024 at 02:49:49AM -0700, Shradha Gupta wrote: > > Add new device attributes to view multiport, msix, and adapter MTU > > setting for MANA device. > > > > Signed-off-by: Shradha Gupta > > --- > >

Re: [PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Shradha Gupta
On Mon, Apr 15, 2024 at 01:13:05PM -0300, Jason Gunthorpe wrote: > On Mon, Apr 15, 2024 at 02:49:49AM -0700, Shradha Gupta wrote: > > Add new device attributes to view multiport, msix, and adapter MTU > > setting for MANA device. > > > > Signed-off-by: Shradha Gupta > > --- > >

RE: Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11

2024-04-15 Thread Michael Kelley
From: Michael Schierl Sent: Monday, April 15, 2024 2:03 PM > > > In any case, I see the same content for /sys/firmware/rmi/tables/DMI as > well as /sys/firmware/dmi/tables/smbios_entry_point on 32-bit vs. 64-bit > kernels. But I see different content when booted with 1 vs. 2 vCPU. > > So it is

Re: Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11

2024-04-15 Thread Michael Schierl
Hello Michael, Am 15.04.2024 um 05:17 schrieb Michael Kelley: Let me suggest some additional diagnostics. The DMI information is provided by the virtual firmware, which is provided by the Hyper-V host. The raw DMI bytes are available in Linux at /sys/firmware/dmi/tables/DMI If you do

Re: Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11

2024-04-15 Thread Wei Liu
On Sat, Apr 13, 2024 at 03:06:05PM +0200, Michael Schierl wrote: > [please cc: me as I am not subscribed to either mailing list] > [...] > [Slightly off-topic: As 64-bit kernels work fine, if there are ways to > run a 32-bit userland containerized or chrooted in a 64-bit kernel so > that the

Re: [PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Saurabh Singh Sengar
On Mon, Apr 15, 2024 at 02:49:49AM -0700, Shradha Gupta wrote: > Add new device attributes to view multiport, msix, and adapter MTU > setting for MANA device. > > Signed-off-by: Shradha Gupta > --- > .../net/ethernet/microsoft/mana/gdma_main.c | 74 +++ >

Re: [PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Jason Gunthorpe
On Mon, Apr 15, 2024 at 02:49:49AM -0700, Shradha Gupta wrote: > Add new device attributes to view multiport, msix, and adapter MTU > setting for MANA device. > > Signed-off-by: Shradha Gupta > --- > .../net/ethernet/microsoft/mana/gdma_main.c | 74 +++ >

[PATCH net-next] net: mana: Add new device attributes for mana

2024-04-15 Thread Shradha Gupta
Add new device attributes to view multiport, msix, and adapter MTU setting for MANA device. Signed-off-by: Shradha Gupta --- .../net/ethernet/microsoft/mana/gdma_main.c | 74 +++ include/net/mana/gdma.h | 9 +++ 2 files changed, 83 insertions(+) diff

[PATCH] x86/hyperv: Consider NUMA affinity when allocating memory for per-CPU vmsa

2024-04-15 Thread Li RongQing
per-CPU vmsa are dominantly accessed from their own local CPUs, so allocate them node-local to improve performance. And reorganized variables to be reverse christmas tree order Signed-off-by: Li RongQing --- arch/x86/hyperv/ivm.c | 12 +++- 1 file changed, 7 insertions(+), 5