Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 6 Mar 2024 11:29:19 +0000 (11:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Mar 2024 11:29:19 +0000 (11:29 +0000)
commitdb72b6fc8fa0eae6ad69707dcce7db5e7cd32180
tree340c7e85a173d54b16969f342b2aa3e273505081
parent39a096d67cf77699b71fba59abd5fb848f56d6f2
parent90f821d72e112d5e4e4214a3704935283cc53375
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2024-03-04 (ice)

This series contains updates to ice driver only.

Jake changes the driver to use relative VSI index for VF VSIs as the VF
driver has no direct use of the VSI number on ice hardware. He also
reworks some Tx/Rx functions to clarify their uses, cleans up some style
issues, and utilizes kernel helper functions.

Maciej removes a redundant call to disable Tx queues on ifdown and
removes some unnecessary devm usages.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>