dpif-linux: Reset epoll() on channel deletion.
authorEthan Jackson <ethan@nicira.com>
Wed, 10 Apr 2013 20:05:04 +0000 (13:05 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 10 Apr 2013 20:05:04 +0000 (13:05 -0700)
The list of epoll events contains references to channels which may
be stale when one of those channels is deleted.  The safest thing
to do is simply refresh epoll() whenever a channel is deleted.

Bug #16057.
Signed-off-by: Ethan Jackson <ethan@nicira.com>

No differences found