diff mbox series

atlantic: enable compilation for PPC64

Message ID 20201227154238.1293-1-dftxbs3e@free.fr (mailing list archive)
State Changes Requested
Delegated to: Netdev Maintainers
Headers show
Series atlantic: enable compilation for PPC64 | expand

Checks

Context Check Description
netdev/cover_letter success Link
netdev/fixes_present success Link
netdev/patch_count success Link
netdev/tree_selection success Guessed tree name to be net-next
netdev/subject_prefix warning Target tree name not specified in the subject
netdev/cc_maintainers warning 5 maintainers not CCed: dbogdanov@marvell.com davem@davemloft.net masahiroy@kernel.org mstarovo@pm.me kuba@kernel.org
netdev/source_inline success Was 0 now: 0
netdev/verify_signedoff success Link
netdev/module_param success Was 0 now: 0
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/verify_fixes success Link
netdev/checkpatch success total: 0 errors, 0 warnings, 0 checks, 8 lines checked
netdev/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
netdev/header_inline success Link
netdev/stable success Stable not CCed

Commit Message

dftxbs3e@free.fr Dec. 27, 2020, 3:42 p.m. UTC
From: Léo Le Bouter <lle-bout@zaclys.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@zaclys.net>
---
 drivers/net/ethernet/aquantia/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Lunn Dec. 27, 2020, 3:56 p.m. UTC | #1
On Sun, Dec 27, 2020 at 04:42:38PM +0100, dftxbs3e@free.fr wrote:
> From: Léo Le Bouter <lle-bout@zaclys.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@zaclys.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
diff mbox series

Patch

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
 	depends on MACSEC || MACSEC=n
 	help
 	  This enables the support for the aQuantia AQtion(tm) Ethernet card.