commit | c1a81619d73a436f4b796b44c2711c68aec9b787 | [log] [tgz] |
---|---|---|
author | Salil Mehta <salil.mehta@huawei.com> | Thu Dec 14 18:03:09 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 15 10:55:35 2017 -0500 |
tree | 803ed38bcb2eccb6ac5c929029d3914b4ac659d6 | |
parent | 84e095d64ed974bd46351650fc8188d372b89fde [diff] |
net: hns3: Add mailbox interrupt handling to PF driver All PF mailbox events are conveyed through a common interrupt (vector 0). This interrupt vector is shared by reset and mailbox. This patch adds the handling of mailbox interrupt event and its deferred processing in context to a separate mailbox task. Signed-off-by: Salil Mehta <salil.mehta@huawei.com> Signed-off-by: lipeng <lipeng321@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>