Re: [dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2023-06-10 Thread Stephen Hemminger
t; > ; Alan Robertson ; Thomas > > Monjalon > > Subject: Re: [dpdk-dev] [PATCH] Improve the shaper accuracy for large > > packets > > > > On 2/9/2018 10:38 AM, alanrobertson...@gmail.com wrote: > > > From: Alan Robertson > > > > > > Th

Re: [dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2019-04-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, April 5, 2019 4:54 PM > To: Dumitrescu, Cristian > Cc: alanrobertson...@gmail.com; dev@dpdk.org; Alan Robertson > ; Alan Robertson ; Thomas > Monjalon > Subject: Re: [dpdk-dev] [PATCH] Improve the s

Re: [dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2019-04-05 Thread Ferruh Yigit
On 2/9/2018 10:38 AM, alanrobertson...@gmail.com wrote: > From: Alan Robertson > > There were 2 issues, the first was time could be lost whilst updating > the traffic-class period, the second was a frame could be delayed if > not enough tokens were available for the full frame. By allowing the >

[dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2018-02-09 Thread alanrobertsonatt
From: Alan Robertson There were 2 issues, the first was time could be lost whilst updating the traffic-class period, the second was a frame could be delayed if not enough tokens were available for the full frame. By allowing the shaper to borrow credit from the next period the throughput is impr

[dpdk-dev] [PATCH] Improve the shaper accuracy for large packets

2018-02-09 Thread alanrobertsonatt
From: Alan Robertson There were 2 issues, the first was time could be lost whilst updating the traffic-class period, the second was a frame could be delayed if not enough tokens were available for the full frame. By allowing the shaper to borrow credit from the next period the throughput is impr