On Thu, Sep 03, 2015 at 05:40:17PM +1000, Dario Banfi wrote:
> I have been trying to to create a “reordering” group that buffers TCP packets 
> and send them out in order, but without success.
> I use the slow path for all the packets and I can get the sequence either 
> from ctx->xin->packet or in handle_upcall() .
> 
> But how can I buffer the packets, reorder them and send them all out? Any 
> hint on the file / function where this could implemented would be really 
> appreciated.
> Isn’t there anywhere in the code where I can send out all the reordered 
> packets with a loop?

The existing code doesn't ever buffer packets, so this would require
adding new concepts.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to