Skip to content

Commit

Permalink
net/hns3: support MAC address related operations
Browse files Browse the repository at this point in the history
This patch adds the following mac address related operations defined in
struct eth_dev_ops: mac_addr_add, mac_addr_remove, mac_addr_set
and set_mc_addr_list.

Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Chunsong Feng <fengchunsong@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Signed-off-by: Hao Chen <chenhao164@huawei.com>
Signed-off-by: Huisong Li <lihuisong@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
  • Loading branch information
xavierhw authored and Ferruh Yigit committed Oct 7, 2019
1 parent d51867d commit 7d7f9f8
Show file tree
Hide file tree
Showing 2 changed files with 774 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/guides/nics/features/hns3.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
; Refer to default.ini for the full list of available PMD features.
;
[Features]
Unicast MAC filter = Y
Multicast MAC filter = Y
Linux UIO = Y
Linux VFIO = Y
ARMv8 = Y
Loading

0 comments on commit 7d7f9f8

Please sign in to comment.