net/mlx5: Remove several module events out of ethtool stats
Huy Nguyen authored
Remove the following module event counters out of ethtool stats. The
reason for removing these event counters is that these events do not
occur without techinician's intervention.
  module_pwr_budget_exd
  module_long_range
  module_no_eeprom
  module_enforce_part
  module_unknown_id
  module_unknown_status
  module_plug

Fixes: bedb7c90

 ("net/mlx5e: Add port module event counters to ethtool stats")
Signed-off-by: default avatarHuy Nguyen <huyn@mellanox.com>
Reviewed by: Gal Pressman <galp@mellanox.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@mellanox.com>
f729860a
Name Last commit Last update
Documentation net: fix up hash documentation
arch bpf, arm64: use separate register for state in stxr
block block: Avoid that blk_exit_rl() triggers a use-after-free
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
crypto crypto: skcipher - Add missing API setkey checks
drivers net/mlx5: Remove several module events out of ethtool stats
firmware firmware/Makefile: force recompilation if makefile changes
fs fs/ufs: Set UFS default maximum bytes per file
include ethtool.h: remind to update 802.3ad when adding new speeds
init Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
ipc mm: introduce kv[mz]alloc helpers
kernel Merge branch 'for-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
lib test_bpf: Add a couple of tests for BPF_JSGE.
mm mm: consider memblock reservations for deferred memory initialization sizing
net net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse
samples samples/bpf: run cleanup routines when receiving SIGTERM
scripts scripts/gdb: make lx-dmesg command work (reliably)
security Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
sound Merge tag 'sound-4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools bpf, tests: fix endianness selection
usr initramfs: fix disabling of initramfs (and its compression)
virt KVM: arm/arm64: Hold slots_lock when unregistering kvm io bus devices
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.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.