// SPDX-License-Identifier: GPL-2.0

accel-config-config-group(1)
============================

NAME
----
accel-config-config-group - configure individual attributes of a group

SYNOPSIS
--------
[verse]
'accel-config config-group <device name>/<group name> [<options>]'

EXAMPLE
-------
accel-config config-group dsa0/group0.0 --tokens-reserved=1

OPTIONS
-------
-r::
--tokens-reserved=::
	specify the number of badwdith tokens reserved for the use of engines
	in the group. The limit of this value must be:
	- The sum of all tokens-reserved for all groups must be less than or
	  equal to total badwidth tokens from group capability field of the
	  device.

-t::
--tokens-allowed=::
	specify the maxinum number of bandwidth tokens that may be in use at
	one time by all engines in the group. This value can be used to
	limit the maximum bandwidth used by engines in the group. The limit
	of this value must be:
	- greater than 0
	- greater than or equal to the tokens-reserved value for this group.
	- less than or equal to the sum of tokens reserved field and the
	  non-reserved bandwidth tokens (total bandwidth tokens - total
	  tokens-reserved for all groups).

-l::
--use-token-limit=::
	toggle the enabling of token limt usage. use-token-limit should be
	either 0 or 1.

-a::
--traffic-class-a=::
	specify traffic class A for this group, it should be larger
	than 0 and less than 8.

-b::
--traffic-class-b=::
	specify traffic class B for this group, it should be larger
	than 0 and less than 8.

include::../copyright.txt[]
