[DPDK/ethdev Bug 1622] ntnic: using signals and threads

bugzilla at dpdk.org bugzilla at dpdk.org
Tue Jan 28 19:59:54 CET 2025


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

            Bug ID: 1622
           Summary: ntnic: using signals and threads
           Product: DPDK
           Version: 25.03
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: ethdev
          Assignee: dev at dpdk.org
          Reporter: stephen at networkplumber.org
  Target Milestone: ---

No PMD should be making its own threads and must not use standard signal types.
The ntnic PMD is spawning a thread and trying to trap SIGINT.
This is broken for many reasons:
  - application may want to manage SIGINT after rte_eal_init() is called
  - there are other shutdown signals beside SIGINT (SIGTERM, SIGQUIT, ...)
  - spawning a thread outside of EAL creates resource management issues

-- 
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/20250128/77e07a7c/attachment-0001.htm>


More information about the dev mailing list