1DCB-APPTRUST(8)                      Linux                     DCB-APPTRUST(8)
2
3
4

NAME

6       dcb-apptrust  -  show / configure per-selector trust and trust order of
7       the application priority table of the DCB (Data Center  Bridging)  sub‐
8       system.
9

SYNOPSIS

11       dcb [ OPTIONS ] apptrust { COMMAND | help }
12
13
14       dcb apptrust show dev DEV [ order ]
15
16       dcb apptrust set dev DEV [ order SEL-LIST ]
17
18       SEL-LIST := [ SEL-LIST ] SEL
19
20       SEL := { ethtype | stream-port | dgram-port | port | dscp | pcp }
21
22

DESCRIPTION

24       dcb apptrust is used to configure per-selector trust and trust order of
25       the Application Priority Table, see dcb-app(8) for details on how to
26       configure app table entries.
27
28       Selector trust can be used by the software stack, or drivers (most
29       likely the latter), when querying the APP table, to determine if an APP
30       entry should take effect, or not. Additionally, the order of the
31       trusted selectors will dictate which selector should take precedence,
32       in the case of multiple different APP table selectors being present.
33
34

COMMANDS

36       show   Display all trusted selectors.
37
38
39       set    Set new list of trusted selectors. Empty list is effectively the
40              same as removing trust entirely.
41
42

PARAMETERS

44       The following describes only the write direction, i.e. as used with the
45       set command. For the show command, the parameter name is to be used as
46       a simple keyword without further arguments. This instructs the tool to
47       show the values of a given parameter.
48
49
50       order SEL-LIST
51              SEL-LIST is a space-separated list of selector names. Possible
52              selector values are: ethtype, stream-port, dgram-port, port,
53              dscp, and pcp
54
55
56

EXAMPLE & USAGE

58       Set trust order to: dscp, pcp for eth0:
59
60       # dcb apptrust set dev eth0 order dscp pcp
61
62       Set trust order to: port (stream or dgram), pcp, ethtype for eth1:
63
64       # dcb apptrust set dev eth1 order port pcp ethtype
65
66       Show what was set:
67
68
69       # dcb apptrust show dev eth0
70       order: port pcp ethtype
71
72

EXIT STATUS

74       Exit status is 0 if command was successful or a positive integer upon
75       failure.
76
77

SEE ALSO

79       dcb(8), dcb-app(8)
80
81

REPORTING BUGS

83       Report any bugs to the Network Developers mailing list <net‐
84       dev@vger.kernel.org> where the development and maintenance is primarily
85       done.  You do not have to be subscribed to the list to send a message
86       there.
87
88

AUTHOR

90       Daniel Machon <daniel.machon@microchip.com>
91
92
93
94iproute2                       22 November 2022                DCB-APPTRUST(8)
Impressum