-
Notifications
You must be signed in to change notification settings - Fork 349
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
epoll() seems stop working with zc mode in some case #788
Comments
@QbsuranAlang do you experience the same issue with select()? |
Please also note that in some case pfring_poll() should be used as not all the adapters provide a selectable fd. However ixgbe does provide a fd, and pfring_poll is not an option as you need to poll from multiple fds. |
@cardigliano thanks your reply. |
In order to check is the adapter supports it, you should what is returned by pfring_get_selectable_fd. As of epoll, I need to dig more. |
OK, thanks your time! |
English is not my first language.
Here is the two interfaces with configured 8 RSS.
I open the two interfaces and make it in inline mode, and I found an issues(maybe).
or
Here is some information.
And the full code:
When no packets incoming, it blocks in
epoll_wait()
.The text was updated successfully, but these errors were encountered: