From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id ACF5A2A58 for ; Fri, 6 Jan 2017 02:50:37 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 05 Jan 2017 17:50:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,323,1477983600"; d="scan'208";a="46166553" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 05 Jan 2017 17:50:36 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 5 Jan 2017 17:50:36 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Fri, 6 Jan 2017 09:50:33 +0800 From: "Wu, Jingjing" To: Stephen Hemminger , "dev@dpdk.org" CC: Stephen Hemminger Thread-Topic: [dpdk-dev] [PATCH 2/6] i40e: don't refer to eth_dev->pci_dev Thread-Index: AQHSZU1Y/+J5+XMDQ02owtO1EO7GEaEqs8qA Date: Fri, 6 Jan 2017 01:50:33 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810CC3EFE@SHSMSX103.ccr.corp.intel.com> References: <20170102230850.32610-1-sthemmin@microsoft.com> <20170102230850.32610-3-sthemmin@microsoft.com> In-Reply-To: <20170102230850.32610-3-sthemmin@microsoft.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/6] i40e: don't refer to eth_dev->pci_dev X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 01:50:38 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Tuesday, January 3, 2017 7:09 AM > To: dev@dpdk.org > Cc: Stephen Hemminger > Subject: [dpdk-dev] [PATCH 2/6] i40e: don't refer to eth_dev->pci_dev >=20 > Later patches remove pci_dev from the ethernet device structure. > Fix the i40e code to just use it's own name when forming zone name. >=20 > Signed-off-by: Stephen Hemminger Acked-by: Jingjing Wu