From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH v2 0/2] fix the wrong address of device data pointer Date: Thu, 24 Mar 2016 15:07:44 +0800 Message-ID: <1458803267-26332-1-git-send-email-wenzhuo.lu@intel.com> References: <1458801431-25886-1-git-send-email-wenzhuo.lu@intel.com> To: dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id AD25C2BD7 for ; Thu, 24 Mar 2016 08:07:52 +0100 (CET) Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u2O77oth021577 for ; Thu, 24 Mar 2016 15:07:50 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u2O77lmv026367 for ; Thu, 24 Mar 2016 15:07:49 +0800 Received: (from wenzhuol@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u2O77lK1026363 for dev@dpdk.org; Thu, 24 Mar 2016 15:07:47 +0800 In-Reply-To: <1458801431-25886-1-git-send-email-wenzhuo.lu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 drivers/net/e1000/igb_pf.c | 3 +-- drivers/net/ixgbe/ixgbe_pf.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) -- 1.9.3