ci: Disable Link Power Management with RTL8153
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Tue, 5 Apr 2022 10:20:11 +0000 (12:20 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 8 Apr 2022 14:07:31 +0000 (14:07 +0000)
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@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15791>

.gitlab-ci/lava/lava_job_submitter.py

index bc9ee75..d2b4a62 100755 (executable)
@@ -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': {