Skip to content

Commit 47b8585

Browse files
authored
Merge pull request #1691 from natali-rs1985/T7897
vpp: T7897: Delete 'no-syscall-lock' option from xdp-options
2 parents 32c1cae + bfd52ad commit 47b8585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/vpp/configuration/dataplane/interface.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ The xdp-options section allows for the configuration of various XDP-specific set
6565

6666
XDP options you can configure are:
6767

68-
- ``no-syscall-lock``: Disables the syscall lock for the XDP interface. This can improve performance by allowing multiple threads to access the interface concurrently.
6968
- ``num-rx-queues``: Specifies the number of receive queues for the XDP interface. More queues can improve performance on multi-core systems by allowing parallel processing of incoming packets. Each queue will be assigned to a separate CPU core.
7069
- ``promisc``: Enables or disables promiscuous mode on the interface. When promiscuous mode is enabled, the interface will receive all packets on the network, regardless of type and destination of the packets. Some NICs need this feature to be enabled to avoid filtering out packets (for example to pass VLAN tagged packets).
7170
- ``rx-queue-size``: Defines the size of each receive queue. Larger queue sizes can help accommodate bursts of incoming traffic, reducing the likelihood of packet drops during high traffic periods.

0 commit comments

Comments
 (0)