All of lore.kernel.org
 help / color / mirror / Atom feed
From: dftxbs3e@free.fr
To: irusskikh@marvell.com
Cc: netdev@vger.kernel.org, trivial@kernel.org,
	"Léo Le Bouter" <lle-bout@zaclys.net>
Subject: [PATCH] atlantic: enable compilation for PPC64
Date: Sun, 27 Dec 2020 16:42:38 +0100	[thread overview]
Message-ID: <20201227154238.1293-1-dftxbs3e@free.fr> (raw)

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


             reply	other threads:[~2020-12-27 15:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-27 15:42 dftxbs3e [this message]
2020-12-27 15:56 ` [PATCH] atlantic: enable compilation for PPC64 Andrew Lunn
2020-12-27 16:11   ` [PATCH v2] atlantic: remove architecture depends dftxbs3e
2020-12-28 23:05     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201227154238.1293-1-dftxbs3e@free.fr \
    --to=dftxbs3e@free.fr \
    --cc=irusskikh@marvell.com \
    --cc=lle-bout@zaclys.net \
    --cc=netdev@vger.kernel.org \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.