]> git.droids-corp.org - dpdk.git/commit
net/hns3: unify MAC and multicast address configuration
authorHuisong Li <lihuisong@huawei.com>
Fri, 22 Oct 2021 09:20:01 +0000 (17:20 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 1 Nov 2021 17:31:07 +0000 (18:31 +0100)
commit0a856ba4ffd93ab17ff88927069e486d10d1b882
tree1a2a93af2e997e3f0c8c75050a09161b97c2ebce
parentcc91ec13eb831351e291d682d2e5c841e0dd6888
net/hns3: unify MAC and multicast address configuration

Currently, the interface logic for adding and deleting all MAC address
and multicast address in PF and VF driver is the same. This patch
extracts two common interfaces to configure them separately.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_ethdev.c
drivers/net/hns3/hns3_ethdev.h
drivers/net/hns3/hns3_ethdev_vf.c