[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <X+iuoLDI63CBXnfJ@lunn.ch>
Date: Sun, 27 Dec 2020 16:56:16 +0100
From: Andrew Lunn <andrew@...n.ch>
To: dftxbs3e@...e.fr
Cc: irusskikh@...vell.com, netdev@...r.kernel.org, trivial@...nel.org,
Léo Le Bouter <lle-bout@...lys.net>
Subject: Re: [PATCH] atlantic: enable compilation for PPC64
On Sun, Dec 27, 2020 at 04:42:38PM +0100, dftxbs3e@...e.fr wrote:
> From: Léo Le Bouter <lle-bout@...lys.net>
>
> This was tested on a RaptorCS Talos II with IBM POWER9 DD2.2 CPUs and an
> ASUS XG-C100F PCI-e card without any issue. Speeds of ~8Gbps could be
> attained with not-very-scientific (wget HTTP) both-ways measurements on
> a local network. No warning or error reported in kernel logs.
>
> Signed-off-by: Léo Le Bouter <lle-bout@...lys.net>
> ---
> drivers/net/ethernet/aquantia/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/aquantia/Kconfig b/drivers/net/ethernet/aquantia/Kconfig
> index efb33c078a3c..c7b410e031a3 100644
> --- a/drivers/net/ethernet/aquantia/Kconfig
> +++ b/drivers/net/ethernet/aquantia/Kconfig
> @@ -19,7 +19,7 @@ if NET_VENDOR_AQUANTIA
> config AQTION
> tristate "aQuantia AQtion(tm) Support"
> depends on PCI
> - depends on X86_64 || ARM64 || COMPILE_TEST
> + depends on X86_64 || ARM64 || PPC64 || COMPILE_TEST
Maybe remove the architecture depends all together? At some point
RISCV is going to want it, etc...
Andrew
Powered by blists - more mailing lists