[ovs-git] Open vSwitch: datapath: Fix Netlink error message header. (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 9 22:32:09 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, branch-1.11 has been updated
       via  cf012d1b347ec001d294e63d911be43b3f5e9627 (commit)
       via  8bf118c212fed261aeeb33ee8900b423aee31ed8 (commit)
      from  7bebb62c6766bf7d7bb95c2b31d0e528d95ed88c (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 cf012d1b347ec001d294e63d911be43b3f5e9627
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cf012d1b347ec001d294e63d911be43b3f5e9627
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Fix Netlink error message header.
		
CC: Andy Zhou <azhou at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


commit 8bf118c212fed261aeeb33ee8900b423aee31ed8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8bf118c212fed261aeeb33ee8900b423aee31ed8
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Use DP_MAX_PORTS when no IN_PORT attribute is present.
		
To indicate that a flow is not associated with any particular in port,
userspace may omit the IN_PORT attribute, which the kernel translates
internally to the special value DP_MAX_PORTS. After the megaflows
changes, this was no longer being done, resulting in it using port 0
(the internal port).

This also adopts a wildcarding scheme similar to 802.2 packets where
a mask can be specified for this non-existent key attribute but it
must either be completely wildcarded or completely exact match.

CC: Andy Zhou <azhou at nicira.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/datapath.h |    2 +-
 datapath/flow.c     |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list