Re: [ovs-dev] [PATCH v5] dpif-netdev: Avoid reordering of packets in a batch with same megaflow

2018-07-13 Thread Ian Stokes
On 7/13/2018 2:54 PM, Vishal Deep Ajmera wrote: Hi Ian, Ilya, If there are no more comments, can I request to please include the fix in this week's pull request? Hi Vishal, I'll leave Ilya to respond to the changes he requested. This weeks pull request includes the new feature 'SMC cache

Re: [ovs-dev] [PATCH v5] dpif-netdev: Avoid reordering of packets in a batch with same megaflow

2018-07-13 Thread Vishal Deep Ajmera
Hi Ian, Ilya, If there are no more comments, can I request to please include the fix in this week's pull request? Warm Regards, Vishal Ajmera ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v5] dpif-netdev: Avoid reordering of packets in a batch with same megaflow

2018-07-10 Thread Vishal Deep Ajmera
OVS reads packets in batches from a given port and packets in the batch are subjected to potentially 3 levels of lookups to identify the datapath megaflow entry (or flow) associated with the packet. Each megaflow entry has a dedicated buffer in which packets that match the flow classification