[ovs-git] Open vSwitch: dpif: Use explicit packet metadata. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Dec 31 00:53:53 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  758c456df570a1af1d9e913d50a3478785663e66 (commit)
       via  09f9da0bcaf0f6fd4221b28ecedc3d4db6235fe5 (commit)
      from  125bf01da3c0fba506c606ba87a2e8a8fb12d9eb (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 758c456df570a1af1d9e913d50a3478785663e66
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=758c456df570a1af1d9e913d50a3478785663e66
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
dpif: Use explicit packet metadata.
		
This helps reduce confusion about when a flow is a flow and when it is
just metadata.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>

commit 09f9da0bcaf0f6fd4221b28ecedc3d4db6235fe5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=09f9da0bcaf0f6fd4221b28ecedc3d4db6235fe5
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
odp-execute: Consolidate callbacks.
		
Use one callback instead of many, helps in adding new functionality
later on.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>

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

Summary of changes:
 lib/dpif-linux.c              |   11 ++-
 lib/dpif-netdev.c             |  119 +++++++++++++++++---------------
 lib/dpif-provider.h           |   10 ++-
 lib/dpif.c                    |  149 ++++++++++++++---------------------------
 lib/dpif.h                    |   15 ++---
 lib/odp-execute.c             |   61 ++++++++---------
 lib/odp-execute.h             |   18 ++---
 lib/odp-util.c                |   71 +++++++++++++++++++-
 lib/odp-util.h                |    7 ++
 lib/packets.h                 |   11 +++
 ofproto/ofproto-dpif-upcall.c |    4 +-
 ofproto/ofproto-dpif-xlate.c  |   10 +--
 ofproto/ofproto-dpif.c        |   42 ++++++------
 13 files changed, 285 insertions(+), 243 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list