Re: [dpdk-dev] [PATCH 0/5] add apistats function

2021-02-22 Thread Ferruh Yigit
On 12/22/2020 2:22 AM, Hideyuki Yamashita wrote: Hello, Thanks for your comments. Please see my comments inline tagged with [HY]. 04/12/2020 08:51, Hideyuki Yamashita: In general, DPDK application consumes CPU usage because it polls incoming packets using rx_burst API in infinite loop. This m

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-24 Thread Varghese, Vipin
snipped > > Thanks for your comments. > I know you kindly provided many valuable comments though I reply the > following first because I think it is important that my idea/proposal is > acceptable or not first. > > > Sharing an alternate approach, if RX-TX callbacks are enabled in DPDK (which > i

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-23 Thread Hideyuki Yamashita
gt; To: Hideyuki Yamashita > > Cc: dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH 0/5] add apistats function > > > > > > On 4/12/2020 7:51 AM, Hideyuki Yamashita wrote: > > > In general, DPDK application consumes CPU usage because it polls > > > in

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-21 Thread Hideyuki Yamashita
Hello, Thanks for your comments. Please see my comments inline tagged with [HY]. > 04/12/2020 08:51, Hideyuki Yamashita: > > In general, DPDK application consumes CPU usage because it polls > > incoming packets using rx_burst API in infinite loop. > > This makes difficult to estimate how much CPU

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-21 Thread Hideyuki Yamashita
Hi, David Thanks for your comments. Please see my comments inline tagged with [HY]. > > On 4/12/2020 7:51 AM, Hideyuki Yamashita wrote: > > In general, DPDK application consumes CPU usage because it polls > > incoming packets using rx_burst API in infinite loop. > > This makes difficult to estim

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-07 Thread Thomas Monjalon
04/12/2020 08:51, Hideyuki Yamashita: > In general, DPDK application consumes CPU usage because it polls > incoming packets using rx_burst API in infinite loop. > This makes difficult to estimate how much CPU usage is really > used to send/receive packets by the DPDK application. > > For example,

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-05 Thread Varghese, Vipin
Behalf Of David Hunt > Sent: Friday, December 4, 2020 3:51 PM > To: Hideyuki Yamashita > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 0/5] add apistats function > > > On 4/12/2020 7:51 AM, Hideyuki Yamashita wrote: > > In general, DPDK application consumes CPU us

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-04 Thread David Hunt
On 4/12/2020 7:51 AM, Hideyuki Yamashita wrote: In general, DPDK application consumes CPU usage because it polls incoming packets using rx_burst API in infinite loop. This makes difficult to estimate how much CPU usage is really used to send/receive packets by the DPDK application. For example

Re: [dpdk-dev] [PATCH 0/5] add apistats function

2020-12-04 Thread Ferruh Yigit
On 12/4/2020 7:51 AM, Hideyuki Yamashita wrote: In general, DPDK application consumes CPU usage because it polls incoming packets using rx_burst API in infinite loop. This makes difficult to estimate how much CPU usage is really used to send/receive packets by the DPDK application. For example,

[dpdk-dev] [PATCH 0/5] add apistats function

2020-12-03 Thread Hideyuki Yamashita
In general, DPDK application consumes CPU usage because it polls incoming packets using rx_burst API in infinite loop. This makes difficult to estimate how much CPU usage is really used to send/receive packets by the DPDK application. For example, even if no incoming packets arriving, CPU usage lo