intel / luv-yocto

Linux UEFI Validation Distribution
Other
114 stars 75 forks source link

Network issue delays running the testsuites in luv-netboot-image #124

Closed gkammela closed 6 years ago

gkammela commented 7 years ago

Even after the interface link ready(according to dmesg), luv-netboot-image takes ~250 secs to start running the testsuites. This can be mistaken for a system hang and hence needed a fix.

ricardon commented 7 years ago

Probably this problem can be debugged using the systemd-analyze tool. Luckily, this tool is already in poky. All we have to do is add it to the ramdisk image by adding systemd-analyze.

Useful references: https://debian-administration.org/article/722/Analysing_performance_problems_with_systemd https://wiki.archlinux.org/index.php/Improving_performance/Boot_process#Using_systemd-analyze

meghadey commented 6 years ago

Patch which fixes this issue can be found here: https://lists.01.org/pipermail/luv/2017-November/002315.html