mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-11 17:10:13 +00:00
bng_en: update module description
The Broadcom BCM57708/800G NIC family is branded as ThorUltra.
Update the driver description accordingly.
Fixes: 74715c4ab0fa0 ("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>
This commit is contained in:
parent
6402078bd9
commit
d5dc283051
@ -255,14 +255,14 @@ config BNXT_HWMON
|
||||
devices, via the hwmon sysfs interface.
|
||||
|
||||
config BNGE
|
||||
tristate "Broadcom Ethernet device support"
|
||||
tristate "Broadcom ThorUltra Ethernet device support"
|
||||
depends on PCI
|
||||
select NET_DEVLINK
|
||||
select PAGE_POOL
|
||||
help
|
||||
This driver supports Broadcom 50/100/200/400/800 gigabit Ethernet cards.
|
||||
The module will be called bng_en. To compile this driver as a module,
|
||||
choose M here.
|
||||
This driver supports Broadcom ThorUltra 50/100/200/400/800 gigabit
|
||||
Ethernet cards. The module will be called bng_en. To compile this
|
||||
driver as a module, choose M here.
|
||||
|
||||
config BCMASP
|
||||
tristate "Broadcom ASP 2.0 Ethernet support"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
#define _BNGE_H_
|
||||
|
||||
#define DRV_NAME "bng_en"
|
||||
#define DRV_SUMMARY "Broadcom 800G Ethernet Linux Driver"
|
||||
#define DRV_SUMMARY "Broadcom ThorUltra NIC Ethernet Driver"
|
||||
|
||||
#include <linux/etherdevice.h>
|
||||
#include <linux/bnxt/hsi.h>
|
||||
|
||||
@ -19,7 +19,7 @@ char bnge_driver_name[] = DRV_NAME;
|
||||
static const struct {
|
||||
char *name;
|
||||
} board_info[] = {
|
||||
[BCM57708] = { "Broadcom BCM57708 50Gb/100Gb/200Gb/400Gb/800Gb Ethernet" },
|
||||
[BCM57708] = { "Broadcom BCM57708 ThorUltra 50Gb/100Gb/200Gb/400Gb/800Gb Ethernet" },
|
||||
};
|
||||
|
||||
static const struct pci_device_id bnge_pci_tbl[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user