Skip to content

Commit 3eb9802

Browse files
Fan GongNipaLocal
authored andcommitted
hinic3: Add mac filter ops
Add ops to support unicast and multicast to filter mac address and forward packages. Co-developed-by: Zhu Yikai <zhuyikai1@h-partners.com> Signed-off-by: Zhu Yikai <zhuyikai1@h-partners.com> Signed-off-by: Fan Gong <gongfan1@huawei.com> Signed-off-by: NipaLocal <nipa@local>
1 parent 6715e4a commit 3eb9802

File tree

8 files changed

+509
-0
lines changed

8 files changed

+509
-0
lines changed

drivers/net/ethernet/huawei/hinic3/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ obj-$(CONFIG_HINIC3) += hinic3.o
66
hinic3-objs := hinic3_cmdq.o \
77
hinic3_common.o \
88
hinic3_eqs.o \
9+
hinic3_filter.o \
910
hinic3_hw_cfg.o \
1011
hinic3_hw_comm.o \
1112
hinic3_hwdev.o \

0 commit comments

Comments
 (0)