mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
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@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15791>
This commit is contained in:
parent
9d5fa59322
commit
30be6788cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue