Mesa (main): ci: Disable Link Power Management with RTL8153

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 8 14:42:20 UTC 2022


Module: Mesa
Branch: main
Commit: 30be6788cc57e4257340c7816812fa9c6c6eedcf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=30be6788cc57e4257340c7816812fa9c6c6eedcf

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue Apr  5 12:20:11 2022 +0200

ci: Disable Link Power Management with RTL8153

There are reliability problems with the RTL8153 ethernet driver under
certain network loads, related to incompatibility of the device with
Link Power Management.

Add usbcore.quirks=0bda:8153:k to the kernel command line to enable the
USB_QUIRK_NO_LPM option.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15791>

---

 .gitlab-ci/lava/lava_job_submitter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/lava/lava_job_submitter.py b/.gitlab-ci/lava/lava_job_submitter.py
index bc9ee750c98..d2b4a622779 100755
--- a/.gitlab-ci/lava/lava_job_submitter.py
+++ b/.gitlab-ci/lava/lava_job_submitter.py
@@ -74,7 +74,7 @@ def generate_lava_yaml(args):
         'visibility': { 'group': [ args.visibility_group ] },
         'priority': 75,
         'context': {
-            'extra_nfsroot_args': ' init=/init rootwait'
+            'extra_nfsroot_args': ' init=/init rootwait usbcore.quirks=0bda:8153:k'
         },
         'timeouts': {
             'job': {



More information about the mesa-commit mailing list