[ovs-git] Open vSwitch: datapath: Fix build with backported skb_dst(). (master)

dev at openvswitch.org dev at openvswitch.org
Mon May 17 16:35:41 UTC 2010


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  85444c3f79f594c838d4b3e72ff27e263514f194 (commit)
       via  4aa13c0c348cf78d28095196139489392eae1c67 (commit)
      from  7c284ac400d8e6aefb96c00992114eae6aeba557 (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 85444c3f79f594c838d4b3e72ff27e263514f194
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=85444c3f79f594c838d4b3e72ff27e263514f194
Author: Ben Pfaff <blp at nicira.com>
		
datapath: Fix build with backported skb_dst().
		
An upcoming backport adds skb_dst() to a pre-2.6.31 Linux kernel, so we
have to check for the presence of an skb_dst() definition instead of for
the particular kernel version.


commit 4aa13c0c348cf78d28095196139489392eae1c67
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4aa13c0c348cf78d28095196139489392eae1c67
Author: Ben Pfaff <blp at nicira.com>
		
acinclude.m4: Reorganize checks for kernel identifiers.
		
These were getting to be hard to read, so I put them into alphabetical
groups by file and then sorted by identifier within a file.


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

Summary of changes:
 acinclude.m4                                       |   54 ++++++++++++--------
 .../linux-2.6/compat-2.6/include/linux/skbuff.h    |    2 +-
 2 files changed, 34 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list