* [PATCH net] net: txgbe: Update module description
@ 2025-04-08 8:19 Jiawen Wu
2025-04-09 1:58 ` Jakub Kicinski
0 siblings, 1 reply; 2+ messages in thread
From: Jiawen Wu @ 2025-04-08 8:19 UTC (permalink / raw)
To: andrew+netdev, davem, edumazet, kuba, pabeni, horms, netdev
Cc: mengyuanlou, Jiawen Wu
Because of the addition of support for 40G/25G devices, update the module
description.
Fixes: 2e5af6b2ae85 ("net: txgbe: Add basic support for new AML devices")
Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
---
drivers/net/ethernet/wangxun/Kconfig | 4 ++--
drivers/net/ethernet/wangxun/txgbe/txgbe_main.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/wangxun/Kconfig b/drivers/net/ethernet/wangxun/Kconfig
index 47e3e8434b9e..2428f045d513 100644
--- a/drivers/net/ethernet/wangxun/Kconfig
+++ b/drivers/net/ethernet/wangxun/Kconfig
@@ -40,7 +40,7 @@ config NGBE
will be called ngbe.
config TXGBE
- tristate "Wangxun(R) 10GbE PCI Express adapters support"
+ tristate "Wangxun(R) 40/25/10GbE PCI Express adapters support"
depends on PCI
depends on COMMON_CLK
depends on I2C_DESIGNWARE_PLATFORM
@@ -55,7 +55,7 @@ config TXGBE
select PCS_XPCS
select LIBWX
help
- This driver supports Wangxun(R) 10GbE PCI Express family of
+ This driver supports Wangxun(R) 40/25/10GbE PCI Express family of
adapters.
More specific information on configuring the driver is in
diff --git a/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c b/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
index a2e245e3b016..6a09728b9871 100644
--- a/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
+++ b/drivers/net/ethernet/wangxun/txgbe/txgbe_main.c
@@ -822,5 +822,5 @@ module_pci_driver(txgbe_driver);
MODULE_DEVICE_TABLE(pci, txgbe_pci_tbl);
MODULE_AUTHOR("Beijing WangXun Technology Co., Ltd, <software@trustnetic.com>");
-MODULE_DESCRIPTION("WangXun(R) 10 Gigabit PCI Express Network Driver");
+MODULE_DESCRIPTION("WangXun(R) 40/25/10 Gigabit PCI Express Network Driver");
MODULE_LICENSE("GPL");
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] net: txgbe: Update module description
2025-04-08 8:19 [PATCH net] net: txgbe: Update module description Jiawen Wu
@ 2025-04-09 1:58 ` Jakub Kicinski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2025-04-09 1:58 UTC (permalink / raw)
To: Jiawen Wu
Cc: andrew+netdev, davem, edumazet, pabeni, horms, netdev,
mengyuanlou
On Tue, 8 Apr 2025 16:19:58 +0800 Jiawen Wu wrote:
> Because of the addition of support for 40G/25G devices, update the module
> description.
Not important enough for a fix, please repost for net-next.
And I think it'd be more typical to sort the speeds from the slowest.
10/25/40
--
pw-bot: cr
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-04-09 1:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 8:19 [PATCH net] net: txgbe: Update module description Jiawen Wu
2025-04-09 1:58 ` Jakub Kicinski
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).