Re: [PATCH v2] net: mana: Add debug logs in MANA network driver

2025-02-19 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 17 Feb 2025 17:34:15 -0800 you wrote: > Add more logs to assist in debugging and monitoring > driver behaviour, making it easier to identify potential > issues during development and testing. > > Signed-off-

Re: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-19 Thread Nuno Das Neves
On 2/19/2025 6:07 PM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Wednesday, > February 19, 2025 3:53 PM >> >> On 2/19/2025 11:46 AM, Michael Kelley wrote: >>> From: Nuno Das Neves Sent: Tuesday, >> February 11, 2025 2:22 PM Introduce CONFIG_MSHV_ROOT as a tristate to enable roo

RE: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-19 Thread Michael Kelley
From: Nuno Das Neves Sent: Wednesday, February 19, 2025 3:53 PM > > On 2/19/2025 11:46 AM, Michael Kelley wrote: > > From: Nuno Das Neves Sent: Tuesday, > February 11, 2025 2:22 PM > >> > >> Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition > >> booting and future mshv driver fu

RE: [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > The hyperv-pci driver uses ACPI for MSI IRQ domain configuration on > arm64. It won't be able to do that in the VTL mode where only DeviceTree > can be used. > > Update the hyperv-pci driver to get vPCI MSI IRQ domain in the DeviceT

Re: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-19 Thread Nuno Das Neves
On 2/19/2025 11:46 AM, Michael Kelley wrote: > From: Nuno Das Neves Sent: Tuesday, > February 11, 2025 2:22 PM >> >> Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition >> booting and future mshv driver functionality. > > This statement could use a bit more explanation as to "why".

Re: [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

2025-02-19 Thread Roman Kisel
On 2/12/2025 9:42 AM, Bjorn Helgaas wrote: On Tue, Feb 11, 2025 at 05:43:21PM -0800, Roman Kisel wrote: [...] */ - hv_msi_gic_irq_domain = acpi_irq_create_hierarchy(0, HV_PCI_MSI_SPI_NR, - fn, &hv_pci_domain_ops, -

RE: [PATCH hyperv-next v4 1/6] arm64: hyperv: Use SMCCC to detect hypervisor presence

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > The arm64 Hyper-V startup path relies on ACPI to detect > running under a Hyper-V compatible hypervisor. That > doesn't work on non-ACPI systems. > > Hoist the ACPI detection logic into a separate function. Then > use the vendor-spe

RE: [PATCH hyperv-next v4 5/6] Drivers: hv: vmbus: Get the IRQ number from DeviceTree

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > The VMBus driver uses ACPI for interrupt assignment on > arm64 hence it won't function in the VTL mode where only > DeviceTree can be used. > > Update the VMBus driver to discover interrupt configuration > from DT. > > Signed-off-b

RE: [PATCH hyperv-next v4 3/6] Drivers: hv: Provide arch-neutral implementation of get_vtl()

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > To run in the VTL mode, Hyper-V drivers have to know what > VTL the system boots in, and the arm64/hyperv code does not > have the means to compute that. > > Refactor the code to hoist the function that detects VTL, > make it arch-n

RE: [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64

2025-02-19 Thread Michael Kelley
From: Roman Kisel Sent: Tuesday, February 11, 2025 5:43 PM > > Kconfig dependencies for arm64 guests on Hyper-V require that be > ACPI enabled, and limit VTL mode to x86/x64. To enable VTL mode > on arm64 as well, update the dependencies. Since VTL mode requires > DeviceTree instead of ACPI, don

RE: [PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks

2025-02-19 Thread Michael Kelley
From: Nuno Das Neves Sent: Tuesday, February 11, 2025 2:22 PM > > Introduce CONFIG_MSHV_ROOT as a tristate to enable root partition > booting and future mshv driver functionality. This statement could use a bit more explanation as to "why". Something like: Running in the root partition is a u

Re: [PATCH v3 net-next 0/2] Enable Big TCP for MANA devices

2025-02-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller : On Sun, 16 Feb 2025 19:41:55 -0800 you wrote: > Allow the max gso/gro aggregated pkt size to go up to GSO_MAX_SIZE for > MANA NIC. On Azure, this not possible without allowing the same for > netvsc NIC (as the NICs