From: Dmitry Fleytman <[email protected]>

Hello [email protected]!

We've sent this patch a few days ago but it looks like it was missed
due to incorrect subject line. Resending it with fixed subject and a few
more CC's.

We are working on Windows virtio network driver certification
for virtual machines running "on top" of OpenVSwitch.

The test suite used for Microsoft certification (HCK) contains tests
that verify correct packet ordering for data flows between systems
(virtual machines) under test.

In some cases there are packet reordering issues that make tests fail.
Part of problems we observe related to user mode services behavior.

Namely, user mode logic groups incoming packets by flows and then
process flows in arbitrary order based on flow hash keys values.
This behavior may lead to unexpected packets reordering. For example
two packets that belong to the same "logical stream" and differ
by ECN bit only placed to different flows and may be transmitted
in reverse order.

We've prepared a patch that fixes the issue in a natural manner -
preserves order of packets being routed via user mode services.

It's our first patch for OpenVSwitch so if we miss something please let us know.

Dmitry Fleytman (1):
  ofproto-dpif: Fix for out-of-order packets in upcalls processing

 ofproto/ofproto-dpif.c |   65 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 48 insertions(+), 17 deletions(-)

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to