diff options
author | Amritha Nambiar <amritha.nambiar@intel.com> | 2018-06-30 07:27:12 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-02 03:06:24 +0300 |
commit | a4fd1f4babe3fac5887faa5b1b88bde4cd4d1b0d (patch) | |
tree | 17040a99da6424afe11ec082214c8d70044ef0a8 /Documentation/ABI | |
parent | 8af2c06ff4b144064b51b7f688194474123d9c9c (diff) | |
download | linux-a4fd1f4babe3fac5887faa5b1b88bde4cd4d1b0d.tar.xz |
Documentation: Add explanation for XPS using Rx-queue(s) map
Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/ABI')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-queues | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-queues b/Documentation/ABI/testing/sysfs-class-net-queues index 0c0df91b1516..978b76358661 100644 --- a/Documentation/ABI/testing/sysfs-class-net-queues +++ b/Documentation/ABI/testing/sysfs-class-net-queues @@ -42,6 +42,17 @@ Description: network device transmit queue. Possible vaules depend on the number of available CPU(s) in the system. +What: /sys/class/<iface>/queues/tx-<queue>/xps_rxqs +Date: June 2018 +KernelVersion: 4.18.0 +Contact: netdev@vger.kernel.org +Description: + Mask of the receive queue(s) currently enabled to participate + into the Transmit Packet Steering packet processing flow for this + network device transmit queue. Possible values depend on the + number of available receive queue(s) in the network device. + Default is disabled. + What: /sys/class/<iface>/queues/tx-<queue>/byte_queue_limits/hold_time Date: November 2011 KernelVersion: 3.3 |