No description
Find a file
Amritha Nambiar 8af2c06ff4 net-sysfs: Add interface for Rx queue(s) map per Tx queue
Extend transmit queue sysfs attribute to configure Rx queue(s) map
per Tx queue. By default no receive queues are configured for the
Tx queue.

- /sys/class/net/eth0/queues/tx-*/xps_rxqs

Signed-off-by: Amritha Nambiar <amritha.nambiar@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-02 09:06:24 +09:00
arch
block
certs
crypto
Documentation This round's updates: 2018-06-30 21:08:12 +09:00
drivers nfp: flower: enabled offloading of Team LAG 2018-06-30 21:31:56 +09:00
firmware
fs
include net: Enable Tx queue selection based on Rx queues 2018-07-02 09:06:24 +09:00
init
ipc
kernel
lib
LICENSES
mm
net net-sysfs: Add interface for Rx queue(s) map per Tx queue 2018-07-02 09:06:24 +09:00
samples
scripts
security
sound
tools selftests: mlxsw: Add scale test for resources 2018-06-30 22:06:16 +09:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS selftests: mlxsw: Add devlink_lib_spectrum.sh 2018-06-30 22:06:15 +09:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.