[PATCH v2 0/3] net/ncsi: Add NCSI Intel OEM command to keep PHY link up

From: Ivan Mikhaylov
Date: Thu Jul 08 2021 - 08:27:57 EST


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

Changes from v1:
1. sparse fixes about casts
2. put it after ncsi_dev_state_probe_cis instead of
ncsi_dev_state_probe_channel because sometimes channel is not ready
after it
3. inl -> intel

Ivan Mikhaylov (3):
net/ncsi: fix restricted cast warning of sparse
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 | 51 +++++++++++++++++++++++++++++++++++++++---
net/ncsi/ncsi-rsp.c | 11 +++++++--
4 files changed, 68 insertions(+), 5 deletions(-)

--
2.31.1