2022-09-05 13:59:21

by Oleksandr Mazur

[permalink] [raw]
Subject: [PATCH net-next] net marvell: prestera: add support for for Aldrin2

Aldrin2 (98DX8525) is a Marvell Prestera PP, with 100G support.

Signed-off-by: Oleksandr Mazur <[email protected]>
---
drivers/net/ethernet/marvell/prestera/prestera_pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/marvell/prestera/prestera_pci.c b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
index f538a749ebd4..59470d99f522 100644
--- a/drivers/net/ethernet/marvell/prestera/prestera_pci.c
+++ b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
@@ -872,6 +872,7 @@ static void prestera_pci_remove(struct pci_dev *pdev)
static const struct pci_device_id prestera_pci_devices[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC804) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC80C) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xCC1E) },
{ }
};
MODULE_DEVICE_TABLE(pci, prestera_pci_devices);
--
2.17.1


2022-09-06 08:23:42

by Oleksandr Mazur

[permalink] [raw]
Subject: Re: [PATCH net-next] net marvell: prestera: add support for for Aldrin2

Apparently i've missed the colon to the subject:
> net marvell
instead of "net: marvell".

Should i resend V2 with mentioned issue fixed?

2022-09-08 08:37:29

by Paolo Abeni

[permalink] [raw]
Subject: Re: [PATCH net-next] net marvell: prestera: add support for for Aldrin2

On Tue, 2022-09-06 at 08:18 +0000, Oleksandr Mazur wrote:
> Apparently i've missed the colon to the subject:
> > net marvell
> instead of "net: marvell".
>
> Should i resend V2 with mentioned issue fixed?

Yes, please. Additionally I think this should target the -net tree.

Thanks!

Paolo