[ovs-git] Open vSwitch: dpif-linux: Reset epoll() on channel deletion. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Apr 10 20:59:35 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  fa717215da1fa6bffe4e51083f4f5439c699a28b (commit)
       via  31098e3f6b41ccc7e5f3bec3aab1c7ff2d041365 (commit)
      from  6796e6ff1f47655ea0b5c0de9be31d3190c51417 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fa717215da1fa6bffe4e51083f4f5439c699a28b
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=fa717215da1fa6bffe4e51083f4f5439c699a28b
Author: Ethan Jackson <ethan at nicira.com>
		
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 at nicira.com>


commit 31098e3f6b41ccc7e5f3bec3aab1c7ff2d041365
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=31098e3f6b41ccc7e5f3bec3aab1c7ff2d041365
Author: Ethan Jackson <ethan at nicira.com>
		
tests: Add test-sflow to .gitignore.
		
Signed-off-by: Ethan Jackson <ethan at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/dpif-linux.c |    1 +
 tests/.gitignore |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list