2021-07-02 13:00:00

by Ivan Mikhaylov

[permalink] [raw]
Subject: [PATCH 0/2] Add NCSI Intel OEM command to keep PHY link up on

Add NCSI Intel OEM command to keep PHY link up and prevents any channel
resets during the host load. Also includes dummy response handler for Intel
manufacturer id.

Ivan Mikhaylov (2):
net/ncsi: add NCSI Intel OEM command to keep PHY up
net/ncsi: add dummy response handler for Intel boards

net/ncsi/Kconfig | 6 ++++++
net/ncsi/internal.h | 5 +++++
net/ncsi/ncsi-manage.c | 48 ++++++++++++++++++++++++++++++++++++++++++
net/ncsi/ncsi-rsp.c | 9 +++++++-
4 files changed, 67 insertions(+), 1 deletion(-)

--
2.31.1


2021-07-02 20:51:33

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 0/2] Add NCSI Intel OEM command to keep PHY link up on

From: Ivan Mikhaylov <[email protected]>
Date: Fri, 2 Jul 2021 14:25:17 +0300

> Add NCSI Intel OEM command to keep PHY link up and prevents any channel
> resets during the host load. Also includes dummy response handler for Intel
> manufacturer id.

Please fix the warnings found by:

https://patchwork.hopto.org/static/nipa/510079/12355969/build_32bit/stderr

Thank you.