https://github.com/torvalds/linux
Revision b414020fed42b274946aae28becf45ff156bbd2e authored by Paolo Abeni on 21 December 2023, 07:34:08 UTC, committed by Paolo Abeni on 21 December 2023, 07:34:09 UTC
Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-12-18 (ice)

This series contains updates to ice driver only.

Jakes stops clearing of needed aggregator information.

Dave adds a check for LAG device support before initializing the
associated event handler.

Larysa restores accounting of XDP queues in TC configurations.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: Fix PF with enabled XDP going no-carrier after reset
  ice: alter feature support check for SRIOV and LAG
  ice: stop trashing VF VSI aggregator node ID information
====================

Link: https://lore.kernel.org/r/20231218192708.3397702-1-anthony.l.nguyen@intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2 parent s d6e5794 + f5728a4
Raw File
Tip revision: b414020fed42b274946aae28becf45ff156bbd2e authored by Paolo Abeni on 21 December 2023, 07:34:08 UTC
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tip revision: b414020
file-size.sh
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
set -- $(ls -dn "$1")
printf '%s\n' "$5"
back to top