diff options
Diffstat (limited to 'Documentation/networking/devlink-trap-netdevsim.rst')
| -rw-r--r-- | Documentation/networking/devlink-trap-netdevsim.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/networking/devlink-trap-netdevsim.rst b/Documentation/networking/devlink-trap-netdevsim.rst new file mode 100644 index 000000000000..b721c9415473 --- /dev/null +++ b/Documentation/networking/devlink-trap-netdevsim.rst | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | .. SPDX-License-Identifier: GPL-2.0 | ||
| 2 | |||
| 3 | ====================== | ||
| 4 | Devlink Trap netdevsim | ||
| 5 | ====================== | ||
| 6 | |||
| 7 | Driver-specific Traps | ||
| 8 | ===================== | ||
| 9 | |||
| 10 | .. list-table:: List of Driver-specific Traps Registered by ``netdevsim`` | ||
| 11 | :widths: 5 5 90 | ||
| 12 | |||
| 13 | * - Name | ||
| 14 | - Type | ||
| 15 | - Description | ||
| 16 | * - ``fid_miss`` | ||
| 17 | - ``exception`` | ||
| 18 | - When a packet enters the device it is classified to a filtering | ||
| 19 | indentifier (FID) based on the ingress port and VLAN. This trap is used | ||
| 20 | to trap packets for which a FID could not be found | ||
