From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH 3/8] net/dpaa: fix the array overrun Date: Mon, 9 Apr 2018 10:59:07 +0530 Message-ID: <92d47d43-efc0-7f4f-41e1-9cf477d9c500@nxp.com> References: <1522918464-4586-1-git-send-email-hemant.agrawal@nxp.com> <1522918464-4586-3-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Hemant Agrawal , ferruh.yigit@intel.com Return-path: Received: from EUR01-HE1-obe.outbound.protection.outlook.com (mail-he1eur01on0064.outbound.protection.outlook.com [104.47.0.64]) by dpdk.org (Postfix) with ESMTP id 231E81B70A for ; Mon, 9 Apr 2018 07:13:59 +0200 (CEST) In-Reply-To: <1522918464-4586-3-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thursday 05 April 2018 02:24 PM, Hemant Agrawal wrote: > Fixes: 62f53995caaf ("net/dpaa: add frame count based tail drop with CGR") > Coverity issue: 268342 > Cc: stable@dpdk.org > > Signed-off-by: Hemant Agrawal > --- Acked-By: Shreyansh Jain