Skip to content

Commit b607014

Browse files
committed
Merge pull request #3 from alxtkr77/development
Added hash_table to the build
2 parents 2d3a1ce + 2854365 commit b607014

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build/.config

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ CONFIG_RTE_LIBRTE_EAL_VMWARE_TSC_MAP_SUPPORT=n
114114
# Compile the argument parser library
115115
CONFIG_RTE_LIBRTE_KVARGS=n
116116
# Compile generic ethernet library
117-
CONFIG_RTE_LIBRTE_ETHER=n
118-
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=n
117+
CONFIG_RTE_LIBRTE_ETHER=y
118+
CONFIG_RTE_LIBRTE_ETHDEV_DEBUG=y
119119
CONFIG_RTE_MAX_ETHPORTS=32
120120
CONFIG_RTE_MAX_QUEUES_PER_PORT=256
121121
CONFIG_RTE_LIBRTE_IEEE1588=n
@@ -215,7 +215,7 @@ CONFIG_RTE_LIBRTE_MEMPOOL=y
215215
CONFIG_RTE_MEMPOOL_CACHE_MAX_SIZE=512
216216
CONFIG_RTE_LIBRTE_MEMPOOL_DEBUG=n
217217
# Compile librte_mbuf
218-
CONFIG_RTE_LIBRTE_MBUF=n
218+
CONFIG_RTE_LIBRTE_MBUF=y
219219
CONFIG_RTE_LIBRTE_MBUF_DEBUG=n
220220
CONFIG_RTE_MBUF_REFCNT_ATOMIC=y
221221
CONFIG_RTE_PKTMBUF_HEADROOM=128
@@ -237,7 +237,7 @@ CONFIG_RTE_LIBRTE_HASH_DEBUG=n
237237
# Compile librte_jobstats
238238
CONFIG_RTE_LIBRTE_JOBSTATS=n
239239
# Compile librte_lpm
240-
CONFIG_RTE_LIBRTE_LPM=n
240+
CONFIG_RTE_LIBRTE_LPM=y
241241
CONFIG_RTE_LIBRTE_LPM_DEBUG=n
242242
# Compile librte_acl
243243
CONFIG_RTE_LIBRTE_ACL=n
@@ -254,9 +254,9 @@ CONFIG_RTE_LIBRTE_IP_FRAG_DEBUG=n
254254
CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=4
255255
CONFIG_RTE_LIBRTE_IP_FRAG_TBL_STAT=n
256256
# Compile librte_meter
257-
CONFIG_RTE_LIBRTE_METER=n
257+
CONFIG_RTE_LIBRTE_METER=y
258258
# Compile librte_sched
259-
CONFIG_RTE_LIBRTE_SCHED=n
259+
CONFIG_RTE_LIBRTE_SCHED=y
260260
CONFIG_RTE_SCHED_RED=n
261261
CONFIG_RTE_SCHED_COLLECT_STATS=n
262262
CONFIG_RTE_SCHED_SUBPORT_TC_OV=n
@@ -266,9 +266,9 @@ CONFIG_RTE_LIBRTE_DISTRIBUTOR=n
266266
# Compile the reorder library
267267
CONFIG_RTE_LIBRTE_REORDER=n
268268
# Compile librte_port
269-
CONFIG_RTE_LIBRTE_PORT=n
269+
CONFIG_RTE_LIBRTE_PORT=y
270270
# Compile librte_table
271-
CONFIG_RTE_LIBRTE_TABLE=n
271+
CONFIG_RTE_LIBRTE_TABLE=y
272272
# Compile librte_pipeline
273273
CONFIG_RTE_LIBRTE_PIPELINE=n
274274
# Compile librte_kni

0 commit comments

Comments
 (0)