[ovs-git] Open vSwitch: datapath: Fix undefined symbol "set_normalized_timespec" (master)

dev at openvswitch.org dev at openvswitch.org
Sat Jul 31 23:34:25 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  3aa77165af7d5acb18e79016ad8d741e35e1d45f (commit)
      from  abdfe47476cc1a192e329f428b3740a3fae8390d (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 3aa77165af7d5acb18e79016ad8d741e35e1d45f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3aa77165af7d5acb18e79016ad8d741e35e1d45f
Author: Justin Pettit <jpettit at nicira.com>
		
datapath: Fix undefined symbol "set_normalized_timespec"
		
The commit "datapath: Don't query time for every packet." (6bfafa55)
introduced the use of "set_normalized_timespec".  Unfortunately, older
kernels don't export the symbol.  This implements the function on those
older kernels.


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

Summary of changes:
 datapath/linux-2.6/Modules.mk                      |    1 +
 datapath/linux-2.6/compat-2.6/include/linux/time.h |   46 ++++++++++++++++++++
 2 files changed, 47 insertions(+), 0 deletions(-)
 create mode 100644 datapath/linux-2.6/compat-2.6/include/linux/time.h


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list