net/mlx5: move Linux-specific functions
[dpdk.git] / drivers / net / virtio / virtio_ethdev.c
index 49ccef1..312871c 100644 (file)
@@ -1965,10 +1965,8 @@ eth_virtio_dev_init(struct rte_eth_dev *eth_dev)
                        PMD_DRV_LOG(INFO,
                                "building environment do not support packed ring vectorized");
 #else
-                       if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) {
-                               hw->use_vec_rx = 1;
-                               hw->use_vec_tx = 1;
-                       }
+                       hw->use_vec_rx = 1;
+                       hw->use_vec_tx = 1;
 #endif
                }
        }