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

nicira-dev at nicira.com nicira-dev at nicira.com
Mon Aug 10 21:13:57 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  88acec3bb517fda9c1f5f32d6eec92a153e12b1c (commit)
       via  c87d1024dd662d17c69828b4ad035b3ad93b3ea7 (commit)
       via  05e2ad788d25615602a5fe01acaa6d5617280945 (commit)
       via  bc952bb371d72971ddfdfafc36aff35dcd9f9548 (commit)
       via  8f749dac31670788f00beaf50baafd0881213e60 (commit)
      from  0d7e8aac8dbecf1481afcf909b5f156286f52944 (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 88acec3bb517fda9c1f5f32d6eec92a153e12b1c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=88acec3bb517fda9c1f5f32d6eec92a153e12b1c
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 c87d1024dd662d17c69828b4ad035b3ad93b3ea7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c87d1024dd662d17c69828b4ad035b3ad93b3ea7
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 05e2ad788d25615602a5fe01acaa6d5617280945
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=05e2ad788d25615602a5fe01acaa6d5617280945
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 bc952bb371d72971ddfdfafc36aff35dcd9f9548
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bc952bb371d72971ddfdfafc36aff35dcd9f9548
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 8f749dac31670788f00beaf50baafd0881213e60
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8f749dac31670788f00beaf50baafd0881213e60
Author: Ben Pfaff <blp at nicira.com>
		
xenserver: Fix typo in adding static routes in interface-reconfigure.
		


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

Summary of changes:
 .../opt_xensource_libexec_interface-reconfigure    |  105 +++++++++++---------
 1 files changed, 60 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list