Provided by: accel-config_3.5.2-1_amd64 bug

NAME

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

SYNOPSIS

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

EXAMPLE

       accel-config config-group dsa0/group0.0 --read-buffers-reserved=1

OPTIONS

       -r, --read-buffers-reserved=
           specify the number of read buffers reserved for the use of engines in the group. The
           limit of this value must be:

           •   The sum of all read-buffers-reserved for all groups must be less than or equal to
               total read buffers from group capability field of the device.

       -t, --read-buffers-allowed=
           specify the maximum number of read buffers 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 read-buffers-reserved value for this group.

           •   less than or equal to the sum of read-buffers reserved-field and the non-reserved
               read buffers (total read buffers - total read buffers reserved for all groups).

       -l, --use-read-buffer-limit=
           toggle the enabling of read-buffer limt usage. use-read-buffer-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.

COPYRIGHT

       Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL version 2
       http://gnu.org/licenses/gpl.html. This is free software: you are free to change and
       redistribute it. There is NO WARRANTY, to the extent permitted by law.