Go to file
Joe Damato 1287c1ae0f netdev-genl: Support setting per-NAPI config values
Add support to set per-NAPI defer_hard_irqs and gro_flush_timeout.

Signed-off-by: Joe Damato <jdamato@fastly.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20241011184527.16393-7-jdamato@fastly.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-10-14 17:54:29 -07:00
Documentation netdev-genl: Support setting per-NAPI config values 2024-10-14 17:54:29 -07:00
LICENSES
arch eth: remove the DLink/Sundance (ST201) driver 2024-10-11 13:08:23 +01:00
block
certs
crypto
drivers net: phylink: allow half-duplex modes with RATE_MATCH_PAUSE 2024-10-14 17:41:00 -07:00
fs
include netdev-genl: Support setting per-NAPI config values 2024-10-14 17:54:29 -07:00
init
io_uring
ipc
kernel
lib
mm
net netdev-genl: Support setting per-NAPI config values 2024-10-14 17:54:29 -07:00
rust
samples
scripts
security
sound
tools netdev-genl: Support setting per-NAPI config values 2024-10-14 17:54:29 -07:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS eth: remove the DLink/Sundance (ST201) driver 2024-10-11 13:08:23 +01:00
Makefile
README

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 reStructuredText markup notation.

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.