[ovs-git] Open vSwitch: datapath: Use generic struct pcpu_tstats. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Apr 29 21:52:33 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, master has been updated
       via  a0049ffcdb2b42e5687fa9db0fd5029551214eab (commit)
      from  086041cc8fbbb6e3eb7416fbed78006dd35e75a4 (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 a0049ffcdb2b42e5687fa9db0fd5029551214eab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a0049ffcdb2b42e5687fa9db0fd5029551214eab
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Use generic struct pcpu_tstats.
		
Rather than defining ovs specific stats struct (vport_percpu_stats),
we can use existing pcpu_tstats to achieve exactly same functionality.

Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/linux/Modules.mk                       |    1 +
 datapath/linux/compat/include/linux/if_tunnel.h |   20 ++++++++++++++++++++
 datapath/vport.c                                |   22 +++++++++++-----------
 datapath/vport.h                                |   11 ++---------
 4 files changed, 34 insertions(+), 20 deletions(-)
 create mode 100644 datapath/linux/compat/include/linux/if_tunnel.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list