]> 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 ccc5c5fc07fb636915e119addaeba0d103bd9163..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
 #
@@ -24,7 +22,7 @@ CFLAGS += -I.
 CFLAGS += $(WERROR_FLAGS)
 LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
 LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash
-LDLIBS += -lrte_bus_vdev
+LDLIBS += -lrte_bus_vdev -lrte_gso
 
 CFLAGS += -DTAP_MAX_QUEUES=$(TAP_MAX_QUEUES)