From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id EB7361D631 for ; Fri, 15 Jun 2018 16:05:34 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jun 2018 07:05:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,227,1526367600"; d="scan'208";a="50172422" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga006.jf.intel.com with ESMTP; 15 Jun 2018 07:05:29 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 07:05:29 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 15 Jun 2018 07:05:29 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.51]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.116]) with mapi id 14.03.0319.002; Fri, 15 Jun 2018 22:05:27 +0800 From: "Zhang, Qi Z" To: Damjan Marion , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] i40evf: don't reset device_info data Thread-Index: AQHT/dVsL29OSMywTUW5XFOxtIQBVaRhZ8lw Date: Fri, 15 Jun 2018 14:05:26 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153238A59@SHSMSX103.ccr.corp.intel.com> References: <20180606203125.90711-1-damarion@cisco.com> In-Reply-To: <20180606203125.90711-1-damarion@cisco.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDcyOWY3NTQtOWE3Yi00MDJhLTllZjktOTM3OWE1YTIwNWNkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWlppc01nNUlGb2hONytId1RMeGRkTEh6T3RMSDk1TlErXC9Xb0lpMWpDQXFGWGs0d2psM1JlTUhGblU5ZVwvNDRZIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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] i40evf: don't reset device_info data 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, 15 Jun 2018 14:05:35 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Damjan Marion > Sent: Thursday, June 7, 2018 4:31 AM > To: dev@dpdk.org > Cc: Damjan Marion > Subject: [dpdk-dev] [PATCH] i40evf: don't reset device_info data >=20 > At this point valid data is already set by rte_eth_get_device_info. > device field becomes zero and consumer is not able to retrieve pci data. >=20 > Signed-off-by: Damjan Marion Acked-by: Qi Zhang Will add below fix line when apply Fixes: 4861cde46116 ("i40e: new poll mode driver")