From 30be6788cc57e4257340c7816812fa9c6c6eedcf Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 5 Apr 2022 12:20:11 +0200 Subject: [PATCH] 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 Part-of: --- .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': {