ixgbe: fix link status interrupt of bypass device
[dpdk.git] / config / common_linuxapp
index 5453c57..130e370 100644 (file)
@@ -265,6 +265,11 @@ CONFIG_RTE_LIBRTE_MALLOC=y
 CONFIG_RTE_LIBRTE_MALLOC_DEBUG=n
 CONFIG_RTE_MALLOC_MEMZONE_SIZE=11M
 
+#
+# Compile librte_cfgfile
+#
+CONFIG_RTE_LIBRTE_CFGFILE=y
+
 #
 # Compile librte_cmdline
 #
@@ -302,6 +307,13 @@ CONFIG_RTE_MAX_LCORE_FREQS=64
 #
 CONFIG_RTE_LIBRTE_NET=y
 
+#
+# Compile librte_ip_frag
+#
+CONFIG_RTE_LIBRTE_IP_FRAG=y
+CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
+CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
+
 #
 # Compile librte_meter
 #
@@ -321,6 +333,21 @@ CONFIG_RTE_SCHED_PORT_N_GRINDERS=8
 #
 CONFIG_RTE_LIBRTE_DISTRIBUTOR=y
 
+#
+# Compile librte_port
+#
+CONFIG_RTE_LIBRTE_PORT=y
+
+#
+# Compile librte_table
+#
+CONFIG_RTE_LIBRTE_TABLE=y
+
+#
+# Compile librte_pipeline
+#
+CONFIG_RTE_LIBRTE_PIPELINE=y
+
 #
 # Compile librte_kni
 #