Re: [PATCH v3 1/1] ethdev: support congestion management

2022-10-04 Thread Andrew Rybchenko
On 10/4/22 12:02, Andrew Rybchenko wrote: On 9/29/22 12:35, sk...@marvell.com wrote: From: Jerin Jacob NIC HW controllers often come with congestion management support on various HW objects such as Rx queue depth or mempool queue depth. Also, it can support various modes of operation such as

Re: [PATCH v3 1/1] ethdev: support congestion management

2022-10-04 Thread Andrew Rybchenko
On 9/29/22 12:35, sk...@marvell.com wrote: From: Jerin Jacob NIC HW controllers often come with congestion management support on various HW objects such as Rx queue depth or mempool queue depth. Also, it can support various modes of operation such as RED (Random early discard), WRED etc on tho

[PATCH v3 1/1] ethdev: support congestion management

2022-09-29 Thread skori
From: Jerin Jacob NIC HW controllers often come with congestion management support on various HW objects such as Rx queue depth or mempool queue depth. Also, it can support various modes of operation such as RED (Random early discard), WRED etc on those HW objects. This patch adds a framework t