Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski :
On Mon, 13 May 2024 13:29:01 -0700 you wrote:
> Change the Kconfig dependency, so this driver can be built and run on ARM64
> with 4K page size.
> 16/64K page sizes are not supported yet.
>
> Signed-off-by: Haiyang Z
On Mon, 13 May 2024 20:50:37 + Haiyang Zhang wrote:
> From the document, it can be:
> "ARM cores support both modes, but are most commonly used in, and typically
> default to little-endian mode. Most Linux distributions for ARM tend to be
> little-endian only."
> https://developer.arm.com/do
> -Original Message-
> From: Jakub Kicinski
> Sent: Monday, May 13, 2024 4:42 PM
> To: Haiyang Zhang
> Cc: linux-hyperv@vger.kernel.org; net...@vger.kernel.org; Dexuan Cui
> ; step...@networkplumber.org; KY Srinivasan
> ; Paul Rosswurm ;
> o...@aepfle.de; vkuznets ; da...@davemloft.net
On Mon, 13 May 2024 13:29:01 -0700 Haiyang Zhang wrote:
> - depends on PCI_MSI && X86_64
> + depends on PCI_MSI
> + depends on X86_64 || (ARM64 && !CPU_BIG_ENDIAN && ARM64_4K_PAGES)
Can ARM64 be big endian?
Change the Kconfig dependency, so this driver can be built and run on ARM64
with 4K page size.
16/64K page sizes are not supported yet.
Signed-off-by: Haiyang Zhang
---
drivers/net/ethernet/microsoft/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethern