Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: enable empty polls in burst stats

2020-07-07 Thread Ferruh Yigit
On 7/6/2020 8:11 PM, Honnappa Nagarahalli wrote: > Hi Ferruh, > Thanks for the review comments > > > >> Subject: Re: [PATCH v2 5/5] app/testpmd: enable empty polls in burst stats >> >> On 6/26/2020 11:09 PM, Honnappa Nagarahalli wrote: >>> The number of empty polls provides information abo

Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: enable empty polls in burst stats

2020-07-06 Thread Honnappa Nagarahalli
Hi Ferruh, Thanks for the review comments > Subject: Re: [PATCH v2 5/5] app/testpmd: enable empty polls in burst stats > > On 6/26/2020 11:09 PM, Honnappa Nagarahalli wrote: > > The number of empty polls provides information about available CPU > > head room in the presence of continuou

Re: [dpdk-dev] [PATCH v2 5/5] app/testpmd: enable empty polls in burst stats

2020-07-06 Thread Ferruh Yigit
On 6/26/2020 11:09 PM, Honnappa Nagarahalli wrote: > The number of empty polls provides information about available > CPU head room in the presence of continuous polling. +1 to have it, it can be useful. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Phil Yang > Reviewed-by: Ruifeng Wa