1ACCEL-CONFIG-CONFI(1) accfg Manual ACCEL-CONFIG-CONFI(1)
2
3
4
6 accel-config-config-group - configure individual attributes of a group
7
9 accel-config config-group <device name>/<group name> [<options>]
10
12 accel-config config-group dsa0/group0.0 --read-buffers-reserved=1
13
15 -r, --read-buffers-reserved=
16 specify the number of read buffers reserved for the use of engines
17 in the group. The limit of this value must be:
18
19 • The sum of all read-buffers-reserved for all groups must be
20 less than or equal to total read buffers from group capability
21 field of the device.
22
23 -t, --read-buffers-allowed=
24 specify the maximum number of read buffers that may be in use at
25 one time by all engines in the group. This value can be used to
26 limit the maximum bandwidth used by engines in the group. The limit
27 of this value must be:
28
29 • greater than 0
30
31 • greater than or equal to the read-buffers-reserved value for
32 this group.
33
34 • less than or equal to the sum of read-buffers reserved-field
35 and the non-reserved read buffers (total read buffers - total
36 read buffers reserved for all groups).
37
38 -l, --use-read-buffer-limit=
39 toggle the enabling of read-buffer limt usage.
40 use-read-buffer-limit should be either 0 or 1.
41
42 -a, --traffic-class-a=
43 specify traffic class A for this group, it should be larger than 0
44 and less than 8.
45
46 -b, --traffic-class-b=
47 specify traffic class B for this group, it should be larger than 0
48 and less than 8.
49
51 Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL
52 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
53 are free to change and redistribute it. There is NO WARRANTY, to the
54 extent permitted by law.
55
56
57
58accfg 3.5.2 01/18/2023 ACCEL-CONFIG-CONFI(1)