Re: [PATCH net-next v2] hinic: add three net_device_ops of vf

2020-05-09 Thread Jakub Kicinski
On Fri, 8 May 2020 20:18:50 + Luo bin wrote: > adds ndo_set_vf_rate/ndo_set_vf_spoofchk/ndo_set_vf_link_state > to configure netdev of virtual function > > Signed-off-by: Luo bin Applied, thank you. Please make sure you fix the time on your system, this patch arrived with a date set few hour

[PATCH net-next v2] hinic: add three net_device_ops of vf

2020-05-08 Thread Luo bin
adds ndo_set_vf_rate/ndo_set_vf_spoofchk/ndo_set_vf_link_state to configure netdev of virtual function Signed-off-by: Luo bin --- .../net/ethernet/huawei/hinic/hinic_hw_cmdq.c | 29 ++ .../net/ethernet/huawei/hinic/hinic_hw_dev.c | 35 ++- .../net/ethernet/huawei/hinic/hinic_hw_dev.h | 21 +