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:59:51 +0000 (13:59 -0700)
commit44c2145eed876cf74c5434d60eeb37ccf37cda21
tree5f1b85aec814c002559591579fb1738b2d899ef3
parentbc7f6c4709b0acae1fca98777f18287cd45c13d6
dpif-linux: Reset epoll() on channel deletion.

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>
lib/dpif-linux.c