ethdev: allow to get RSS hash functions and key
[dpdk.git] / lib / librte_pmd_ixgbe / ixgbe_ethdev.c
index 0b81f2b..761b961 100644 (file)
@@ -307,7 +307,8 @@ static struct eth_dev_ops ixgbe_eth_dev_ops = {
        .bypass_ver_show      = ixgbe_bypass_ver_show,
        .bypass_wd_reset      = ixgbe_bypass_wd_reset,
 #endif /* RTE_NIC_BYPASS */
-       .rss_hash_update = ixgbe_dev_rss_hash_update,
+       .rss_hash_update      = ixgbe_dev_rss_hash_update,
+       .rss_hash_conf_get    = ixgbe_dev_rss_hash_conf_get,
 };
 
 /*