Re: [dpdk-dev] Queue Management Support in DPDK

2020-08-02 Thread Jon Loeliger
On Sun, Aug 2, 2020 at 4:43 AM Archit Pandey wrote: > Hi Stephen, > > Thanks for the reply. > > On Thu, Jul 30, 2020 at 12:37 AM Stephen Hemminger > wrote: > > > > rte_sched is not a generic AQM mechanism. You will have to write a new > > replacement for rte_sched if you want something else. > >

Re: [dpdk-dev] Queue Management Support in DPDK

2020-08-02 Thread Archit Pandey
Hi Stephen, Thanks for the reply. On Thu, Jul 30, 2020 at 12:37 AM Stephen Hemminger wrote: > > rte_sched is not a generic AQM mechanism. You will have to write a new > replacement for rte_sched if you want something else. Yes, we did realize that rte_sched is not suitable for AQM algorithms. W

Re: [dpdk-dev] Queue Management Support in DPDK

2020-07-29 Thread Stephen Hemminger
On Thu, 30 Jul 2020 00:07:29 +0530 Archit Pandey wrote: > Hello everyone, > > We have been using DPDK's QoS framework over the last year and found > that rte_sched and the provided qos_sched app work great for QoS. > > However, when we ventured into trying to add CoDel (to replace RED) as > a d

[dpdk-dev] Queue Management Support in DPDK

2020-07-29 Thread Archit Pandey
Hello everyone, We have been using DPDK's QoS framework over the last year and found that rte_sched and the provided qos_sched app work great for QoS. However, when we ventured into trying to add CoDel (to replace RED) as a dropper to the framework, we faced several challenges due to how tightly