net/ixgbe: fix VF RSS offloads configuration
authorWei Zhao <wei.zhao1@intel.com>
Wed, 4 Sep 2019 08:40:54 +0000 (16:40 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 5 Sep 2019 17:18:38 +0000 (19:18 +0200)
x550 NIC VF port has the capacity to set RSS hash,
so device info get function should report that.

Fixes: 2144f6630fca ("ixgbe: add redirection table size in device info")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c

index e985053..7eb3d05 100644 (file)
@@ -3928,6 +3928,7 @@ ixgbevf_dev_info_get(struct rte_eth_dev *dev,
        dev_info->tx_offload_capa = ixgbe_get_tx_port_offloads(dev);
        dev_info->hash_key_size = IXGBE_HKEY_MAX_INDEX * sizeof(uint32_t);
        dev_info->reta_size = ixgbe_reta_size_get(hw->mac.type);
+       dev_info->flow_type_rss_offloads = IXGBE_RSS_OFFLOAD_ALL;
 
        dev_info->default_rxconf = (struct rte_eth_rxconf) {
                .rx_thresh = {