Re: [PATCH net-next] hinic: add firmware update support

2020-07-07 Thread luobin (L)
On 2020/7/7 0:57, Jakub Kicinski wrote: > On Mon, 6 Jul 2020 22:54:06 +0800 Luo bin wrote: >> add support to update firmware with with "ethtool -f" cmd >> >> Signed-off-by: Luo bin > > drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:1996:44: warning: missing > braces around initializer > drive

Re: [PATCH net-next] hinic: add firmware update support

2020-07-06 Thread Jakub Kicinski
On Mon, 6 Jul 2020 22:54:06 +0800 Luo bin wrote: > add support to update firmware with with "ethtool -f" cmd > > Signed-off-by: Luo bin drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:1996:44: warning: missing braces around initializer drivers/net/ethernet/huawei/hinic/hinic_ethtool.c:1996:44

[PATCH net-next] hinic: add firmware update support

2020-07-06 Thread Luo bin
add support to update firmware with with "ethtool -f" cmd Signed-off-by: Luo bin --- .../net/ethernet/huawei/hinic/hinic_ethtool.c | 283 ++ .../net/ethernet/huawei/hinic/hinic_ethtool.h | 108 +++ .../net/ethernet/huawei/hinic/hinic_hw_dev.c | 26 ++ .../net/ethernet/huawe