]> git.droids-corp.org - dpdk.git/commit
net/hns3: remove redundant multicast removal interface
authorHuisong Li <lihuisong@huawei.com>
Fri, 22 Oct 2021 09:19:58 +0000 (17:19 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 1 Nov 2021 17:31:07 +0000 (18:31 +0100)
commit45a6c15dd5638d47396c0e39356b981c62b9af74
treeaac6ae73f34f91869483fb0e2d2f3d76211e11b6
parent43b86af27dcfc9bde4c35772472256db8580c2e8
net/hns3: remove redundant multicast removal interface

This patch removes redundant hns3_remove_mc_addr_common(), which can be
replaced by hns3_remove_mc_mac_addr().

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