[dpdk-dev] [PATCH v6 05/11] ip_pipeline: added master pipeline

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Jul 9 00:33:23 CEST 2015


2015-07-07 10:09, Maciej Gajdzica:
> From: Jasvinder Singh <jasvinder.singh at intel.com>
> 
> Master pipeline is responsible for command line handling and
> communicationg with all other pipelines via message queues. Removed
> cmdline.c file, as its functionality will be split over multiple
> pipeline files.
> 
> Signed-off-by: Jasvinder Singh <jasvinder.singh at intel.com>

In this v6, it builds well until patch 05 which uses some not exported symbols:
pipeline_common_be.c:(.text+0x51): undefined reference to `rte_pipeline_port_in_stats_read'
pipeline_common_be.c:(.text+0x91): undefined reference to `rte_pipeline_port_out_stats_read'
pipeline_common_be.c:(.text+0xd4): undefined reference to `rte_pipeline_table_stats_read'

Please check build with shared libraries.


More information about the dev mailing list