mbox series

[RFC,net-next,0/3] wangxun nics add wol ncsi support

Message ID 6B6FE1F43BAECDA0+20230605095527.57898-1-mengyuanlou@net-swift.com (mailing list archive)
Headers show
Series wangxun nics add wol ncsi support | expand

Message

Mengyuan Lou June 5, 2023, 9:52 a.m. UTC
Add support for wangxun nics support WOL or NCSI, which phy should
not to supsend.

Mengyuan Lou (3):
  net: ngbe: add Wake on Lan support
  net: core: add member ncsi_enabled to net_device
  net: ngbe: add support for ncsi nics

 drivers/net/ethernet/wangxun/ngbe/ngbe_ethtool.c | 10 ++++++++++
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c    |  2 ++
 drivers/net/phy/phy_device.c                     |  4 +++-
 include/linux/netdevice.h                        |  3 +++
 4 files changed, 18 insertions(+), 1 deletion(-)

Comments

Andrew Lunn June 5, 2023, 1:05 p.m. UTC | #1
On Mon, Jun 05, 2023 at 05:52:49PM +0800, Mengyuan Lou wrote:
> Add support for wangxun nics support WOL or NCSI, which phy should
> not to supsend.

Please split this into two. Include the NCSI Maintainers and the PHY
Maintainers for the NCSI/PHY patches.

	Andrew