Re: [ovs-dev] [dummy v2] netdev-dummy: Add support for active stream

2014-01-23 Thread Andy Zhou
Thanks for the review. The example given in coding style have switch and case aligned. But it is not my editors' default C format style. It is fixed now. Pushed to the master after adjusting the indentation. On Thu, Jan 23, 2014 at 2:45 PM, Ben Pfaff wrote: > On Thu, Jan 02, 2014 at 02:09:11P

Re: [ovs-dev] [dummy v2] netdev-dummy: Add support for active stream

2014-01-23 Thread Ben Pfaff
On Thu, Jan 02, 2014 at 02:09:11PM -0800, Andy Zhou wrote: > The dummy ports thus far only support passive connections. It can > listen for multiple incoming connection requests but not make active > connections. This patch adds support of active stream, so that a > dummy port can be configured wit