[ovs-git] Open vSwitch: datapath: Use ipv4_dst_hoplimit() instead of direct access. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Mar 18 15:10:45 PDT 2011


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  29722bcc53774a763c583dfeec12af492a035008 (commit)
       via  48cad9dc53a7c63eadf1b480a5a9412d76666c21 (commit)
      from  4989c59ff3e09145f63846619c194a5d6a4a1920 (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 29722bcc53774a763c583dfeec12af492a035008
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=29722bcc53774a763c583dfeec12af492a035008
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Use ipv4_dst_hoplimit() instead of direct access.
		
In 2.6.38 dst metrics became shared and use copy-on-write instead
of using private versions.  This means that it is no longer permissible
to directly access the metric and we need to use the helper function
instead.

Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


commit 48cad9dc53a7c63eadf1b480a5a9412d76666c21
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=48cad9dc53a7c63eadf1b480a5a9412d76666c21
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Backport ip4_dst_hoplimit() from 2.6.38.
		
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 datapath/linux-2.6/compat-2.6/include/net/route.h |    7 +++++++
 datapath/tunnel.c                                 |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list