Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VMA_RX_POLL=-1 VMA_SELECT_POLL=-1 with thread affinity #18

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments
Open

VMA_RX_POLL=-1 VMA_SELECT_POLL=-1 with thread affinity #18

GoogleCodeExporter opened this issue Apr 30, 2015 · 2 comments
Labels

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. I've three TCP sessions, each one have own receiving thread (non-blocking)
2. Each receiving thread have affinity set to the same CPU (i.e. all have 
cpumask = 3 for example)
3. VMA_RX_POLL=-1 VMA_SELECT_POLL=-1
4. Application is on SCHED_FIFO

What is the expected output? What do you see instead?

Seems like everything hangs. If I leave only VMA_RX_POLL=-1 then it might 
occasionally (very rarely) hang as well.

Is it possible to selectively apply different VMA_RX/SELECT_POLL to UDP and TCP?

What version of the product are you using? On what operating system?

VMA 6.6.4 OFED 2.2 RHEL 6.5

Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 1:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants