Commit d1aaaa2
committed
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Tony Nguyen says:
====================
Intel Wired LAN Driver Updates 2024-09-09 (ice, igb)
This series contains updates to ice and igb drivers.
Martyna moves LLDP rule removal to the proper uninitialization function
for ice.
Jake corrects accounting logic for FWD_TO_VSI_LIST switch filters on
ice.
Przemek removes incorrect, explicit calls to pci_disable_device() for
ice.
Michal Schmidt stops incorrect use of VSI list for VLAN use on ice.
Sriram Yagnaraman adjusts igb_xdp_ring_update_tail() to be called under
Tx lock on igb.
* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
igb: Always call igb_xdp_ring_update_tail() under Tx lock
ice: fix VSI lists confusion when adding VLANs
ice: stop calling pci_disable_device() as we use pcim
ice: fix accounting for filters shared by multiple VSIs
ice: Fix lldp packets dropping after changing the number of channels
====================
Link: https://patch.msgid.link/20240909203842.3109822-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>4 files changed
Lines changed: 23 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2413 | 2413 | | |
2414 | 2414 | | |
2415 | 2415 | | |
2416 | | - | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
2420 | | - | |
2421 | | - | |
2422 | | - | |
2423 | 2416 | | |
2424 | 2417 | | |
2425 | 2418 | | |
| |||
2764 | 2757 | | |
2765 | 2758 | | |
2766 | 2759 | | |
| 2760 | + | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
2767 | 2768 | | |
2768 | 2769 | | |
2769 | 2770 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5363 | 5363 | | |
5364 | 5364 | | |
5365 | 5365 | | |
5366 | | - | |
5367 | 5366 | | |
5368 | 5367 | | |
5369 | 5368 | | |
| |||
5470 | 5469 | | |
5471 | 5470 | | |
5472 | 5471 | | |
5473 | | - | |
5474 | 5472 | | |
5475 | 5473 | | |
5476 | 5474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3194 | 3194 | | |
3195 | 3195 | | |
3196 | 3196 | | |
3197 | | - | |
| 3197 | + | |
3198 | 3198 | | |
3199 | 3199 | | |
3200 | 3200 | | |
| |||
3264 | 3264 | | |
3265 | 3265 | | |
3266 | 3266 | | |
3267 | | - | |
| 3267 | + | |
3268 | 3268 | | |
3269 | 3269 | | |
3270 | 3270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
2914 | 2915 | | |
2915 | 2916 | | |
2916 | 2917 | | |
| 2918 | + | |
2917 | 2919 | | |
2918 | 2920 | | |
| 2921 | + | |
| 2922 | + | |
2919 | 2923 | | |
2920 | 2924 | | |
2921 | 2925 | | |
| |||
3000 | 3004 | | |
3001 | 3005 | | |
3002 | 3006 | | |
3003 | | - | |
3004 | | - | |
3005 | 3007 | | |
3006 | 3008 | | |
3007 | 3009 | | |
| 3010 | + | |
| 3011 | + | |
3008 | 3012 | | |
3009 | 3013 | | |
3010 | 3014 | | |
| |||
8864 | 8868 | | |
8865 | 8869 | | |
8866 | 8870 | | |
| 8871 | + | |
8867 | 8872 | | |
8868 | 8873 | | |
8869 | | - | |
8870 | | - | |
8871 | 8874 | | |
| 8875 | + | |
| 8876 | + | |
8872 | 8877 | | |
| 8878 | + | |
8873 | 8879 | | |
8874 | 8880 | | |
8875 | 8881 | | |
| |||
8997 | 9003 | | |
8998 | 9004 | | |
8999 | 9005 | | |
| 9006 | + | |
| 9007 | + | |
9000 | 9008 | | |
| 9009 | + | |
9001 | 9010 | | |
9002 | 9011 | | |
9003 | 9012 | | |
| |||
0 commit comments