Re: [ovs-dev] [PATCH V3] ofproto-dpif.c: Modify vsp_realdev_to_vlandev() function

2013-05-30 Thread Alex Wang
Sure, On Thu, May 30, 2013 at 4:26 PM, Ben Pfaff wrote: > On Thu, May 30, 2013 at 03:50:46PM -0700, Alex Wang wrote: > > Commit 52a90c29 (Implement new "VLAN splinters" feature) passed in > OpenFlow > > port number to vsp_realdev_to_vlandev() function which asks for datapath > port > > number.

Re: [ovs-dev] [PATCH V3] ofproto-dpif.c: Modify vsp_realdev_to_vlandev() function

2013-05-30 Thread Ben Pfaff
On Thu, May 30, 2013 at 03:50:46PM -0700, Alex Wang wrote: > Commit 52a90c29 (Implement new "VLAN splinters" feature) passed in OpenFlow > port number to vsp_realdev_to_vlandev() function which asks for datapath port > number. > > This patch fixes this bug by making the vsp_realdev_to_vlandev() fu

[ovs-dev] [PATCH V3] ofproto-dpif.c: Modify vsp_realdev_to_vlandev() function

2013-05-30 Thread Alex Wang
Commit 52a90c29 (Implement new "VLAN splinters" feature) passed in OpenFlow port number to vsp_realdev_to_vlandev() function which asks for datapath port number. This patch fixes this bug by making the vsp_realdev_to_vlandev() function take in and return OpenFlow port number. Signed-off-by: Alex