On 9/8/2020 7:21 AM, Ling, WeiX wrote:

<...>

> 
> -----Original Message-----
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Bruce Richardson
> Sent: Thursday, September 3, 2020 12:24 AM
> To: dev@dpdk.org
> Cc: Richardson, Bruce <bruce.richard...@intel.com>; sta...@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate library in 
> meson build
> 
> The bitrate library in DPDK is actually in a "bitratestats" directory, so 
> that is used by meson for the macro and library name. Therefore, we need to 
> update references to RTE_LIBRTE_BITRATE to RTE_LIBRTE_BITRATESTATS in testpmd 
> to have it found. Rather than supporting both defines, since make is being 
> removed, we can just replace all instances of the former define with the 
> latter.
> 
> To ensure testpmd links ok when this is done, we also need to add 
> bitratestats to the list of library dependencies.
> 
> Fixes: 5b9656b157d3 ("lib: build with meson")
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
>
> Tested-by: Ling Wei<weix.l...@intel.com>
>

Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>

Applied to dpdk-next-net/main, thanks.

Reply via email to