OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:45:22 +0000 (22:45 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:45:22 +0000 (22:45 -0700)
commit3e212b0b968a02ddb36c73ff7e8abe0a2256ce49
tree45522a1aa3564dbfb0182421cee69dd4bd976528
parentcad4fb02d8a3aa9dff97e10342c253a7b96b371b
parent7d46c0e670d5f646879b52bacc387bf48ff0e7f1
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-03-21 (ice)

This series contains updates to ice driver only.

Piotr sets first_desc field for proper handling of Flow Director
packets.

Michal moves error checking for VF earlier in function to properly return
error before other checks/reporting; he also corrects VSI filter removal to
be done during VSI removal and not rebuild.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: remove filters only if VSI is deleted
  ice: check if VF exists before mode check
  ice: fix rx buffers handling for flow director packets
====================

Link: https://lore.kernel.org/r/20230321183641.2849726-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>