]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Jun 2018 00:30:23 +0000 (17:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jun 2018 00:30:23 +0000 (17:30 -0700)
commit74eef2f2b492ad985364b27554f86af4bbb05b8b
tree67546b43e5c2c10ef21da2026bcda4e4a97870f3
parent3db48124c974a5237617cf2e5e1e925ffb1d0c8b
parentd1f5bbb6f36ba8c64c567a34107e48ecfab81c44
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2018-06-11

This series contains fixes to ixgbe IPsec and MACVLAN.

Alex provides the 5 fixes in this series, starting with fixing an issue
where num_rx_pools was not being populated until after the queues and
interrupts were reinitialized when enabling MACVLAN interfaces.  Updated
to use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRM, since the code
requires CONFIG_XFRM_OFFLOAD to be enabled.  Moved the IPsec
initialization function to be more consistent with the placement of
similar initialization functions and before the call to reset the
hardware, which will clean up any link issues that may have been
introduced.  Fixed the boolean logic that was testing for transmit OR
receive ready bits, when it should have been testing for transmit AND
receive ready bits.  Fixed the bit definitions for SECTXSTAT and SECRXSTAT
registers and ensure that if IPsec is disabled on the part, do not
enable it.
====================

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