[ovs-git] Open vSwitch: datapath: rhel: Move RHEL OVS hook registration to netdev_rx_handler_register() backport (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 9 19:13:11 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  3e35fe33b6b877cd215c732f379e2f9dc4698de8 (commit)
      from  752378e1cd1f133a8366fbacec3b281a45ff8268 (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 3e35fe33b6b877cd215c732f379e2f9dc4698de8
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3e35fe33b6b877cd215c732f379e2f9dc4698de8
Author: Thomas Graf <tgraf at redhat.com>
		
datapath: rhel: Move RHEL OVS hook registration to netdev_rx_handler_register() backport
		
Moves the registration of the RHEL specific OVS hook to the compat
backport of netdev_rx_handler_register(). This moves the hook
unregistration from the RCU callback to the netdev_destroy()
callback directly.

This is purely cosmetic though, the RHEL hook is only used if the
IFF_OVS_DATAPATH flag is present which was removed under RTNL
protection before the RCU callback.

Signed-off-by: Thomas Graf <tgraf at redhat.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/linux/compat/include/linux/netdevice.h |   21 ++++++++++++++++++++-
 datapath/linux/compat/netdevice.c               |    4 ++++
 datapath/vport-netdev.c                         |   20 --------------------
 3 files changed, 24 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list