From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id C3699E07 for ; Thu, 24 Mar 2016 13:34:49 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga103.fm.intel.com with ESMTP; 24 Mar 2016 05:34:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,385,1455004800"; d="scan'208";a="944147560" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.85]) by fmsmga002.fm.intel.com with SMTP; 24 Mar 2016 05:34:45 -0700 Received: by (sSMTP sendmail emulation); Thu, 24 Mar 2016 12:34:39 +0025 Date: Thu, 24 Mar 2016 12:34:39 +0000 From: Bruce Richardson To: Wenzhuo Lu Cc: dev@dpdk.org Message-ID: <20160324123439.GE13728@bricha3-MOBL3> References: <1458801431-25886-1-git-send-email-wenzhuo.lu@intel.com> <1458803267-26332-1-git-send-email-wenzhuo.lu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458803267-26332-1-git-send-email-wenzhuo.lu@intel.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 0/2] fix the wrong address of device data pointer X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 12:34:51 -0000 On Thu, Mar 24, 2016 at 03:07:44PM +0800, Wenzhuo Lu wrote: > In the function set_rx_mode, the pointer of device data points > to the wrong address. > > v2: > - Remove the unnecessary cast. > > Wenzhuo Lu (2): > ixgbe: fix the wrong address of device data pointer > igb: fix the wrong address of device data pointer > Applied to dpdk-next-net/rel_16_04 /Bruce