No description
Find a file
Oleksandr Mazur ddee9dbc3d net: core: devlink: add dropped stats traps field
Whenever query statistics is issued for trap, devlink subsystem
would also fill-in statistics 'dropped' field. This field indicates
the number of packets HW dropped and failed to report to the device driver,
and thus - to the devlink subsystem itself.
In case if device driver didn't register callback for hard drop
statistics querying, 'dropped' field will be omitted and not filled.

Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-06-14 13:04:25 -07:00
arch
block
certs
crypto
Documentation net: iosm: infrastructure 2021-06-13 13:49:39 -07:00
drivers net: wwan: iosm: Remove DEBUG flag 2021-06-14 12:57:40 -07:00
fs
include net: core: devlink: add dropped stats traps field 2021-06-14 13:04:25 -07:00
init
ipc
kernel
lib
LICENSES
mm
net net: core: devlink: add dropped stats traps field 2021-06-14 13:04:25 -07:00
samples
scripts
security
sound
tools nexthops: Add selftests for cleanup of known bad route add 2021-06-14 12:29:06 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: iosm: infrastructure 2021-06-13 13:49:39 -07: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.

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.