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 5A4613DC; Wed, 8 Mar 2017 17:28:13 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 08 Mar 2017 08:28:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,264,1486454400"; d="scan'208";a="74295973" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.185.68]) ([10.254.185.68]) by fmsmga006.fm.intel.com with ESMTP; 08 Mar 2017 08:28:10 -0800 To: Jianbo Liu , Jerin Jacob References: <1488628832-675-1-git-send-email-jerin.jacob@caviumnetworks.com> Cc: dev@dpdk.org, "Zhang, Helin" , Bruce Richardson , stable@dpdk.org, Sunil Kulkarni From: Ferruh Yigit Message-ID: <06627e4f-1136-3e70-1911-0ca6ff99b92c@intel.com> Date: Wed, 8 Mar 2017 16:28:09 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/i40e: fix incorrect packet index reference X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Mar 2017 16:28:15 -0000 On 3/5/2017 5:17 PM, Jianbo Liu wrote: > On 4 March 2017 at 13:00, Jerin Jacob wrote: >> Fixes: ae0eb310f253 ("net/i40e: implement vector PMD for ARM") >> >> CC: stable@dpdk.org >> Signed-off-by: Jerin Jacob >> Signed-off-by: Sunil Kulkarni > Acked-by: Jianbo Liu Applied to dpdk-next-net/master, thanks.