Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-09-10 Thread Ferruh Yigit
On 8/26/2020 11:06 PM, Ferruh Yigit wrote: > On 8/26/2020 6:07 PM, Dharmik Thakkar wrote: >> >> >>> On Aug 26, 2020, at 11:41 AM, Bruce Richardson >>> wrote: >>> >>> On Wed, Aug 26, 2020 at 05:33:20PM +0100, Ferruh Yigit wrote: On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: > Meson build

Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-08-26 Thread Ferruh Yigit
On 8/26/2020 6:07 PM, Dharmik Thakkar wrote: > > >> On Aug 26, 2020, at 11:41 AM, Bruce Richardson >> wrote: >> >> On Wed, Aug 26, 2020 at 05:33:20PM +0100, Ferruh Yigit wrote: >>> On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: Meson build system lacks support for CONFIG_RTE_TEST_PMD_R

Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-08-26 Thread Ferruh Yigit
On 8/26/2020 5:41 PM, Bruce Richardson wrote: > On Wed, Aug 26, 2020 at 05:33:20PM +0100, Ferruh Yigit wrote: >> On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: >>> Meson build system lacks support for >>> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and >>> CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS configura

Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-08-26 Thread Dharmik Thakkar
> On Aug 26, 2020, at 11:41 AM, Bruce Richardson > wrote: > > On Wed, Aug 26, 2020 at 05:33:20PM +0100, Ferruh Yigit wrote: >> On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: >>> Meson build system lacks support for >>> CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and >>> CONFIG_RTE_TEST_PMD_RECORD_BU

Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-08-26 Thread Bruce Richardson
On Wed, Aug 26, 2020 at 05:33:20PM +0100, Ferruh Yigit wrote: > On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: > > Meson build system lacks support for > > CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and > > CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS configuration options. > > > > One solution is to add the

Re: [dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-08-26 Thread Ferruh Yigit
On 7/14/2020 10:51 PM, Dharmik Thakkar wrote: > Meson build system lacks support for > CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and > CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS configuration options. > > One solution is to add these options within meson_options.txt > > Since adding these as runtime con

[dpdk-dev] [PATCH 0/6] app/testpmd: add runtime config

2020-07-14 Thread Dharmik Thakkar
Meson build system lacks support for CONFIG_RTE_TEST_PMD_RECORD_CORE_CYCLES and CONFIG_RTE_TEST_PMD_RECORD_BURST_STATS configuration options. One solution is to add these options within meson_options.txt Since adding these as runtime config causes no performance impact, it makes sense to enable t