blob: 877be591e18c41c4cb39ef0570e5f2dfdd1a5409 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }}
{{ var5 }} {{ var6 }} per-client-thread
Provides a per-device control to enable/disable the threaded mode for
all the NAPI instances of the given network device, without the need for
a device up/down.
If CLI option is not specified, this feature is disabled.
Example:
.. code-block:: none
set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} per-client-thread
|