On 15/05/2015 20:51, "Pravin Shelar" wrote:
>On Thu, Apr 23, 2015 at 11:40 AM, Daniele Di Proietto
> wrote:
>> Until now the exact match cache processing was able to handle only four
>> megaflow. The rest of the packets was passed to the megaflow
>> classifier.
>>
>> The limit was arbitraly se
On Thu, Apr 23, 2015 at 11:40 AM, Daniele Di Proietto
wrote:
> Until now the exact match cache processing was able to handle only four
> megaflow. The rest of the packets was passed to the megaflow
> classifier.
>
> The limit was arbitraly set to four also because the algorithm used to
> group pa
> On 12 May 2015, at 18:43, Traynor, Kevin wrote:
>
>>
>> -Original Message-
>> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di
>> Proietto
>> Sent: Thursday, April 23, 2015 7:40 PM
>> To: dev@openvswitch.org
>> S
> -Original Message-
> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Daniele Di
> Proietto
> Sent: Thursday, April 23, 2015 7:40 PM
> To: dev@openvswitch.org
> Subject: [ovs-dev] [PATCH 7/7] dpif-netdev: Share emc and fast path output
> batches.
>
Until now the exact match cache processing was able to handle only four
megaflow. The rest of the packets was passed to the megaflow
classifier.
The limit was arbitraly set to four also because the algorithm used to
group packets in output batches didn't perform well with a lot of
megaflows.
Aft