Skip to content

Commit 322d49f

Browse files
Jiawen Wushemminger
authored andcommitted
doc: update txgbe device arguments
Add new device arguments "pkt-filter-size" and "pkt-filter-drop-queue" in txgbe driver. Signed-off-by: Jiawen Wu <[email protected]>
1 parent 33e9aac commit 322d49f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/guides/nics/txgbe.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,16 @@ Please note that following ``devargs`` are only set for backplane NICs.
147147
PHY parameter used for user debugging. Setting other values to
148148
take effect requires setting the ``ffe_set``.
149149

150+
- ``pkt-filter-size`` (default **0**)
151+
152+
Memory allocation for the flow director filter.
153+
Default 0 for 64K mode, set 1 for 128K mode, set 2 for 256K mode.
154+
155+
``pkt-filter-drop-queue`` (default **127**)
156+
157+
The drop queue number for packets that match the drop rule in flow
158+
director. Valid values are from 0 to 127.
159+
150160
Please note that following ``devargs`` are only set for Amber-Lite NICs.
151161

152162
- ``tx_headwb`` (default **1**)

0 commit comments

Comments
 (0)