From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net 0/5][pull request] Intel Wired LAN Driver Updates 2018-06-11 Date: Mon, 11 Jun 2018 17:30:37 -0700 (PDT) Message-ID: <20180611.173037.398177532748835135.davem@davemloft.net> References: <20180611161630.21338-1-jeffrey.t.kirsher@intel.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: jeffrey.t.kirsher@intel.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:58024 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933744AbeFLAal (ORCPT ); Mon, 11 Jun 2018 20:30:41 -0400 In-Reply-To: <20180611161630.21338-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jeff Kirsher Date: Mon, 11 Jun 2018 09:16:25 -0700 > 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. > > The following are changes since commit f0dc7f9c6dd99891611fca5849cbc4c6965b690e: > Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 10GbE Pulled, thanks Jeff.