]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 20:27:11 +0000 (13:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 20:27:11 +0000 (13:27 -0700)
commit194a025b26000f8d3a59ea84f4a23830cb8ca7b2
treeccdbd52b3ec869f0056f07968155c835ef7ebf0a
parent6c880448ada5df7da7f325b8624ca242870cbb51
parentee64b4a0c26369b047092b9d59c1be3da1197718
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Fixes 2019-04-01

This series contains two fixes for XDP in the i40e driver.

Björn provides both fixes, first moving a function out of the header and
into the main.c file.  Second fixes a regression introduced in an
earlier patch that removed umem from the VSI.  This caused an issue
because the setup code would try to enable AF_XDP zero copy
unconditionally, as long as there was a umem placed in the netdev
receive structure.
====================

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