]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_node/meson.build
test mbuf attach
[dpdk.git] / lib / librte_node / meson.build
index 17f1316ac8cc8a025477af7b63ac5b4b4e631212..3d582f616a4c59f9ca2ce73b67861a1f6779f4d3 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright(C) 2020 Marvell International Ltd.
 
 sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ip4_lookup.c',
-               'ip4_rewrite.c', 'pkt_drop.c', 'ethdev_ctrl.c')
+               'ip4_rewrite.c', 'pkt_drop.c', 'ethdev_ctrl.c', 'pkt_cls.c')
 headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h')
 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
 cflags += '-fno-strict-aliasing'