Re: [dpdk-dev] [PATCH 1/2] ethdev: add tm cap for private shaper packet mode

2020-04-07 Thread Dumitrescu, Cristian
Hi Nithin, > -Original Message- > From: Nithin Dabilpuram > Sent: Monday, March 30, 2020 5:00 PM > To: Dumitrescu, Cristian ; Thomas Monjalon > ; Yigit, Ferruh ; Andrew > Rybchenko > Cc: dev@dpdk.org; jer...@marvell.com; kka...@marvell.com; Nithin > Dabilpuram > Subject: [PATCH 1/2] eth

Re: [dpdk-dev] [PATCH 1/2] ethdev: add tm cap for private shaper packet mode

2020-04-07 Thread Nithin Dabilpuram
Ping. On Mon, Mar 30, 2020 at 09:30:18PM +0530, Nithin Dabilpuram wrote: > Some NIC hardware have private shaper attached to > every node and has a limitation where packet mode is applied > both to the scheduling of a node's children using WFQ and > shaping of traffic out of the private shaper. >

[dpdk-dev] [PATCH 1/2] ethdev: add tm cap for private shaper packet mode

2020-03-30 Thread Nithin Dabilpuram
Some NIC hardware have private shaper attached to every node and has a limitation where packet mode is applied both to the scheduling of a node's children using WFQ and shaping of traffic out of the private shaper. This cannot be expressed using existing capabilities or configurations. So this pat