port: add ring SWX port
[dpdk.git] / lib / librte_port / meson.build
index 609624c..9fcd62c 100644 (file)
@@ -12,7 +12,9 @@ sources = files(
        'rte_port_sym_crypto.c',
        'rte_port_eventdev.c',
        'rte_swx_port_ethdev.c',
-       'rte_swx_port_source_sink.c',)
+       'rte_swx_port_ring.c',
+       'rte_swx_port_source_sink.c',
+       )
 headers = files(
        'rte_port_ethdev.h',
        'rte_port_fd.h',
@@ -26,7 +28,9 @@ headers = files(
        'rte_port_eventdev.h',
        'rte_swx_port.h',
        'rte_swx_port_ethdev.h',
-       'rte_swx_port_source_sink.h',)
+       'rte_swx_port_ring.h',
+       'rte_swx_port_source_sink.h',
+       )
 deps += ['ethdev', 'sched', 'ip_frag', 'cryptodev', 'eventdev']
 
 if dpdk_conf.has('RTE_PORT_PCAP')