]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:24:47 +0000 (17:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 01:24:47 +0000 (17:24 -0800)
commit5cdaf9d6fad1b458a29e0890fd9f852568512f26
treeadfb2afad347f429b9f378ef970b2dc6104fba42
parent7aceeb736b624daf2ec1c396e1fddb5ae54e4268
parentc0d4e9d223c5f4a31bd0146739dcc88e8ac62dd5
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-02-12

This series contains updates to i40e, ice, and ixgbe drivers.

Maciej does cleanups on the following drivers.
For i40e, removes redundant check for XDP prog, cleans up no longer
relevant information, and removes an unused function argument.
For ice, removes local variable use, instead returning values directly.
Moves skb pointer from buffer to ring and removes an unneeded check for
xdp_prog in zero copy path. Also removes a redundant MTU check when
changing it.
For i40e, ice, and ixgbe, stores the rx_offset in the Rx ring as
the value is constant so there's no need for continual calls.

Bjorn folds a decrement into a while statement.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>