Futexes in xskdev for tx_lock instread of pthread mutex #270
maryamtahhan
started this conversation in
General
Replies: 1 comment
-
If we can reduce the overhead I think it is a reasonable idea. Does futex2 have any dependencies i.e., a specific OS or version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Folks
Just wondering is it worth looking at using a futex2 for tx_lock in xskdev instead of the pthread mutex for lower overhead/better performance?
Beta Was this translation helpful? Give feedback.
All reactions