David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 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 |