[DPDK/netuio Bug 1655] Kernel crash when hot-unplug igb_uio device while DPDK application is running

bugzilla at dpdk.org bugzilla at dpdk.org
Mon Feb 3 05:31:31 CET 2025


https://bugs.dpdk.org/show_bug.cgi?id=1655

            Bug ID: 1655
           Summary: Kernel crash when hot-unplug igb_uio device while DPDK
                    application is running
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: netuio
          Assignee: dev at dpdk.org
          Reporter: nandinipersad361 at gmail.com
  Target Milestone: ---

When device has been bound to igb_uio driver and application is running,
hot-unplugging the device may cause kernel crash.

Reason:
When device is hot-unplugged, igb_uio driver will be removed which will destroy
UIO resources. Later trying to access any UIO resource will cause kernel crash.

Resolution/Workaround:
If using DPDK for PCI HW hot-unplug, prefer to bind device with VFIO instead of
IGB_UIO.

Affected Environment/Platform:
ALL.

Driver/Module:
igb_uio module.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250203/95fb619d/attachment.htm>


More information about the dev mailing list