linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] arm64 defconfig: enable LVM support
@ 2019-06-17 16:04 Marcin Juszkiewicz
  2019-06-17 16:04 ` [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Marcin Juszkiewicz
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Marcin Juszkiewicz @ 2019-06-17 16:04 UTC (permalink / raw)
  To: arm; +Cc: Marcin Juszkiewicz, linux-arm-kernel

Follow x86-64 defconfig on enabling basic LVM support.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 arch/arm64/configs/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4d583514258c..864800307e2f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -230,6 +230,11 @@ CONFIG_SATA_SIL24=y
 CONFIG_SATA_RCAR=y
 CONFIG_PATA_PLATFORM=y
 CONFIG_PATA_OF_PLATFORM=y
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=y
+CONFIG_BLK_DEV_DM=y
+CONFIG_DM_MIRROR=y
+CONFIG_DM_ZERO=y
 CONFIG_NETDEVICES=y
 CONFIG_MACVLAN=m
 CONFIG_MACVTAP=m
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers
  2019-06-17 16:04 [PATCH 1/3] arm64 defconfig: enable LVM support Marcin Juszkiewicz
@ 2019-06-17 16:04 ` Marcin Juszkiewicz
  2019-06-19 14:22   ` Olof Johansson
  2019-06-17 16:04 ` [PATCH 3/3] arm64 defconfig: enable Mellanox cards Marcin Juszkiewicz
  2019-06-19 14:21 ` [PATCH 1/3] arm64 defconfig: enable LVM support Olof Johansson
  2 siblings, 1 reply; 8+ messages in thread
From: Marcin Juszkiewicz @ 2019-06-17 16:04 UTC (permalink / raw)
  To: arm; +Cc: Marcin Juszkiewicz, linux-arm-kernel

ThunderX2 server requires both to provide storage and network.

05:00.0 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11)
05:00.1 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11)
8d:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS3224 PCI-Express Fusion-MPT SAS-3 [1000:00c4] (rev 01)

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 864800307e2f..a3b311ea3f13 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -215,6 +215,7 @@ CONFIG_BLK_DEV_SD=y
 CONFIG_SCSI_SAS_ATA=y
 CONFIG_SCSI_HISI_SAS=y
 CONFIG_SCSI_HISI_SAS_PCI=y
+CONFIG_SCSI_MPT3SAS=m
 CONFIG_SCSI_UFSHCD=y
 CONFIG_SCSI_UFSHCD_PLATFORM=y
 CONFIG_SCSI_UFS_QCOM=m
@@ -244,6 +245,7 @@ CONFIG_VIRTIO_NET=y
 CONFIG_AMD_XGBE=y
 CONFIG_NET_XGENE=y
 CONFIG_ATL1C=m
+CONFIG_BNX2X=m
 CONFIG_MACB=y
 CONFIG_THUNDER_NIC_PF=y
 CONFIG_FEC=y
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 3/3] arm64 defconfig: enable Mellanox cards
  2019-06-17 16:04 [PATCH 1/3] arm64 defconfig: enable LVM support Marcin Juszkiewicz
  2019-06-17 16:04 ` [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Marcin Juszkiewicz
@ 2019-06-17 16:04 ` Marcin Juszkiewicz
  2019-06-19 14:22   ` Olof Johansson
  2019-06-19 14:21 ` [PATCH 1/3] arm64 defconfig: enable LVM support Olof Johansson
  2 siblings, 1 reply; 8+ messages in thread
From: Marcin Juszkiewicz @ 2019-06-17 16:04 UTC (permalink / raw)
  To: arm; +Cc: Marcin Juszkiewicz, linux-arm-kernel

Mellanox cards are present in several AArch64 servers.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 arch/arm64/configs/defconfig | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a3b311ea3f13..33f51ddf7d7d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -258,6 +258,15 @@ CONFIG_HNS3_ENET=y
 CONFIG_E1000E=y
 CONFIG_IGB=y
 CONFIG_IGBVF=y
+CONFIG_MLX4_EN=m
+CONFIG_MLX4_CORE=m
+CONFIG_MLX4_DEBUG=y
+CONFIG_MLX4_CORE_GEN2=y
+CONFIG_MLX5_CORE=m
+CONFIG_MLX5_CORE_EN=y
+CONFIG_MLX5_EN_ARFS=y
+CONFIG_MLX5_EN_RXNFC=y
+CONFIG_MLX5_MPFS=y
 CONFIG_MVNETA=y
 CONFIG_MVPP2=y
 CONFIG_SKY2=y
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/3] arm64 defconfig: enable LVM support
  2019-06-17 16:04 [PATCH 1/3] arm64 defconfig: enable LVM support Marcin Juszkiewicz
  2019-06-17 16:04 ` [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Marcin Juszkiewicz
  2019-06-17 16:04 ` [PATCH 3/3] arm64 defconfig: enable Mellanox cards Marcin Juszkiewicz
@ 2019-06-19 14:21 ` Olof Johansson
  2019-06-20 10:17   ` Marcin Juszkiewicz
  2 siblings, 1 reply; 8+ messages in thread
From: Olof Johansson @ 2019-06-19 14:21 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: arm, linux-arm-kernel

On Mon, Jun 17, 2019 at 06:04:09PM +0200, Marcin Juszkiewicz wrote:
> Follow x86-64 defconfig on enabling basic LVM support.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

Do you need this to be =y? If you use LVM, you usually boot with a ramdisk that
will hold modules.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers
  2019-06-17 16:04 ` [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Marcin Juszkiewicz
@ 2019-06-19 14:22   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-19 14:22 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: arm, linux-arm-kernel

On Mon, Jun 17, 2019 at 06:04:10PM +0200, Marcin Juszkiewicz wrote:
> ThunderX2 server requires both to provide storage and network.
> 
> 05:00.0 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11)
> 05:00.1 Ethernet controller [0200]: Broadcom Limited BCM57840 NetXtreme II 10 Gigabit Ethernet [14e4:16a1] (rev 11)
> 8d:00.0 Serial Attached SCSI controller [0107]: LSI Logic / Symbios Logic SAS3224 PCI-Express Fusion-MPT SAS-3 [1000:00c4] (rev 01)
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

Applied, thanks.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 3/3] arm64 defconfig: enable Mellanox cards
  2019-06-17 16:04 ` [PATCH 3/3] arm64 defconfig: enable Mellanox cards Marcin Juszkiewicz
@ 2019-06-19 14:22   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-19 14:22 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: arm, linux-arm-kernel

On Mon, Jun 17, 2019 at 06:04:11PM +0200, Marcin Juszkiewicz wrote:
> Mellanox cards are present in several AArch64 servers.
> 
> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>


Applied, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/3] arm64 defconfig: enable LVM support
  2019-06-19 14:21 ` [PATCH 1/3] arm64 defconfig: enable LVM support Olof Johansson
@ 2019-06-20 10:17   ` Marcin Juszkiewicz
  2019-06-25 11:19     ` Olof Johansson
  0 siblings, 1 reply; 8+ messages in thread
From: Marcin Juszkiewicz @ 2019-06-20 10:17 UTC (permalink / raw)
  To: Olof Johansson; +Cc: arm, linux-arm-kernel

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

W dniu 19.06.2019 o 16:21, Olof Johansson pisze:
> On Mon, Jun 17, 2019 at 06:04:09PM +0200, Marcin Juszkiewicz wrote:
>> Follow x86-64 defconfig on enabling basic LVM support.
>>
>> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> 
> Do you need this to be =y? If you use LVM, you usually boot with a ramdisk that
> will hold modules.

Right. Forgot to change.


[-- Attachment #2: 0001-arm64-defconfig-enable-LVM-support.patch --]
[-- Type: text/x-patch, Size: 881 bytes --]

From 63003d0047062949a1231f67e1efdcb96b54323a Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Date: Mon, 27 May 2019 20:14:34 +0200
Subject: [PATCH 1/3] arm64 defconfig: enable LVM support

Follow x86-64 defconfig on enabling basic LVM support.

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
---
 arch/arm64/configs/defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 4d583514258c..864800307e2f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -230,6 +230,11 @@ CONFIG_SATA_SIL24=y
 CONFIG_SATA_RCAR=y
 CONFIG_PATA_PLATFORM=y
 CONFIG_PATA_OF_PLATFORM=y
+CONFIG_MD=y
+CONFIG_BLK_DEV_MD=m
+CONFIG_BLK_DEV_DM=m
+CONFIG_DM_MIRROR=m
+CONFIG_DM_ZERO=m
 CONFIG_NETDEVICES=y
 CONFIG_MACVLAN=m
 CONFIG_MACVTAP=m
-- 
2.21.0


[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 1/3] arm64 defconfig: enable LVM support
  2019-06-20 10:17   ` Marcin Juszkiewicz
@ 2019-06-25 11:19     ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-25 11:19 UTC (permalink / raw)
  To: Marcin Juszkiewicz; +Cc: arm, linux-arm-kernel

On Thu, Jun 20, 2019 at 12:17:06PM +0200, Marcin Juszkiewicz wrote:
> W dniu 19.06.2019 o 16:21, Olof Johansson pisze:
> > On Mon, Jun 17, 2019 at 06:04:09PM +0200, Marcin Juszkiewicz wrote:
> >> Follow x86-64 defconfig on enabling basic LVM support.
> >>
> >> Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
> > 
> > Do you need this to be =y? If you use LVM, you usually boot with a ramdisk that
> > will hold modules.
> 
> Right. Forgot to change.


Applied to arm/defconfig. Thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-25 12:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 16:04 [PATCH 1/3] arm64 defconfig: enable LVM support Marcin Juszkiewicz
2019-06-17 16:04 ` [PATCH 2/3] arm64 defconfig: enable MPT3 SAS and BNX2X drivers Marcin Juszkiewicz
2019-06-19 14:22   ` Olof Johansson
2019-06-17 16:04 ` [PATCH 3/3] arm64 defconfig: enable Mellanox cards Marcin Juszkiewicz
2019-06-19 14:22   ` Olof Johansson
2019-06-19 14:21 ` [PATCH 1/3] arm64 defconfig: enable LVM support Olof Johansson
2019-06-20 10:17   ` Marcin Juszkiewicz
2019-06-25 11:19     ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).