Skip to content

Commit d5dc283

Browse files
rajashekar-hudumulaPaolo Abeni
authored andcommitted
bng_en: update module description
The Broadcom BCM57708/800G NIC family is branded as ThorUltra. Update the driver description accordingly. Fixes: 74715c4 ("bng_en: Add PCI interface") Signed-off-by: Rajashekar Hudumula <rajashekar.hudumula@broadcom.com> Reviewed-by: Vikas Gupta <vikas.gupta@broadcom.com> Reviewed-by: Bhargava Chenna Marreddy <bhargava.marreddy@broadcom.com> Link: https://patch.msgid.link/20251217104748.3004706-1-rajashekar.hudumula@broadcom.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 6402078 commit d5dc283

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

drivers/net/ethernet/broadcom/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,14 @@ config BNXT_HWMON
255255
devices, via the hwmon sysfs interface.
256256

257257
config BNGE
258-
tristate "Broadcom Ethernet device support"
258+
tristate "Broadcom ThorUltra Ethernet device support"
259259
depends on PCI
260260
select NET_DEVLINK
261261
select PAGE_POOL
262262
help
263-
This driver supports Broadcom 50/100/200/400/800 gigabit Ethernet cards.
264-
The module will be called bng_en. To compile this driver as a module,
265-
choose M here.
263+
This driver supports Broadcom ThorUltra 50/100/200/400/800 gigabit
264+
Ethernet cards. The module will be called bng_en. To compile this
265+
driver as a module, choose M here.
266266

267267
config BCMASP
268268
tristate "Broadcom ASP 2.0 Ethernet support"

drivers/net/ethernet/broadcom/bnge/bnge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define _BNGE_H_
66

77
#define DRV_NAME "bng_en"
8-
#define DRV_SUMMARY "Broadcom 800G Ethernet Linux Driver"
8+
#define DRV_SUMMARY "Broadcom ThorUltra NIC Ethernet Driver"
99

1010
#include <linux/etherdevice.h>
1111
#include <linux/bnxt/hsi.h>

drivers/net/ethernet/broadcom/bnge/bnge_core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ char bnge_driver_name[] = DRV_NAME;
1919
static const struct {
2020
char *name;
2121
} board_info[] = {
22-
[BCM57708] = { "Broadcom BCM57708 50Gb/100Gb/200Gb/400Gb/800Gb Ethernet" },
22+
[BCM57708] = { "Broadcom BCM57708 ThorUltra 50Gb/100Gb/200Gb/400Gb/800Gb Ethernet" },
2323
};
2424

2525
static const struct pci_device_id bnge_pci_tbl[] = {

0 commit comments

Comments
 (0)