issue: 1117626 Move epoll poll_os logic to the internal thread#460
issue: 1117626 Move epoll poll_os logic to the internal thread#460liranoz12 wants to merge 4 commits into
Conversation
|
The commit is based on #445 |
|
Test PASSed. |
This commit is not based on udp poll os commit (pr Mellanox#445). Signed-off-by: Liran Oz <lirano@mellanox.com>
2a7034d to
f0adf45
Compare
|
Test FAILed. |
|
bot:reset |
|
bot:retest |
|
Test PASSed. |
Fix review comments Signed-off-by: Liran Oz <lirano@mellanox.com>
|
Test PASSed. |
| */ | ||
| if (poll_os_countdown-- == 0 && m_n_sysvar_select_poll_os_ratio > 0) { | ||
| bool cq_ready = wait_os(true); | ||
| if (cq_ready) { |
There was a problem hiding this comment.
Please consider to move wait_os() inside if statement.
|
👍 |
Remove boolean var from io_mux_call::handle_os_countdown() Signed-off-by: Liran Oz <lirano@mellanox.com>
|
Test FAILed. |
|
bot:retest |
|
Test PASSed. |
Add doc Signed-off-by: Liran Oz <lirano@mellanox.com>
9c6e411 to
94f8292
Compare
|
Test PASSed. |
|
Merged #460 |
No description provided.