]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/tap/Makefile
net/virtio: add parameter to enable vectorized path
[dpdk.git] / drivers / net / tap / Makefile
index 774828386dd12577385867e22501ebda88b42981..cbf87af401ff510a93f3d06a4a6821192632b706 100644 (file)
@@ -10,8 +10,6 @@ LIB = librte_pmd_tap.a
 
 EXPORT_MAP := rte_pmd_tap_version.map
 
-LIBABIVER := 1
-
 #
 # TAP_MAX_QUEUES must be a power of 2
 #
@@ -22,7 +20,6 @@ CFLAGS += -O3
 CFLAGS += -I$(SRCDIR)
 CFLAGS += -I.
 CFLAGS += $(WERROR_FLAGS)
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
 LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash
 LDLIBS += -lrte_bus_vdev -lrte_gso