[ovs-git] Open vSwitch: dpif-netdev: enumerate dpif belonging to the right class (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jun 13 00:04:27 UTC 2014


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  2240af2576fc34d8de24ca6bd070b14023692597 (commit)
       via  277876e9c162124feccf543ff4a0dc621c2ff345 (commit)
      from  35f48b8bd9b3b3491d79418878ef70dc54b0a8f0 (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 2240af2576fc34d8de24ca6bd070b14023692597
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=2240af2576fc34d8de24ca6bd070b14023692597
Author: Daniele Di Proietto <ddiproietto at vmware.com>
		
dpif-netdev: enumerate dpif belonging to the right class
		
Since dpif_netdev_enumerate() is used for "netdev" and "dummy" class, it
incorrectly lists dpif-netdevs as "dummy" and vice versa.
This patches address the issue by changing the dpif-provider interface: a
dpif_class parameter is passed to the 'enumerate' call to match the right class.

Signed-off-by: Daniele Di Proietto <ddiproietto at vmware.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


commit 277876e9c162124feccf543ff4a0dc621c2ff345
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=277876e9c162124feccf543ff4a0dc621c2ff345
Author: Jean Tourrilhes <jt at hpl.hp.com>
		
tests: Use set_field instead of load_reg in OF1.2 test for metadata.
		
ONF-JIRA: EXT-46
Signed-off-by: Jean Tourrilhes <jt at hpl.hp.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/dpif-linux.c    |    3 ++-
 lib/dpif-netdev.c   |    9 ++++++++-
 lib/dpif-provider.h |    9 +++++----
 lib/dpif.c          |    4 +++-
 tests/ofproto.at    |    4 ++--
 5 files changed, 20 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list