[ovs-discuss] [nic19-2 0/5] Second round of fixes for NIC-19

Ben Pfaff blp at nicira.com
Tue Aug 18 23:08:26 UTC 2009


This series takes another stab at fixing NIC-19.  In the first round,
it fixed the problem in my little KVM-based test VM setup, but had no
effect on the (different) version of brctl installed on the XenServer.

In my testing on a XenServer, this really fixes the problem.  This
series also fixes a few minor bugs that I noticed along the way.

I could use some thorough review of the Python added in the final
commit, since I am far from a Python expert.

Ben Pfaff (5):
  datapath: Improve comments.
  ovs-brcompatd: Fix use of uninitialized svec.
  ovs-brcompatd: Fix memory leak.
  ovs-brcompatd: Don't include the local port in BRCTL_GET_PORT_LIST
    output.
  xenserver: Fix "brctl show" compatibility by introducing "brctl"
    wrapper.

 datapath/datapath.c        |    4 +-
 datapath/dp_sysfs_dp.c     |    5 +-
 vswitchd/ovs-brcompatd.c   |    8 ++-
 xenserver/README           |    5 +
 xenserver/automake.mk      |    1 +
 xenserver/usr_sbin_brctl   |  179 ++++++++++++++++++++++++++++++++++++++++++++
 xenserver/vswitch-xen.spec |   30 +++++++-
 7 files changed, 223 insertions(+), 9 deletions(-)
 create mode 100755 xenserver/usr_sbin_brctl





More information about the discuss mailing list