mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2024-08-20 (ice)

Message ID 20240820215620.1245310-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2024-08-20 (ice) | expand

Message

Tony Nguyen Aug. 20, 2024, 9:56 p.m. UTC
This series contains updates to ice driver only.

Maciej fixes issues with Rx data path on architectures with
PAGE_SIZE >= 8192; correcting page reuse usage and calculations for
last offset and truesize.

Michal corrects assignment of devlink port number to use PF id.

The following are changes since commit 7565c39da89dc6ac9b1b0733bd70276bc66612b1:
  Merge branch 'bonding-fix-xfrm-offload-bugs'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Maciej Fijalkowski (3):
  ice: fix page reuse when PAGE_SIZE is over 8k
  ice: fix ICE_LAST_OFFSET formula
  ice: fix truesize operations for PAGE_SIZE >= 8192

Michal Swiatkowski (1):
  ice: use internal pf id instead of function number

 .../ethernet/intel/ice/devlink/devlink_port.c |  4 +-
 drivers/net/ethernet/intel/ice/ice_base.c     | 21 ++++++++-
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 47 ++-----------------
 3 files changed, 26 insertions(+), 46 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 22, 2024, 1:10 a.m. UTC | #1
Hello:

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

On Tue, 20 Aug 2024 14:56:14 -0700 you wrote:
> This series contains updates to ice driver only.
> 
> Maciej fixes issues with Rx data path on architectures with
> PAGE_SIZE >= 8192; correcting page reuse usage and calculations for
> last offset and truesize.
> 
> Michal corrects assignment of devlink port number to use PF id.
> 
> [...]

Here is the summary with links:
  - [net,1/4] ice: fix page reuse when PAGE_SIZE is over 8k
    https://git.kernel.org/netdev/net/c/50b2143356e8
  - [net,2/4] ice: fix ICE_LAST_OFFSET formula
    https://git.kernel.org/netdev/net/c/b966ad832942
  - [net,3/4] ice: fix truesize operations for PAGE_SIZE >= 8192
    https://git.kernel.org/netdev/net/c/d53d4dcce69b
  - [net,4/4] ice: use internal pf id instead of function number
    https://git.kernel.org/netdev/net/c/503ab6ee40fc

You are awesome, thank you!