Re: [dpdk-dev] DPDK Enqueue Pipeline

2020-03-03 Thread Avinash .
dev On Behalf Of Avinash . > > Sent: Wednesday, February 26, 2020 10:46 AM > > To: dev@dpdk.org > > Cc: Gokul Bargaje ; Mohit P. Tahiliani > > > > Subject: [dpdk-dev] DPDK Enqueue Pipeline > > > > Hi all, > > The DPDK QoS scheduler has a 4-stage p

Re: [dpdk-dev] DPDK Enqueue Pipeline

2020-02-28 Thread Singh, Jasvinder
> -Original Message- > From: dev On Behalf Of Avinash . > Sent: Wednesday, February 26, 2020 10:46 AM > To: dev@dpdk.org > Cc: Gokul Bargaje ; Mohit P. Tahiliani > > Subject: [dpdk-dev] DPDK Enqueue Pipeline > > Hi all, > The DPDK QoS scheduler has a 4-st

[dpdk-dev] DPDK Enqueue Pipeline

2020-02-26 Thread Avinash .
Hi all, The DPDK QoS scheduler has a 4-stage pipeline for enqueuing the packets. This is used for hiding the latency of prefetching the data structures. Why is there no pipeline for dequeuing the packets? How does the dequeue function maintain the state of a packet? In other words, if I want to bac