Merge branch 'net-hns3-refactor-for-MAC-table'
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Apr 2020 03:29:44 +0000 (20:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Apr 2020 03:29:44 +0000 (20:29 -0700)
commit8b5d10e4d28510161c6e9c77a97df9c66bcbd17f
tree24b79f4bcf15f74dc297a96dac74c36ff9fe9c59
parentd483389678f9e03d53f226641ea39679debcbc81
parent039ba863e8d71c52b1f5faf26b0f458eec33d5e7
Merge branch 'net-hns3-refactor-for-MAC-table'

Huazhong Tan says:

====================
net: hns3: refactor for MAC table

This patchset refactors the MAC table management, configure
the MAC address asynchronously, instead of synchronously.
Base on this change, it also refines the handle of promisc
mode and filter table entries restoring after reset.
====================

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