* [Bug 1330] rte_thread_* wrappers missing in DPDK
@ 2023-11-23 14:32 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2023-11-23 14:32 UTC (permalink / raw)
To: dev
[-- Attachment #1: Type: text/plain, Size: 971 bytes --]
https://bugs.dpdk.org/show_bug.cgi?id=1330
Bug ID: 1330
Summary: rte_thread_* wrappers missing in DPDK
Product: DPDK
Version: 23.11
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev@dpdk.org
Reporter: vodak@cesnet.cz
Target Milestone: ---
In DPDK 23.11, rte_ctrl_thread_create has been replaced by
rte_thread_create_control, encouraging Linux users to switch from the pthread_t
API to the rte_thread API.
The problem is that the rte_thread API does not currently provide wrappers for
all pthread functions. There are no equivalent functions for
pthread_timedjoin_np, pthread_getname_np and pthread_cancel.
Would it be possible to add support for these functions as well?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #2: Type: text/html, Size: 2836 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-23 14:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 14:32 [Bug 1330] rte_thread_* wrappers missing in DPDK bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.