Re: [PATCH net-next v3 1/2] hinic: add generating mailbox random index support

2020-08-03 Thread luobin (L)
On 2020/8/4 6:05, Jakub Kicinski wrote: > On Sat, 1 Aug 2020 10:49:34 +0800 Luo bin wrote: >> add support to generate mailbox random id of VF to ensure that >> mailbox messages PF received are from the correct VF. >> >> Signed-off-by: Luo bin >> --- >> V2~V3 fix review opinions pointed out by

Re: [PATCH net-next v3 1/2] hinic: add generating mailbox random index support

2020-08-03 Thread Jakub Kicinski
On Sat, 1 Aug 2020 10:49:34 +0800 Luo bin wrote: > add support to generate mailbox random id of VF to ensure that > mailbox messages PF received are from the correct VF. > > Signed-off-by: Luo bin > --- > V2~V3 fix review opinions pointed out by Jakub In the future please specify what was

[PATCH net-next v3 1/2] hinic: add generating mailbox random index support

2020-07-31 Thread Luo bin
add support to generate mailbox random id of VF to ensure that mailbox messages PF received are from the correct VF. Signed-off-by: Luo bin --- V2~V3 fix review opinions pointed out by Jakub .../net/ethernet/huawei/hinic/hinic_hw_dev.h | 13 ++ .../net/ethernet/huawei/hinic/hinic_hw_mbox.c |