[ovs-dev] [PATCH] vswitchd: Fix typo in the BFD section of vswitch.xml

2013-07-10 Thread Min Chen
Signed-off-by: Min Chen --- vswitchd/vswitch.xml |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 6c08f70..3385912 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1847,7 +1847,7 @@ times the

Re: [ovs-dev] [PATCH] vswitchd: Fix typo in the BFD section of vswitch.xml

2013-07-10 Thread Min Chen
Yes, that's me. I use this email address now. Thanks. --Min On Thu, Jul 11, 2013 at 1:24 PM, Justin Pettit wrote: > Thanks for the patch. I applied it. > > Are you the same Min Chen as "ustcer.tonyc...@gmail.com"? If not, then > I'll update the AUTHORS file

[ovs-dev] [PATCH] vswitchd: Fix typo in comment

2013-07-12 Thread Min Chen
"if_cfg_queue" is not a member of "struct bridge" in bridge.c Signed-off-by: Min Chen --- vswitchd/bridge.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 686eb93..608bc5c 100644 --- a/vswitchd/bri

[ovs-dev] Why updating ports upon ofproto_port_add?

2012-03-31 Thread Min Chen
Hi all, I am reading source code of Open vSwitch 1.4.0. I have a question on updating ports immediately upon ofproto_port_add I searched this mailing list and I found Ben's commenton updating ports after port_add. Ben wrote "I don't see a

[ovs-dev] what functions should be implemented of the netdev-provider interface

2012-04-06 Thread Min Chen
Thanks Ben for your reply. On Tue, Apr 3, 2012 at 12:18 AM, Ben Pfaff wrote: > On Sat, Mar 31, 2012 at 04:37:41PM +0800, Min Chen wrote: > > I am reading source code of Open vSwitch 1.4.0. I have a question on > > updating ports immediately upon ofproto_port_add > > This

[ovs-dev] netdev-based datapath is not enumerable

2012-05-15 Thread Min Chen
Hi, I've been porting OVS 1.4.0 to a Broadcom chip based ServerSwitch, which runs on Windows. To take advantage of the switching chip, I am implementing my own "ofproto provider". Function bridge_del_ofprotos is called when all datapaths and datapath ports are to be deleted. It is done by calling