Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Aug 2024 01:05:24 +0000 (18:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Aug 2024 01:05:24 +0000 (18:05 -0700)
commita0b4a80ed6ce2cf8140fe926303ba609884b5d9b
treea3a9d2b0af58c74c3282ac3eaccd7b84b474b969
parent8baeef7616d5194045c5a6b97fd1246b87c55b13
parent503ab6ee40fc103ea55cc9e50bb879e571d65aac
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-08-20 (ice)

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.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: use internal pf id instead of function number
  ice: fix truesize operations for PAGE_SIZE >= 8192
  ice: fix ICE_LAST_OFFSET formula
  ice: fix page reuse when PAGE_SIZE is over 8k
====================

Link: https://patch.msgid.link/20240820215620.1245310-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>