For this series, Acked-by: Xie XiuQi xiexiuqi@huawei.com
On 2022/2/22 16:36, Yanling Song wrote:
Fix 5 bugs:
- Fix array bounds error in ethtool get_link_ksettings
- Fix ethtool loopback command failure
- Fix xor checksum error when sending a non 4B-aligned message to firmware
- Fix an error when netdev failed to link up
- Reduce the timeout of the channel between driver and firmware
Yanling Song (5): net/spnic: Fix array bounds error in ethtool get_link_ksettings net/spnic: Fix ethtool loopback command failure net/spnic: Fix xor checksum error when sending a non 4B-aligned message to firmware net/spnic: Fix an error when netdev failed to link up net/spnic: Reduce the timeout of the channel between driver and firmware
.../net/ethernet/ramaxel/spnic/hw/sphw_cmdq.c | 2 +- .../net/ethernet/ramaxel/spnic/hw/sphw_mbox.c | 10 ++-- .../net/ethernet/ramaxel/spnic/hw/sphw_mgmt.c | 2 +- .../ramaxel/spnic/spnic_ethtool_stats.c | 4 +- .../ethernet/ramaxel/spnic/spnic_mag_cfg.c | 2 +- .../ethernet/ramaxel/spnic/spnic_nic_cfg_vf.c | 49 ++++++++++++------- 6 files changed, 41 insertions(+), 28 deletions(-)