Re: [PATCH net-next 0/8] net: hns3: refactor for MAC table

From: tanhuazhong
Date: Sat Apr 25 2020 - 21:28:56 EST




On 2020/4/25 7:23, Jakub Kicinski wrote:
On Fri, 24 Apr 2020 10:23:05 +0800 Huazhong Tan wrote:
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.

Looks like in patch 2 you could also remove the check if allocated_size
is NULL if there is only once caller ;) But that's a nit, series seems
okay:

Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>


Will send a V2 to remove it.
Thanks :)

.