From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: Re: [net 0/6][pull request] Intel Wired LAN Driver Updates 2018-04-24 Date: Tue, 24 Apr 2018 12:43:44 -0700 Message-ID: <1524599024.23142.0.camel@intel.com> References: <20180424192911.22786-1-jeffrey.t.kirsher@intel.com> Reply-To: jeffrey.t.kirsher@intel.com Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-UzEAed1gTo86bGhfeZE4" Cc: netdev@vger.kernel.org, nhorman@redhat.com, sassmann@redhat.com, jogreene@redhat.com To: davem@davemloft.net Return-path: Received: from mga04.intel.com ([192.55.52.120]:4400 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbeDXTmr (ORCPT ); Tue, 24 Apr 2018 15:42:47 -0400 In-Reply-To: <20180424192911.22786-1-jeffrey.t.kirsher@intel.com> Sender: netdev-owner@vger.kernel.org List-ID: --=-UzEAed1gTo86bGhfeZE4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2018-04-24 at 12:29 -0700, Jeff Kirsher wrote: > This series contains fixes to ixgbevf, igb and ice drivers. >=20 > Colin Ian King fixes the return value on error for the new XDP > support > that went into ixgbevf for 4.16. Oops, I meant 4.17, not 4.16. >=20 > Vinicius provides a fix for queue 0 for igb, which was not receiving > all > the credits it needed when QAV mode was enabled. >=20 > Anirudh provides several fixes for the new ice driver, starting with > properly initializing num_nodes_added to zero. Fixed up a code > comment > to better reflect what is really going on in the code. Fixed how to > detect if an OICR interrupt has occurred to a more reliable method. >=20 > Md Fahad fixes the ice driver to allocate the right amount of memory > when reading and storing the devices MAC addresses. The device can > have > up to 2 MAC addresses (LAN and WoL), while WoL is currently not > supported, we need to ensure it can be properly handled when support > is > added. >=20 > The following are changes since commit > 9cf2f437ca5b39828984064fad213e68fc17ef11: > team: fix netconsole setup over team > and are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue > 1GbE >=20 > Anirudh Venkataramanan (2): > ice: Fix initialization for num_nodes_added > ice: Fix incorrect comment for action type >=20 > Ben Shelton (1): > ice: Do not check INTEVENT bit for OICR interrupts >=20 > Colin Ian King (1): > ixgbevf: ensure xdp_ring resources are free'd on error exit >=20 > Md Fahad Iqbal Polash (1): > ice: Fix insufficient memory issue in ice_aq_manage_mac_read >=20 > Vinicius Costa Gomes (1): > igb: Fix the transmission mode of queue 0 for Qav mode >=20 > drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 2 +- > drivers/net/ethernet/intel/ice/ice_common.c | 22 > +++++++++++++++++----- > drivers/net/ethernet/intel/ice/ice_hw_autogen.h | 2 -- > drivers/net/ethernet/intel/ice/ice_main.c | 4 ---- > drivers/net/ethernet/intel/ice/ice_sched.c | 4 ++-- > drivers/net/ethernet/intel/igb/igb_main.c | 17 > ++++++++++++++++- > drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 2 +- > 7 files changed, 37 insertions(+), 16 deletions(-) >=20 --=-UzEAed1gTo86bGhfeZE4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEiTyZWz+nnTrOJ1LZ5W/vlVpL7c4FAlrfiPAACgkQ5W/vlVpL 7c6S/BAAjEnz1I+depfsYgrkltCk6wn/xHLhcotC32rBwvmk62n1K/Re70emWNs9 9gMRGHwGe4H94uqgJOvxZvlFfEgntrC6H7K26p8E+ZSsKSG4mHFUIBDdh2sl8Pkh +MEWkPDON3eg21/6vpW+5ZMbyuZARsxxdjR+mMCnfZiBiJlbanlSGgxnbWN9e7NT YcWIMISIsr6o1AzMgsYW7zsi6Wdm/q897rl/59/bLbNmsVPCjtw9DhfzukoxbDSH 6OtKvcJIThWICNi0ahspMiq/fZqvcGFjzdUA7mgKl0Cb0IkKdoxqB1k2gpcmG74n 9XoU1IL4A/9d0yp7jFeh4vRnn3lGjcvTVx7sNzbXOpPfvi93CtN7755wOqRnJ2Hy BcK1gCJdlUiVrXbC7T1qMLYQU7+c7D5SGn6UqBPMK9zjmEqIUy7bkDFcNdzq5gQh 2I6iGDmq62fgmpEmQ7QwCViJL31zzkoBeg7XHmkCLD5rN72Wd4vr2Uwd1QXvD5tW KEe6uq4lZYnavHy+gw661a/kT+CE1tPiKr//TP03INW5KTDjqFM65okcT9KuSWoQ cNKngvH5EvmnFvfV8oHAGk9TyZFg8VhGmPEm1ZiOplhu8zIokuDp1ILE25w0S77b 9JMrsvXWYr1glfG4yqTR+LUbHU8hBYuNl/zchqFUCftGjjXBWuE= =6P0h -----END PGP SIGNATURE----- --=-UzEAed1gTo86bGhfeZE4--