]> git.droids-corp.org - dpdk.git/commit
net/ice: support queue and queue group bandwidth limit
authorTing Xu <ting.xu@intel.com>
Tue, 17 May 2022 05:09:29 +0000 (13:09 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 18 May 2022 04:23:10 +0000 (06:23 +0200)
commit8c481c3bb65bb310696c0ace675b4f484a697b98
treecc7a8ff58361f3a36cfec5f72f6c52f164b5078f
parent6baa15684c5a2ea3f4d7a6f4cfc7f30d86a51fea
net/ice: support queue and queue group bandwidth limit

Enable basic TM API for PF only. Support for adding profiles and queue
nodes. Only max bandwidth is supported in profiles. Profiles can be
assigned to target queues and queue group. To set up the exact queue
group, we need to reconfigure topology by delete and then recreate
queue nodes. Only TC0 is valid.

Signed-off-by: Wenjun Wu <wenjun1.wu@intel.com>
Signed-off-by: Ting Xu <ting.xu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
doc/guides/rel_notes/release_22_07.rst
drivers/net/ice/ice_ethdev.c
drivers/net/ice/ice_ethdev.h
drivers/net/ice/ice_tm.c [new file with mode: 0644]
drivers/net/ice/meson.build