Thanks. I applied this change.
On Mon, Oct 06, 2014 at 04:01:57PM -0700, Jarno Rajahalme wrote:
> Ben,
>
> This is much cleaner, thanks!
>
> Acked-by: Jarno Rajahalme
>
>
> On Oct 6, 2014, at 2:17 PM, Ben Pfaff wrote:
>
> > On Wed, Oct 01, 2014 at 04:02:36PM -0700, Jarno Rajahalme wrote:
>
Ben,
This is much cleaner, thanks!
Acked-by: Jarno Rajahalme
On Oct 6, 2014, at 2:17 PM, Ben Pfaff wrote:
> On Wed, Oct 01, 2014 at 04:02:36PM -0700, Jarno Rajahalme wrote:
>> Depending on the CPU, count_1bits() may be more or less expensive, so
>> it is better to avoid unnecessary calls to
On Wed, Oct 01, 2014 at 04:02:36PM -0700, Jarno Rajahalme wrote:
> Depending on the CPU, count_1bits() may be more or less expensive, so
> it is better to avoid unnecessary calls to it. When the map has
> consecutive 1-bits, those can be cleared without counting.
>
> Signed-off-by: Jarno Rajahalm
Depending on the CPU, count_1bits() may be more or less expensive, so
it is better to avoid unnecessary calls to it. When the map has
consecutive 1-bits, those can be cleared without counting.
Signed-off-by: Jarno Rajahalme
---
lib/flow.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(