devlink
[ OPTIONS ]
trap
{ COMMAND |
help }
OPTIONS := {
-v[erbose] |
-s[tatistics] }
devlink trap show
[ DEV
trap
TRAP ]
devlink trap set DEV trap TRAP
[ action { trap | drop | mirror } ]
devlink trap group show
[ DEV
group
GROUP ]
devlink trap group set DEV group GROUP
[ action { trap | drop | mirror } ]
[ policer
POLICER ]
[ nopolicer ]
devlink trap policer set DEV policer POLICER
[ rate
RATE ]
[ burst
BURST ]
devlink trap help
DEV - specifies the devlink device from which to show packet traps. If this argument is omitted all packet traps of all devices are listed.
trap TRAP - specifies the packet trap. Only applicable if a devlink device is also specified.
DEV - specifies the devlink device the packet trap belongs to.
trap TRAP - specifies the packet trap.
trap - the sole copy of the packet is sent to the CPU.
drop - the packet is dropped by the underlying device and a copy is not sent to the CPU.
mirror - the packet is forwarded by the underlying device and a copy is sent to the CPU.
DEV - specifies the devlink device from which to show packet trap groups. If this argument is omitted all packet trap groups of all devices are listed.
group GROUP - specifies the packet trap group. Only applicable if a devlink device is also specified.
DEV - specifies the devlink device the packet trap group belongs to.
group GROUP - specifies the packet trap group.
DEV - specifies the devlink device the packet trap policer belongs to.
policer POLICER - specifies the packet trap policer.
rate RATE - packet trap policer rate in packets per second.
burst BURST - packet trap policer burst size in packets.
devlink trap show
devlink trap group show
devlink -vs trap show pci/0000:01:00.0 trap source_mac_is_multicast
devlink -s trap group show pci/0000:01:00.0 group l2_drops
devlink trap set pci/0000:01:00.0 trap source_mac_is_multicast action trap
devlink trap policer show
devlink -s trap policer show pci/0000:01:00.0 policer 1
devlink trap policer set pci/0000:01:00.0 policer 1 rate 1000 burst 128