I think there's some misunderstanding here. As I've said, "the 1.0 version
of simple_switch" ONLY replies and works with the *original version of
cbench *(not my modified version). The original cbench version uses fake
1.0 switches.

We are talking about different scenarios:

1 - original cbench sending packets to simple_switch.py (works, better
performance)
2 - modified cbench sending packets to simple_switch_14.py (works, worst
performance)

The error ONLY occurs when:

3 - modified cbench sending packets to cbench.py (doesn't work)

Victor Orlikowski <v...@duke.edu> escreveu no dia quinta, 19/05/2016 às
22:23:

> On May 19, 2016, at 5:14 PM, André Mantas <andremant...@gmail.com> wrote:
> >
> > Regarding the performance discrepancy, could it be that simple_switch.py
> is sending more replies per packet_in (packet-out, flow-mod) that
> simple_switch_14.py ?
>
> So - given the exception you're getting w.r.t. SwitchFeatures, the virtual
> Datapaths that cbench implements should never be recognized by Ryu at all;
> your exception occurs before the Datapath could even make it into
> MAIN_DISPATCHER state.
>
> In this case, your packet_in events from cbench should never receive a
> reply.
>
> Which is why I'm *really* confused why you were able to post performance
> numbers *at all* for the 1.0 version of simple_switch.
> I suspect that those performance numbers are wholly invalid - but I have
> not examined your packet capture.
>
> Best,
> Victor
> --
> Victor J. Orlikowski <> vjo@[cs.]duke.edu
>
>
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to