net/i40e/base: remove FPK HyperV VF device ID
[dpdk.git] / config / common_base
index 652a839..6c001c0 100644 (file)
@@ -122,6 +122,14 @@ CONFIG_RTE_LIBRTE_IEEE1588=n
 CONFIG_RTE_ETHDEV_QUEUE_STAT_CNTRS=16
 CONFIG_RTE_ETHDEV_RXTX_CALLBACKS=y
 
+#
+# Turn off Tx preparation stage
+#
+# Warning: rte_ethdev_tx_prepare() can be safely disabled only if using a
+# driver which do not implement any Tx preparation.
+#
+CONFIG_RTE_ETHDEV_TX_PREPARE_NOOP=n
+
 #
 # Support NIC bypass logic
 #
@@ -248,6 +256,12 @@ CONFIG_RTE_LIBRTE_NFP_DEBUG=n
 #
 CONFIG_RTE_LIBRTE_BNXT_PMD=y
 
+#
+# Compile burst-oriented Solarflare libefx-based PMD
+#
+CONFIG_RTE_LIBRTE_SFC_EFX_PMD=y
+CONFIG_RTE_LIBRTE_SFC_EFX_DEBUG=n
+
 #
 # Compile software PMD backed by SZEDATA2 device
 #
@@ -573,11 +587,6 @@ CONFIG_RTE_LIBRTE_PMD_VHOST=n
 #
 CONFIG_RTE_LIBRTE_XEN_DOM0=n
 
-#
-# Enable warning directives
-#
-CONFIG_RTE_INSECURE_FUNCTION_WARNING=n
-
 #
 # Compile the test application
 #