Re: [ovs-dev] [PATCH] Strip down vport interface : OVS_VPORT_ATTR_MTU

2011-09-12 Thread Pravin Shelar
On Mon, Sep 12, 2011 at 4:53 PM, Jesse Gross wrote: > On Mon, Sep 12, 2011 at 2:11 PM, Pravin Shelar wrote: >> diff --git a/include/openvswitch/datapath-protocol.h >> b/include/openvswitch/datapath-protocol.h >> index c1c9ef0..49a122c 100644 >> --- a/include/openvswitch/datapath-protocol.h >> ++

Re: [ovs-dev] [PATCH] Strip down vport interface : OVS_VPORT_ATTR_MTU

2011-09-12 Thread Jesse Gross
On Mon, Sep 12, 2011 at 2:11 PM, Pravin Shelar wrote: > diff --git a/include/openvswitch/datapath-protocol.h > b/include/openvswitch/datapath-protocol.h > index c1c9ef0..49a122c 100644 > --- a/include/openvswitch/datapath-protocol.h > +++ b/include/openvswitch/datapath-protocol.h > @@ -237,8 +235

[ovs-dev] [PATCH] Strip down vport interface : OVS_VPORT_ATTR_MTU

2011-09-12 Thread Pravin Shelar
There is no need to have vport attribute MTU (OVS_VPORT_ATTR_MTU) as linux net-dev-ioctl can be used to get/set MTU for linux device. Following patch removes OVS_VPORT_ATTR_MTU from datapath protocol. This patch also adds netdev_set_mtu interface. So that MTU adjustments can be done from OVS us