net/octeontx2: support flow API flags based extraction
[dpdk.git] / drivers / net / octeontx2 / meson.build
index 975b2e7..94bf09a 100644 (file)
@@ -3,6 +3,7 @@
 #
 
 sources = files('otx2_rx.c',
+               'otx2_tx.c',
                'otx2_tm.c',
                'otx2_rss.c',
                'otx2_mac.c',
@@ -24,6 +25,8 @@ sources = files('otx2_rx.c',
 
 deps += ['bus_pci', 'common_octeontx2', 'mempool_octeontx2']
 
+cflags += ['-flax-vector-conversions']
+
 extra_flags = []
 # This integrated controller runs only on a arm64 machine, remove 32bit warnings
 if not dpdk_conf.get('RTE_ARCH_64')