Merge branch 'net-hns3-fix-some-bug-for-hns3'
authorJakub Kicinski <kuba@kernel.org>
Fri, 23 Dec 2022 20:00:09 +0000 (12:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Dec 2022 20:00:10 +0000 (12:00 -0800)
commit256cbafb0a9a3b340bd4798ad77bf0d93ee35ae8
tree4363696631a44d66beadcd978b6aef38b6362a2d
parent7fac54b93ad13e5e7ac237af33eb2a0940eaeea0
parent8ee57c7b8406c7aa8ca31e014440c87c6383f429
Merge branch 'net-hns3-fix-some-bug-for-hns3'

Hao Lan says:

====================
net: hns3: fix some bug for hns3

There are some bugfixes for the HNS3 ethernet driver. patch#1 fix miss
checking for rx packet. patch#2 fixes VF promisc mode not update
when mac table full bug, and patch#3 fixes a nterrupts not
initialization in VF FLR bug.
====================

Link: https://lore.kernel.org/r/20221222064343.61537-1-lanhao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>