>-Original Message-
>From: Jarno Rajahalme [mailto:ja...@ovn.org]
>Sent: Friday, October 7, 2016 10:09 PM
>To: Bodireddy, Bhanuprakash
>Cc: dev@openvswitch.org
>Subject: Re: [ovs-dev] [PATCH 04/12] hash: Skip invoking mhash_add__() with
>zero input.
>
>
&g
> On Oct 7, 2016, at 9:17 AM, Bhanuprakash Bodireddy
> wrote:
>
> mhash_add__() is expensive and should be only called with valid input.
> This patch will validate the input before invoking the mhash_add__ and
> there by saving some cpu cycles.
>
> Signed-off-by: Bhanuprakash Bodireddy
> Sign
mhash_add__() is expensive and should be only called with valid input.
This patch will validate the input before invoking the mhash_add__ and
there by saving some cpu cycles.
Signed-off-by: Bhanuprakash Bodireddy
Signed-off-by: Antonio Fischetti
---
lib/hash.h | 2 +-
1 file changed, 1 insertio