No description
Find a file
Maxime Chevallier 1e27a628e3 net: mvpp2: make sure we use single queue mode on PPv2.1
The PPv2 driver defines 2 "queue_modes" :
 - QDIST_SINGLE_MODE, where each port share one rx queue vector
   between all CPUs
 - QDIST_MULTI_MODE, where each port has one rx queue vector per CPU.

Multi queue mode isn't available on PPv2.1, make sure we fallback to
single mode when running on this revision.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-12 17:30:48 -07:00
arch net: Add a new socket option for a future transmit time. 2018-07-04 22:30:27 +09:00
block
certs
crypto
Documentation Documentation: ip-sysctl.txt: document addr_gen_mode 2018-07-11 22:50:45 -07:00
drivers net: mvpp2: make sure we use single queue mode on PPv2.1 2018-07-12 17:30:48 -07:00
firmware
fs
include net/sched: act_skbedit: don't use spinlock in the data path 2018-07-12 14:54:12 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: gro: properly remove skb from list 2018-07-12 17:00:35 -07:00
samples
scripts
security
sound
tools tc-testing: add geneve options in tunnel_key unit tests 2018-07-12 12:34:31 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.