[ovs-git] Open vSwitch: xenserver: Configure MTU, Ethtool on PIFs in interface-reconfigure. (citrix)

nicira-dev at nicira.com nicira-dev at nicira.com
Fri Aug 7 21:47:50 UTC 2009


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, citrix has been updated
       via  a23dc4b41207a1c362deae1076d92211fbac6492 (commit)
       via  e7610dc8917eb1a704fccbe12f8481ed1fc7834c (commit)
       via  044e747cc0ee00953a558661469ef29432f8f75d (commit)
       via  3df4ea4b32476fe1ea719a84f2d0c3bca8a709f3 (commit)
       via  0ceda58c0697cb3c1ad8b85dc21d105049f92129 (commit)
      from  16cd277e74b37072301c395c0067d1a17184e533 (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 a23dc4b41207a1c362deae1076d92211fbac6492
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a23dc4b41207a1c362deae1076d92211fbac6492
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Configure MTU, Ethtool on PIFs in interface-reconfigure.
		
MTU and Ethtool settings on physical devices are supposed to come from
the PIF records, but we weren't configuring them at all.


commit e7610dc8917eb1a704fccbe12f8481ed1fc7834c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e7610dc8917eb1a704fccbe12f8481ed1fc7834c
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Obtain Ethtool, MTU, static routes from network instead of PIF.
		
Our version of interface-reconfigure was pulling the Ethtool, MTU,
and static route configuration for the local port from the PIF for the
local port, but these settings need to come from the network record
instead.

Bug #1798.


commit 044e747cc0ee00953a558661469ef29432f8f75d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=044e747cc0ee00953a558661469ef29432f8f75d
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Factor MTU, Ethtool into functions in interface-reconfigure.
		
interface-reconfigure needs to configure MTU and Ethtool settings not just
on the local port, as it currently does, but on the physical devices as
well.  This commit factors out the code for this so that it can be called
from multiple places.


commit 3df4ea4b32476fe1ea719a84f2d0c3bca8a709f3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3df4ea4b32476fe1ea719a84f2d0c3bca8a709f3
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Rename functions, variables in interface-reconfigure.
		
This commit adds "get_" prefixes to the physdev_names and physdev_pifs
functions' names, because I want to use those names as variable names,
and then renames variables appropriately.


commit 0ceda58c0697cb3c1ad8b85dc21d105049f92129
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0ceda58c0697cb3c1ad8b85dc21d105049f92129
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Fix infinite recursion in get_netdev_by_mac.
		
Oops.


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

Summary of changes:
 .../opt_xensource_libexec_interface-reconfigure    |  103 +++++++++++---------
 1 files changed, 59 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list