Commit e8dc17a
committed
Merge: igc: Driver Update
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1063
ade6fde igc: remove autoneg parameter from igc_mac_info
b37dba8 igc: Remove unused igc_acquire/release_nvm
121c3c6 igc: Remove unused igc_read/write_pci_cfg wrappers
c758890 igc: Remove unused igc_read/write_pcie_cap_reg
bd2776e igc: return early when failing to read EECD register
484d367 igc: Allow hot-swapping XDP program
8b6237e igc: Fix passing 0 to ERR_PTR in igc_xdp_run_prog()
1a63399 igc: Link IRQs to NAPI instances
b659698 igc: Link queues to NAPI instances
be324b7 igc: Avoid unnecessary link down event in XDP_SETUP_PROG process
7822dd4 igc: Fix HW RX timestamp when passed by ZC XDP
63f20f0 igc: Set buffer type for empty frames in igc_init_empty_frame
dddeeaa igc: Fix XSK queue NAPI ID mapping
8fa7292 treewide: Switch/rename to timer_delete[_sync]()
8e404ad igc: fix PTM cycle trigger logic
714cd03 igc: increase wait time before retrying PTM
cd7f732 igc: move ktime snapshot into PTM retry loop
26a3910 igc: handle the IGC_PTP_ENABLED flag correctly
1f02575 igc: cleanup PTP module if probe fails
1a931c4 igc: add lock preventing multiple simultaneous PTM transactions
f9c961e igc: enable HW vlan tag insertion/stripping by default
19d6290 igc: rename xdp_get_tx_ring() for non-xdp usage
67287d6 igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
425d8d9 igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
0d58cdc igc: optimize TX packet buffer utilization for TSN mode
9cd87aa igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
7663370 igc: set the RX packet buffer size for TSN mode
c7d6cb9 igc: fix lock order in igc_ptp_reset
JIRA: https://issues.redhat.com/browse/RHEL-83571
Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Approved-by: Michal Schmidt <mschmidt@redhat.com>
Approved-by: Kamal Heib <kheib@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Julio Faracco <jfaracco@redhat.com>File tree
14 files changed
+422
-384
lines changed- drivers/net/ethernet/intel/igc
14 files changed
+422
-384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| 322 | + | |
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
| |||
734 | 735 | | |
735 | 736 | | |
736 | 737 | | |
737 | | - | |
| 738 | + | |
738 | 739 | | |
739 | 740 | | |
740 | 741 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
221 | 225 | | |
222 | 226 | | |
223 | 227 | | |
| 228 | + | |
| 229 | + | |
224 | 230 | | |
225 | 231 | | |
226 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
404 | 440 | | |
405 | 441 | | |
406 | 442 | | |
| |||
574 | 610 | | |
575 | 611 | | |
576 | 612 | | |
577 | | - | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
578 | 617 | | |
579 | 618 | | |
580 | 619 | | |
| |||
593 | 632 | | |
594 | 633 | | |
595 | 634 | | |
| 635 | + | |
596 | 636 | | |
597 | 637 | | |
598 | 638 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
| 176 | + | |
178 | 177 | | |
179 | 178 | | |
180 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1821 | 1821 | | |
1822 | 1822 | | |
1823 | 1823 | | |
1824 | | - | |
1825 | | - | |
1826 | | - | |
1827 | | - | |
1828 | | - | |
| 1824 | + | |
| 1825 | + | |
1829 | 1826 | | |
1830 | 1827 | | |
1831 | 1828 | | |
| |||
1878 | 1875 | | |
1879 | 1876 | | |
1880 | 1877 | | |
1881 | | - | |
1882 | | - | |
1883 | | - | |
1884 | | - | |
| 1878 | + | |
1885 | 1879 | | |
1886 | 1880 | | |
1887 | 1881 | | |
| |||
1955 | 1949 | | |
1956 | 1950 | | |
1957 | 1951 | | |
1958 | | - | |
1959 | 1952 | | |
1960 | 1953 | | |
1961 | 1954 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
280 | 279 | | |
281 | 280 | | |
282 | 281 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | 282 | | |
0 commit comments