public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/2] hinic: mailbox channel enhancement
@ 2020-08-04  2:19 Luo bin
  2020-08-04  2:19 ` [PATCH net-next v4 1/2] hinic: add generating mailbox random index support Luo bin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luo bin @ 2020-08-04  2:19 UTC (permalink / raw)
  To: davem
  Cc: linux-kernel, netdev, luoxianjun, yin.yinshi, cloud.wangxiaoyun,
	chiqijun

add support to generate mailbox random id for VF to ensure that
the mailbox message from VF is valid and PF should check whether
the cmd from VF is supported before passing it to hw.

Luo bin (2):
  hinic: add generating mailbox random index support
  hinic: add check for mailbox msg from VF

 .../net/ethernet/huawei/hinic/hinic_hw_cmdq.h |   8 +
 .../net/ethernet/huawei/hinic/hinic_hw_dev.h  |  13 +
 .../net/ethernet/huawei/hinic/hinic_hw_mbox.c | 310 +++++++++++++++++-
 .../net/ethernet/huawei/hinic/hinic_hw_mbox.h |  22 ++
 .../net/ethernet/huawei/hinic/hinic_hw_mgmt.h |   2 +
 .../net/ethernet/huawei/hinic/hinic_sriov.c   |  69 +++-
 6 files changed, 422 insertions(+), 2 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-04 19:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-04  2:19 [PATCH net-next v4 0/2] hinic: mailbox channel enhancement Luo bin
2020-08-04  2:19 ` [PATCH net-next v4 1/2] hinic: add generating mailbox random index support Luo bin
2020-08-04  2:19 ` [PATCH net-next v4 2/2] hinic: add check for mailbox msg from VF Luo bin
2020-08-04 19:17 ` [PATCH net-next v4 0/2] hinic: mailbox channel enhancement David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox