-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Add description of netdevsim traps
Signed-off-by: Ido Schimmel <idosch@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Ido Schimmel
authored and
David S. Miller
committed
Aug 17, 2019
1 parent
da58f90
commit 9e08745
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.. SPDX-License-Identifier: GPL-2.0 | ||
====================== | ||
Devlink Trap netdevsim | ||
====================== | ||
|
||
Driver-specific Traps | ||
===================== | ||
|
||
.. list-table:: List of Driver-specific Traps Registered by ``netdevsim`` | ||
:widths: 5 5 90 | ||
|
||
* - Name | ||
- Type | ||
- Description | ||
* - ``fid_miss`` | ||
- ``exception`` | ||
- When a packet enters the device it is classified to a filtering | ||
indentifier (FID) based on the ingress port and VLAN. This trap is used | ||
to trap packets for which a FID could not be found |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters