On Mon, Dec 23, 2013 at 10:58 AM, Ben Pfaff <b...@nicira.com> wrote:
> On Thu, Dec 19, 2013 at 03:22:21PM -0800, Andy Zhou wrote:
>> The netdev-dummy thus far only support passive connection. It will
>> listen for incoming connections requests. This patch allows
>> active stream to be configured as well.
>>
>> This patch effectively allows a netdev-dummy port make point-to-point
>> connection to another, without being a patch port. This feature will
>> be useful in test cases for future commits.
>>
>> Signed-off-by: Andy Zhou <az...@nicira.com>
>
> I have one preliminary question before I get into detailed review.  I
> see that you implemented connection and reconnection by hand.  Is
> there a reason not to use an rconn?

Well, *that* was a dumb question.  A rconn is just for OpenFlow, but
this isn't about OpenFlow.  A "reconnect" object could do the trick, if
it isn't overkill here.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to