No description
Find a file
Jacob Keller 4cc74c01ef ixgbe: add statistic indicating number of skipped Tx timestamps
The ixgbe driver can only handle one Tx timestamp request at a time.
This means it is possible for an application timestamp request to be
ignored.

There is no easy way for an administrator to determine if this occurred.
Add a new statistic which tracks this, tx_hwtstamp_skipped.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2017-06-13 16:11:48 -07:00
arch
block
certs
crypto
Documentation
drivers ixgbe: add statistic indicating number of skipped Tx timestamps 2017-06-13 16:11:48 -07:00
firmware
fs
include net: dsa: Associate slave network device with CPU port 2017-06-13 16:35:03 -04:00
init
ipc
kernel
lib networking: use skb_put_zero() 2017-06-13 13:54:03 -04:00
mm
net net: dsa: Introduce dsa_get_cpu_port() 2017-06-13 16:35:03 -04:00
samples
scripts
security
sound
tools selftests/bpf: make correct use of exit codes in bpf selftests 2017-06-13 13:58:56 -04:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

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.