OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 20 Oct 2021 10:43:11 +0000 (11:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Oct 2021 10:43:11 +0000 (11:43 +0100)
commit37ba803dbd3f4fa658cbd1a46c43009f94173bf2
tree63221bbab4907e1006d1406965f638a2b574167d
parent623acf876398917b9798e2c59cf493249e0d75a4
parent8702ed0b0de146c980883896b4cbb40ce860142e
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-10-19

This series contains updates to ice driver only.

Brett implements support for ndo_set_vf_rate allowing for min_tx_rate
and max_tx_rate to be set for a VF.

Jesse updates DIM moderation to improve latency and resolves problems
with reported rate limit and extra software generated interrupts.

Wojciech moves a check for trusted VFs to the correct function,
disables lb_en for switchdev offloads, and refactors ethtool ops due
to differences in support for PF and port representor support.

Cai Huoqing utilizes the helper function devm_add_action_or_reset().

Gustavo A. R. Silva replaces uses of allocation to devm_kcalloc() as
applicable.

Dan Carpenter propagates an error instead of returning success.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>