Re: [dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate library in meson build

2020-09-07 Thread Ling, WeiX
in meson build + weix.l...@intel.com -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 ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate library in meson build

2020-09-07 Thread Jiang, YuX
+ weix.l...@intel.com -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 ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate library in

[dpdk-dev] [PATCH v2] app/testpmd: fix name of bitrate library in meson build

2020-09-02 Thread Bruce Richardson
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 be