[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-12-25 Thread Stephen Hill
Note that the bug seems reproducible 100% by changing link state, by either rebooting the switch or disconnect/reconnect the Eth cable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083151 Title: i

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-12-23 Thread Stephen Hill
sudo lspci -vvv ... 02:00.1 Ethernet controller: Intel Corporation I350 Gigabit Network Connection (rev 01) Subsystem: Intel Corporation Ethernet Server Adapter I350-T2

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-12-22 Thread Stephen Hill
Note that EEE is enabled also -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083151 Title: igb assertion changing rx/tx queues To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-12-22 Thread Stephen Hill
Is this the right place to be reporting this bug? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083151 Title: igb assertion changing rx/tx queues To manage notifications about this bug go to: http

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-09-29 Thread Stephen Hill
$ sudo dmesg | grep ASPM [Sun Sep 29 14:11:10 2024] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [Sun Sep 29 14:11:10 2024] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [Sun Sep 29 14:11:10 2024] acpi PNP0A08:00: FADT indica

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-09-29 Thread Stephen Hill
I do have the following in /etc/rc.local which might be related: # Runtime PM for PCI Device find /sys/bus/pci/devices/*/power -name control -exec echo auto >{} \; for i in $(find /sys/devices/pci\:00/0* -maxdepth 3 -name control); do

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-09-29 Thread Jay Vosburgh
It's hitting an ASSERT_RTNL in netif_set_real_num_tx_queues(), looks like igb_runtime_resume() thinks it doesn't need RTNL, as rpm == true in the call to __igb_resume() from igb_runtime_resume(). I'm not sure why it's written that way since the call to set the queues is unconditional in __igb_open

[Bug 2083151] Re: igb assertion changing rx/tx queues

2024-09-29 Thread Stephen Hill
** Summary changed: - igb assertion changing rx/tx queues_ + igb assertion changing rx/tx queues -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2083151 Title: igb assertion changing rx/tx queues To