Enable EPOLLEXCLUSIVE poller

pull/11095/head
Craig Tiller 8 years ago
parent 45b89fb11c
commit 93ef6feaee
  1. 2
      src/core/lib/iomgr/ev_epollex_linux.c
  2. 2
      tools/run_tests/run_tests.py

@ -1476,8 +1476,6 @@ static const grpc_event_engine_vtable vtable = {
const grpc_event_engine_vtable *grpc_init_epollex_linux(
bool explicitly_requested) {
if (!explicitly_requested) return NULL;
if (!grpc_has_wakeup_fd()) {
return NULL;
}

@ -75,7 +75,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
'linux': ['epollsig', 'poll', 'poll-cv']
'linux': ['epollex', 'epollsig', 'poll', 'poll-cv']
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
}

Loading…
Cancel
Save