# This is intended to be run on a virtio-net guest interface. # The test binds the XDP socket to the interface without setting # the fill ring to trigger delayed refill_work. This helps to # make it easier to reproduce the deadlock when XDP program, # XDP socket bind/unbind, rx ring resize race with refill_work on # the buggy kernel. # # The Qemu command to setup virtio-net # -netdev tap,id=hostnet1,vhost=on,script=no,downscript=no # -device virtio-net-pci,netdev=hostnet1,iommu_platform=on,disable-legacy=on
from lib.py import ksft_exit, ksft_run from lib.py import KsftSkipEx, KsftFailEx from lib.py import NetDrvEnv from lib.py import bkg, ip, cmd, ethtool import time
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.