From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 52EE56932 for ; Fri, 10 Feb 2017 01:37:41 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 09 Feb 2017 16:37:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,138,1484035200"; d="scan'208";a="63311134" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga005.fm.intel.com with ESMTP; 09 Feb 2017 16:37:39 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.248.2; Fri, 10 Feb 2017 00:37:38 +0000 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.173]) by irsmsx155.ger.corp.intel.com ([169.254.14.204]) with mapi id 14.03.0248.002; Fri, 10 Feb 2017 00:37:38 +0000 From: "De Lara Guarch, Pablo" To: "Zhang, Roy Fan" , "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix overflow Thread-Index: AQHSgUyxBF0KmTkfsUWfLr6q5+qm3qFhAMYAgABmKNA= Date: Fri, 10 Feb 2017 00:37:37 +0000 Message-ID: References: <1486477045-86810-1-git-send-email-pablo.de.lara.guarch@intel.com> <589CB3C2.4000202@intel.com> In-Reply-To: <589CB3C2.4000202@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGEwY2Q0MzUtMjIyNC00M2NhLWExMTktODhmNmNlNTI4NDVkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im1jREFRU1hIUEs3aFl3UnNvMVlqUVAxczlQWTczcU5MZlNkUUdNZk9MZXc9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Fri, 10 Feb 2017 00:37:41 -0000 > -----Original Message----- > From: Zhang, Roy Fan > Sent: Thursday, February 09, 2017 6:24 PM > To: De Lara Guarch, Pablo; Doherty, Declan > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix overflow >=20 >=20 >=20 > 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 Applied to dpdk-next-crypto. Pablo