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

2013-05-30 Thread Ben Pfaff
Searching the commit logs might be worthwhile to find out where the bug was introduced. If that is what you mean, then that would be valuable information to add to the commit log, so if it only takes a few minutes then it is worthwhile. But I actually meant that the commit message should make it

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

2013-05-30 Thread Alex Wang
Thanks Ben, I'll search the commit logs. On Thu, May 30, 2013 at 2:26 PM, Ben Pfaff wrote: > On Wed, May 29, 2013 at 06:24:04PM -0700, Alex Wang wrote: > > This patch modifies the vsp_realdev_to_vlandev() function. Instead of > taking > > and returning datapath port number, the new implementat

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

2013-05-30 Thread Ben Pfaff
On Wed, May 29, 2013 at 06:24:04PM -0700, Alex Wang wrote: > This patch modifies the vsp_realdev_to_vlandev() function. Instead of taking > and returning datapath port number, the new implementation takes and returns > OpenFlow port number. > > Signed-off-by: Alex Wang This looks good. I think

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

2013-05-29 Thread Alex Wang
This patch modifies the vsp_realdev_to_vlandev() function. Instead of taking and returning datapath port number, the new implementation takes and returns OpenFlow port number. Signed-off-by: Alex Wang --- ofproto/ofproto-dpif.c | 38 +- 1 file changed, 21 in