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 D4510CFBA; Wed, 29 Mar 2017 13:18:03 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 29 Mar 2017 04:18:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,241,1486454400"; d="scan'208";a="82247106" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 29 Mar 2017 04:18:01 -0700 To: Xiao Wang , jing.d.chen@intel.com References: <1490673467-104121-1-git-send-email-xiao.w.wang@intel.com> Cc: dev@dpdk.org, stable@dpdk.org From: Ferruh Yigit Message-ID: <73b82694-0245-0177-160a-a6717644fa9f@intel.com> Date: Wed, 29 Mar 2017 12:18:00 +0100 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: <1490673467-104121-1-git-send-email-xiao.w.wang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/fm10k: fix pointer cast 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, 29 Mar 2017 11:18:04 -0000 On 3/28/2017 4:57 AM, Xiao Wang wrote: > The device specific data is located at dev->data->dev_private. > > Fixes: 162f32290a99 ("fm10k: move parameters initialization") > Fixes: 039991bc28ff ("fm10k: add vector pre-condition check") > Fixes: 77a8ab47eb38 ("fm10k: select best Rx function") > Cc: stable@dpdk.org > > Signed-off-by: Xiao Wang Acked-by: Ferruh Yigit Thanks Xiao for fixing this, so we were corrupting eth_dev struct before, I wonder how this was working ... Thanks, ferruh