I also believe this change has caused 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1874464/
ASPM must be disabled completely to avoid network malfunction issue.Even ubuntu 
21.04 with kernel 5.11 sees this issue.Any one from Ubuntu is seeing this bug.
pls change the following code:
from rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L1_1);
to   rc = pci_disable_link_state(pdev, PCIE_LINK_STATE_L0S |
                                          PCIE_LINK_STATE_L1);

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-osp1 in Ubuntu.
https://bugs.launchpad.net/bugs/1836030

Title:
  enable realtek ethernet device ASPM function

Status in HWE Next:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-osp1 package in Ubuntu:
  Fix Released
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Focal:
  Fix Released

Bug description:
  ============= SRU for 5.4 Focal kernel ===============
  [Impact]
  The PC state stays at PC3 if r8169 driver doesn't enable ASPM.

  [Fix]
  Applied same series of patches from v5.5-rc1 and disable ASPM L1.1 only, 
instead of disable ASPM completely.

  [Test]
  Verified on machines with realtek Ethernet device, the Ethernet works well 
after S3 test 30 times and the system can enter PC10.

  [Regression Potential]
  Low, from realtek engineer, r8169 driver supports ASPM L0s and L1, and we 
only disable ASPM L1.1 which is pretty safe and should be disabled by default.

  ================== SRU for 5.0 OEM OSP1 kernel =========================
  [Impact]
  The PC state stays at PC3 if realtek ethernet doesn't enable ASPM.

  [Fix]
  Discussed with upstream and they would like to use sysfs to toggle the ASPM 
link states, but the patches didn't get merged yet, so we merger them as SAUCE 
patches.

  [Test]
  Verified on machines with realtek ethernet device, the ethernet works well 
and the system can enter PC10.

  [Regression Potential]
  High. From upstream maintainer, enable realtek ethernet ASPM may lead to some 
serious issue, so regression is expected. Those regression should come from old 
realtek chips, we'll make sure all new platforms with realtek NIC have no any 
issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1836030/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to