Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-06-25 Thread Alan Dewar
angordonde...@gmail.com' ; > > dev@dpdk.org; 'Alan Dewar' ; Dewar, Alan > > > > Subject: Re: [dpdk-dev] [PATCH] sched: fix port time rounding error > > > > Jasvinder, what is the conclusion of this patch? > > > > 21/04/2020 10:21, Dewar, Alan:

Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-06-25 Thread Singh, Jasvinder
> -Original Message- > From: Thomas Monjalon > Sent: Wednesday, June 24, 2020 11:50 PM > To: Singh, Jasvinder > Cc: Dumitrescu, Cristian ; > 'alangordonde...@gmail.com' ; > dev@dpdk.org; 'Alan Dewar' ; Dewar, Alan > > Subject: Re: [

Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-06-24 Thread Thomas Monjalon
Jasvinder, what is the conclusion of this patch? 21/04/2020 10:21, Dewar, Alan: > From: Singh, Jasvinder > > > > From: Alan Dewar > > > > > > > > The QoS scheduler works off port time that is computed from the > > > > number of CPU cycles that have elapsed since the last time the port was > >

Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-04-21 Thread Dewar, Alan
> -Original Message- > From: Singh, Jasvinder > Sent: Monday, April 20, 2020 12:23 PM > To: Dumitrescu, Cristian ; > alangordonde...@gmail.com > Cc: dev@dpdk.org; Alan Dewar > Subject: RE: [PATCH] sched: fix port time rounding error > > > > > -Original Message- > > From: Dumi

Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-04-20 Thread Singh, Jasvinder
> -Original Message- > From: Dumitrescu, Cristian > Sent: Friday, April 17, 2020 10:19 PM > To: alangordonde...@gmail.com > Cc: dev@dpdk.org; Alan Dewar ; Singh, Jasvinder > > Subject: RE: [PATCH] sched: fix port time rounding error > > > > > -Original Message- > > From: ala

Re: [dpdk-dev] [PATCH] sched: fix port time rounding error

2020-04-17 Thread Dumitrescu, Cristian
> -Original Message- > From: alangordonde...@gmail.com > Sent: Thursday, April 16, 2020 9:48 AM > To: Dumitrescu, Cristian > Cc: dev@dpdk.org; Alan Dewar > Subject: [PATCH] sched: fix port time rounding error > > From: Alan Dewar > > The QoS scheduler works off port time that is co

[dpdk-dev] [PATCH] sched: fix port time rounding error

2020-04-16 Thread alangordondewar
From: Alan Dewar The QoS scheduler works off port time that is computed from the number of CPU cycles that have elapsed since the last time the port was polled. It divides the number of elapsed cycles to calculate how many bytes can be sent, however this division can generate rounding errors, w