Merge branch 'net-hns3-add-three-optimizations-for-mailbox-handling'
authorDavid S. Miller <davem@davemloft.net>
Sun, 22 Mar 2020 03:22:25 +0000 (20:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Mar 2020 03:22:25 +0000 (20:22 -0700)
commitfe1f4fc10619ad874ed32554f842a121eed06076
tree83a2d2d5c69524147329fa84c2138c53d137fb50
parent09984483db080b541c8242d846c30bc1e6a194e1
parentbb5790b71bad6c14c8952e9c111aef84889e78ec
Merge branch 'net-hns3-add-three-optimizations-for-mailbox-handling'

Huazhong Tan says:

====================
net: hns3: add three optimizations for mailbox handling

This patchset includes three code optimizations for mailbox handling.

[patch 1] adds a response code conversion.
[patch 2] refactors some structure definitions about PF and
VF mailbox.
[patch 3] refactors the condition whether PF responds VF's mailbox.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>