]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/octeontx2/otx2_ethdev.c
net/octeontx2: add unicast MAC filter
[dpdk.git] / drivers / net / octeontx2 / otx2_ethdev.c
index 826ce7f4e7713d52f91f5272b4db7118df93c5fb..a72c901f4f2bcad3245b4b40f1e784672f98c5e4 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,