net/octeontx2: add unicast MAC filter
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev.c
index 826ce7f..a72c901 100644 (file)
@@ -237,6 +237,9 @@ static const struct eth_dev_ops otx2_eth_dev_ops = {
        .stats_get                = otx2_nix_dev_stats_get,
        .stats_reset              = otx2_nix_dev_stats_reset,
        .get_reg                  = otx2_nix_dev_get_reg,
+       .mac_addr_add             = otx2_nix_mac_addr_add,
+       .mac_addr_remove          = otx2_nix_mac_addr_del,
+       .mac_addr_set             = otx2_nix_mac_addr_set,
        .promiscuous_enable       = otx2_nix_promisc_enable,
        .promiscuous_disable      = otx2_nix_promisc_disable,
        .allmulticast_enable      = otx2_nix_allmulticast_enable,