Merge branch 'qede-netpoll-coalesce'
David S. Miller authored
Bhaskar Upadhaya says:

====================
qede: add netpoll and per-queue coalesce support

This is a followup implementation after series

https://patchwork.kernel.org/project/netdevbpf/cover/1610701570-29496-1-git-send-email-bupadhaya@marvell.com/



Patch 1: Add net poll controller support to transmit kernel printks
         over UDP
Patch 2: QLogic card support multiple queues and each queue can be
         configured with respective coalescing parameters, this patch
         add per queue rx-usecs, tx-usecs coalescing parameters
Patch 3: set default per queue rx-usecs, tx-usecs coalescing parameters and
         preserve coalesce parameters across interface up and down

v3: fixed warnings reported by Dan Carpenter
v2: comments from jakub
 - p1: remove poll_controller ndo and add budget 0 support in qede_poll
 - p3: preserve coalesce parameters across interface up and down
===================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
6bda2f6f
Name Last commit Last update
Documentation net: hsr: add offloading support
LICENSES LICENSES: Add the CC-BY-4.0 license
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
block Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-block
certs .gitignore: add SPDX License Identifier
crypto X.509: Fix crash caused by NULL pointer
drivers qede: preserve per queue stats across up/down of interface
fs nilfs2: make splice write available again
include net: initialize net->net_cookie at netns setup
init init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov
ipc Merge branch 'akpm' (patches from Andrew)
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
mm Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
net net: initialize net->net_cookie at netns setup
samples bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
scripts kallsyms: fix nonconverging kallsyms table with lld
security cap: fix conversions on getxattr
sound ALSA: hda/via: Apply the workaround generically for Clevo machines
tools Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
virt Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.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.

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.