mbox series

[net-next,0/2,pull,request] Intel Wired LAN Driver Updates 2022-08-18 (ixgbe)

Message ID 20220818223402.1294091-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2022-08-18 (ixgbe) | expand

Message

Tony Nguyen Aug. 18, 2022, 10:34 p.m. UTC
This series contains updates to ixgbe driver only.

Fabio M. De Francesco replaces kmap() call to page_address() for
rx_buffer->page().

Jeff Daly adds a manual AN-37 restart to help resolve issues with some link
partners.

The following are changes since commit e34cfee65ec891a319ce79797dda18083af33a76:
  stmmac: intel: remove unused 'has_crossts' flag
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Fabio M. De Francesco (1):
  ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC

Jeff Daly (1):
  ixgbe: Manual AN-37 for troublesome link partners for X550 SFI

 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  3 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c | 56 ++++++++++++++++++-
 3 files changed, 57 insertions(+), 6 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 23, 2022, 3:30 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Thu, 18 Aug 2022 15:34:00 -0700 you wrote:
> This series contains updates to ixgbe driver only.
> 
> Fabio M. De Francesco replaces kmap() call to page_address() for
> rx_buffer->page().
> 
> Jeff Daly adds a manual AN-37 restart to help resolve issues with some link
> partners.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
    https://git.kernel.org/netdev/net-next/c/03f51719df03
  - [net-next,2/2] ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
    https://git.kernel.org/netdev/net-next/c/565736048bd5

You are awesome, thank you!