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

2018-08-28 Thread Wang, Yipeng1
6] dpif-netdev: Avoid reordering of packets in >a batch with same megaflow > >master. > >Hi, Ian, everyone. >It's ok to merge. I still don't like the change, but I'll get along with it. >P.S. Current version can not be applied cleanly, minor rebase requ

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

2018-08-22 Thread Ilya Maximets
On 22.08.2018 15:30, Stokes, Ian wrote: >> On 7/27/2018 7:26 PM, Vishal Deep Ajmera wrote: >>> 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 packe

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

2018-08-22 Thread Stokes, Ian
> On 7/27/2018 7:26 PM, Vishal Deep Ajmera wrote: > > 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 dedicate

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

2018-08-08 Thread Ilya Maximets
On 08.08.2018 12:06, Ian Stokes wrote: > On 7/27/2018 7:26 PM, Vishal Deep Ajmera wrote: >> 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. >>

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

2018-08-08 Thread Ian Stokes
On 7/27/2018 7:26 PM, Vishal Deep Ajmera wrote: 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 whic

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

2018-07-27 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 crite