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

dev at openvswitch.org dev at openvswitch.org
Mon May 17 22:12:14 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  488a9d1703a182529d53d80c7ab5a1b608a3600a (commit)
       via  9cbd4a4ee098426aef07fb20cc322416e293884f (commit)
       via  3b2dd1619cec9128e863cce03435cec13f513240 (commit)
      from  ca247927bd5445e77391ffb98f713b2cd258c017 (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 488a9d1703a182529d53d80c7ab5a1b608a3600a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=488a9d1703a182529d53d80c7ab5a1b608a3600a
Author: Justin Pettit <jpettit at nicira.com>
		
datapath: Fix build with backported dev_get_stats().
		
An upcoming backport adds dev_get_stats() to a pre-2.6.29 Linux kernel, so we
have to check for the presence of an dev_get_stats() definition instead of for
the particular kernel version.


commit 9cbd4a4ee098426aef07fb20cc322416e293884f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9cbd4a4ee098426aef07fb20cc322416e293884f
Author: Justin Pettit <jpettit at nicira.com>
		
Don't define "skb_dst_drop" if other skb_dst accessor funcs are defined
		
When "skb_dst" is included in the kernel sources, don't redefine
"skb_dst_drop", which is defined in dst.h.


commit 3b2dd1619cec9128e863cce03435cec13f513240
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3b2dd1619cec9128e863cce03435cec13f513240
Author: Justin Pettit <jpettit at nicira.com>
		
datapath: Add stddef.h compat header to list of files in distributions
		
Older kernels won't compile without a definition of the bool values.


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

Summary of changes:
 acinclude.m4                                       |    2 ++
 datapath/linux-2.6/Modules.mk                      |    1 +
 .../linux-2.6/compat-2.6/include/linux/netdevice.h |    2 +-
 datapath/linux-2.6/compat-2.6/include/net/dst.h    |    5 ++---
 4 files changed, 6 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list