From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 80781CF9 for ; Thu, 16 Jul 2015 16:56:55 +0200 (CEST) Received: by wibud3 with SMTP id ud3so17534218wib.1 for ; Thu, 16 Jul 2015 07:56:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Jdzv931nF1FClkWfKa/NsBk0BCtwcoLbVhpwkU4aI0U=; b=bw16iBZzOgWcgSm2vEcYb8ImKLonprtcBBEGG0dSGMD5Ty/0pOWi2JCZ/CjASBd74P gufY2sLhcHf0t+pnWVLQIsZGRfRxScYQmFpfi7GEm73avGyM1mcUOXn+wYlaPEU5izhT aBMqfyUvm7YOSM5QPZNSMQns4Mq9iPKMQjRUQjzqS+71Nw8HGA3ovg3cLAZ2+kbv3nte +dwcRz8qfQ3GxnDG5DqjV0LqgM+XMMiUHeOB6rFgUyoN1p854JavjIuEUMX9ELLVOlEz 6nAGdMslLSK7WZAvF4egeRplNkjH8oBeBCPmB5A7BS2rjL/ElZnQnmw9I5gqC1HnOTWI oDPQ== X-Gm-Message-State: ALoCoQmxMTHvv+FtY4pqkvCv+McPsRvlLMkSncLMLrSQUY8BVnS8Z8VjpaPRJ4BbACN9k9OU1oJA X-Received: by 10.180.99.132 with SMTP id eq4mr6059358wib.88.1437058615322; Thu, 16 Jul 2015 07:56:55 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by smtp.gmail.com with ESMTPSA id pf4sm13509985wjb.23.2015.07.16.07.56.54 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 07:56:54 -0700 (PDT) From: Thomas Monjalon To: Pablo de Lara Date: Thu, 16 Jul 2015 16:55:43 +0200 Message-ID: <10805890.JHhNuWyaMp@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436964043-5729-1-git-send-email-pablo.de.lara.guarch@intel.com> References: <1436964043-5729-1-git-send-email-pablo.de.lara.guarch@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] hash: fix array out of bounds in hash library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2015 14:56:55 -0000 2015-07-15 13:40, Pablo de Lara: > When encountering a loop while adding a new entry, > element out of bounds of array was being unnecessarily resetted. > > Fixes: 48a399119619 ("hash: replace with cuckoo hash implementation") > > Signed-off-by: Pablo de Lara Applied, thanks