From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1432D1B5D7 for ; Fri, 14 Dec 2018 02:11:06 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 17:11:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,351,1539673200"; d="scan'208";a="100576619" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 13 Dec 2018 17:11:05 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 13 Dec 2018 17:11:05 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.59]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.222]) with mapi id 14.03.0415.000; Fri, 14 Dec 2018 09:11:03 +0800 From: "Zhang, Qi Z" To: "Yan, Zhirun" , "dev@dpdk.org" CC: "Wang, Haiyue" Thread-Topic: [PATCH v1] net/i40e: clear VF reset flags after resetting done Thread-Index: AQHUkrs4Dy4PA+TVl0OC6zWKfugOsqV9bihw Date: Fri, 14 Dec 2018 01:11:03 +0000 Message-ID: <039ED4275CED7440929022BC67E70611532FEA16@SHSMSX103.ccr.corp.intel.com> References: <20181213154645.52826-1-zhirun.yan@intel.com> In-Reply-To: <20181213154645.52826-1-zhirun.yan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjlkNWE3NWYtYzliYy00ODJiLTg5ZGMtODRkNDk0NTIzOGZkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSDQrOTZLYmNcL0V0Q2J3RGZaY3VNMXk0QzJyQmVcL2NSdUZTU2xqYUZlNTFSanlJT0NYM2E2S3FQMXdHaDRVZ2dHIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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 v1] net/i40e: clear VF reset flags after resetting done 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, 14 Dec 2018 01:11:07 -0000 > -----Original Message----- > From: Yan, Zhirun > Sent: Thursday, December 13, 2018 11:47 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Yan, Zhirun ; Wang, Haiyue > Subject: [PATCH v1] net/i40e: clear VF reset flags after resetting done >=20 > The reset flags vf->vf_reset and vf->pend_msg are set when VF received > VIRTCHNL_EVENT_RESET_IMPENDING. So after resetting done, these flags > should be cleared. >=20 > Fixes: 8cacf78469a7 ("net/i40e: fix VF initialization error") >=20 > Signed-off-by: Zhirun Yan > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi