Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-15 Thread Jarno Rajahalme
On Jul 15, 2015, at 08:53, Traynor, Kevin wrote: >> From: Jarno Rajahalme [mailto:jrajaha...@nicira.com] >> Sent: Friday, July 10, 2015 6:38 PM >> To: Traynor, Kevin >> Cc: dev@openvswitch.org >> Subject: Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capac

Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-15 Thread Traynor, Kevin
> From: Jarno Rajahalme [mailto:jrajaha...@nicira.com] > Sent: Friday, July 10, 2015 6:38 PM > To: Traynor, Kevin > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity. > > > On Jul 10, 2015, at 9:38 AM, Traynor, Kevin

Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-10 Thread Jarno Rajahalme
> On Jul 10, 2015, at 9:38 AM, Traynor, Kevin wrote: > >> >> -Original Message- >> From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jarno Rajahalme >> Sent: Thursday, July 9, 2015 6:16 PM >> To: dev@openvswitch.org >> Subject: [ov

Re: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-10 Thread Traynor, Kevin
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Jarno Rajahalme > Sent: Thursday, July 9, 2015 6:16 PM > To: dev@openvswitch.org > Subject: [ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity. > > Upto now struct miniflow

[ovs-dev] [RFC PATCH 0/6] Increase miniflow's capacity.

2015-07-09 Thread Jarno Rajahalme
Upto now struct miniflow has been limited to 63 64-bit units. This series increases this capacity to 128 64-bit units. For presimed performance reasons the new miniflow uses one 64-bit map for tunnel metadata and another for the rest of the metadata and the fields extracted from packet headers.