From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 217C9FAD8 for ; Thu, 9 Feb 2017 19:24:04 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 09 Feb 2017 10:24:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,137,1484035200"; d="scan'208";a="63189724" Received: from sdoyle1-mobl1.ger.corp.intel.com (HELO [10.252.0.133]) ([10.252.0.133]) by fmsmga005.fm.intel.com with ESMTP; 09 Feb 2017 10:24:02 -0800 To: Pablo de Lara , declan.doherty@intel.com References: <1486477045-86810-1-git-send-email-pablo.de.lara.guarch@intel.com> Cc: dev@dpdk.org From: "Zhang, Roy Fan" Message-ID: <589CB3C2.4000202@intel.com> Date: Thu, 9 Feb 2017 18:24:02 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1486477045-86810-1-git-send-email-pablo.de.lara.guarch@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix overflow X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 18:24:05 -0000 On 07/02/2017 14:17, Pablo de Lara wrote: > This commit fixes an array overflow when number of crypto devices > is higher than 32. > > Fixes: 387259bd6c67 ("examples/l2fwd-crypto: add sample application") > > Signed-off-by: Pablo de Lara > Acked-by : Fan Zhang