On 9/8/2020 7:21 AM, Ling, WeiX wrote: <...>
> > -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Bruce Richardson > Sent: Thursday, September 3, 2020 12:24 AM > To: [email protected] > Cc: Richardson, Bruce <[email protected]>; [email protected] > 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: [email protected] > > Signed-off-by: Bruce Richardson <[email protected]> > > Tested-by: Ling Wei<[email protected]> > Reviewed-by: Ferruh Yigit <[email protected]> Applied to dpdk-next-net/main, thanks.

