Re: [PATCH net-next v13 1/5] net: rnpgbe: Add build support for rnpgbe
From: Yibo Dong <dong100@mucse.com>
Date: 2025-09-24 02:45:14
Also in:
linux-doc, linux-hardening, lkml
Hi, Jakub: On Tue, Sep 23, 2025 at 06:08:54PM -0700, Jakub Kicinski wrote:
On Mon, 22 Sep 2025 09:41:07 +0800 Dong Yibo wrote:quoted
+=========================================================== +Linux Base Driver for MUCSE(R) Gigabit PCI Express Adapters +=========================================================== + +MUCSE Gigabit Linux driver.You already said that in the heading abovequoted
+Copyright (c) 2020 - 2025 MUCSE Co.,Ltd.copyright is metadata, it should not be part of the user-visible doc.quoted
+Identifying Your Adapter +======================== +The driver is compatible with devices based on the following: + + * MUCSE(R) Ethernet Controller N500 series + * MUCSE(R) Ethernet Controller N210 seriesThese are out of numeric sort orderquoted
+Support +======= + If you have problems with the software or hardware, please contact our + customer support team via email at techsupport@mucse.com or check our + website at https://www.mucse.com/en/Please don't add support statements. People can use a search engine if they want to find the corporate support. The kernel docs are for kernel topics, and "support" in the kernel is done on the mailing list.
Got it. I will update this file like this: .. SPDX-License-Identifier: GPL-2.0 =========================================================== Linux Base Driver for MUCSE(R) Gigabit PCI Express Adapters =========================================================== Identifying Your Adapter ======================== The driver is compatible with devices based on the following: * MUCSE(R) Ethernet Controller N210 series * MUCSE(R) Ethernet Controller N500 series
quoted
+config MGBE + tristate "Mucse(R) 1GbE PCI Express adapters support" + depends on PCI + select PAGE_POOLyou're not using page pool in this series
Yes, I will remove it, and add this when truely use.
quoted
+MODULE_DEVICE_TABLE(pci, rnpgbe_pci_tbl); +MODULE_AUTHOR("Mucse Corporation, [off-list ref]");Only humans can author code, not corporations. Delete his AUTHOR entry or add yourself as the author.
Will fix this.
quoted
+MODULE_DESCRIPTION("Mucse(R) 1 Gigabit PCI Express Network Driver"); +MODULE_LICENSE("GPL");
Thanks for your feedback.