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

From: luobin (L)
Date: Fri May 08 2020 - 22:13:52 EST


Will fix. Thanks for your review.

On 2020/5/9 5:36, Jakub Kicinski wrote:
On Thu, 7 May 2020 18:21:19 +0000 Luo bin wrote:
+ return hinic_msg_to_mgmt(&pfhwdev->pf_to_mgmt, HINIC_MOD_COMM,
+ HINIC_COMM_CMD_HWCTXT_SET,
+ &hw_ioctxt, sizeof(hw_ioctxt), NULL,
+ NULL, HINIC_MGMT_MSG_SYNC);
+
+ return 0;
Oh, well, I think there will be a v2 :)
.