diff options
| author | Lutz Donnerhacke <donner@FreeBSD.org> | 2021-01-19 14:56:16 +0000 |
|---|---|---|
| committer | Lutz Donnerhacke <donner@FreeBSD.org> | 2021-01-19 15:01:09 +0000 |
| commit | fa6662b3689eeb71cb63c2b230ca08e7342cabf0 (patch) | |
| tree | dbb973ba1df6423547d8cf26abd93487c0158511 /share | |
| parent | 5290493a200cc71ad3b3ec5b1bc2dd37c7cbcb9c (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ixl.4 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/share/man/man4/ixl.4 b/share/man/man4/ixl.4 index cd924625c4f2..320971a74f52 100644 --- a/share/man/man4/ixl.4 +++ b/share/man/man4/ixl.4 @@ -31,7 +31,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 27, 2020 +.Dd January 19, 2021 .Dt IXL 4 .Os .Sh NAME @@ -227,6 +227,15 @@ contains the speeds that are allowed to be set. Displays the current speed. .It Va dev.ixl.#.fw_version Displays the current firmware and NVM versions of the adapter. +.It Va dev.ixl.#.debug.switch_vlans +Set the Ethertype used by the hardware itself to handle internal +services. +Frames with this Ethertype will be dropped without notice. +Defaults to +.Dv 0x88a8 , +which is a well known number for IEEE 802.1ad VLAN stacking. +If you need 802.1ad support, set this number to any another Ethertype i.e. +.Dv 0xffff . .El .Sh INTERRUPT STORMS It is important to note that 40G operation can generate high |
