[ovs-git] Open vSwitch: datapath: remove actions.h (master)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 11 03:44:38 UTC 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  eba9291a25a9d38f3382510de52e619a65b2f711 (commit)
       via  ae05bcfd103fcd67953ad86cbd541288014c3443 (commit)
       via  9599191347821c68a35c8e4b3d137103c61e02f7 (commit)
       via  bed53bd12b41d0c3684d05da8fe584053bc58724 (commit)
      from  cb9457e201a0304ba23df574a1a9aea6d26b2753 (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 eba9291a25a9d38f3382510de52e619a65b2f711
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eba9291a25a9d38f3382510de52e619a65b2f711
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: remove actions.h
		
There are only two symbols in actions.h. Compatibility function
is moved to compat.h and execute_actions() declaration is moved
to datapath.h

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


commit ae05bcfd103fcd67953ad86cbd541288014c3443
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ae05bcfd103fcd67953ad86cbd541288014c3443
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Don't use Nicira's OUI for generating mac-address.
		
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


commit 9599191347821c68a35c8e4b3d137103c61e02f7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=9599191347821c68a35c8e4b3d137103c61e02f7
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Remove unnecessary definition of is_internal_vport()
		
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


commit bed53bd12b41d0c3684d05da8fe584053bc58724
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bed53bd12b41d0c3684d05da8fe584053bc58724
Author: Pravin B Shelar <pshelar at nicira.com>
		
datapath: Use skb_copy_and_csum_dev() to csum upcall packet.
		
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/Modules.mk           |    1 -
 datapath/actions.c            |    1 -
 datapath/actions.h            |   28 ----------------------------
 datapath/compat.h             |    7 +++++++
 datapath/datapath.c           |   22 ++--------------------
 datapath/datapath.h           |    1 +
 datapath/tunnel.c             |    3 +--
 datapath/vport-generic.c      |   13 -------------
 datapath/vport-generic.h      |    1 -
 datapath/vport-internal_dev.c |    7 +------
 datapath/vport-internal_dev.h |    2 --
 datapath/vport-patch.c        |    2 +-
 12 files changed, 13 insertions(+), 75 deletions(-)
 delete mode 100644 datapath/actions.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list