[dpdk-dev] [Bug 380] memory subsystem leaks file descriptors

bugzilla at dpdk.org bugzilla at dpdk.org
Mon Jan 6 22:04:25 CET 2020


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

            Bug ID: 380
           Summary: memory subsystem leaks file descriptors
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: core
          Assignee: dev at dpdk.org
          Reporter: stephen at networkplumber.org
  Target Milestone: ---

The DPDK EAL memory segment code opens a file descriptor for each memory
segment, and these are never closed even after rte_eal_cleanup is called.

Either the file should be closed after mmap (kernel will still have reference)
or more cleanup logic needs to be added

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list