See bug details is in patch #2. First patch introduces changes to 'flow_compose()' which is used to fix bug in the second patch. To trigger the issue unit test from patch #3 can be used.
Ilya Maximets (3): flow: Add packet_size option to flow_compose. netdev-dummy: Fix setting length in recieve command. dpif-netdev.at: Add netdev-dummy/receive test. lib/flow.c | 65 ++++++++++++++++++++++++++++++-------------- lib/flow.h | 2 +- lib/netdev-dummy.c | 26 +++++++++++------- ofproto/ofproto-dpif-trace.c | 2 +- ofproto/ofproto-dpif.c | 2 +- ovn/controller/ofctrl.c | 2 +- tests/dpif-netdev.at | 21 ++++++++++++++ tests/test-ovn.c | 2 +- 8 files changed, 87 insertions(+), 35 deletions(-) -- 2.7.4 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
