From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 13970A0547; Wed, 21 Apr 2021 16:38:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8F3A341AC8; Wed, 21 Apr 2021 16:38:36 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id E8105410F9 for ; Wed, 21 Apr 2021 16:38:34 +0200 (CEST) IronPort-SDR: VXLcFywxa4kQqzl3M0wRZbYZKQR3AQ2fVU9JNaRooziU/Rdz4P4ruZyH5oA8rrj9GqAIi2UkKt newceFA1KJ6g== X-IronPort-AV: E=McAfee;i="6200,9189,9961"; a="193585609" X-IronPort-AV: E=Sophos;i="5.82,240,1613462400"; d="scan'208";a="193585609" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2021 07:38:34 -0700 IronPort-SDR: ImwK939d91dwpQz5ycodwBwbTOXkAdQN711ijuh30DDaT0ohc6L8Lz3/ZR9EKdIZ2pBVw31kYG 8Hi3GFpSg7ZQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,240,1613462400"; d="scan'208";a="384468109" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by orsmga003.jf.intel.com with ESMTP; 21 Apr 2021 07:38:33 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 21 Apr 2021 07:38:32 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Wed, 21 Apr 2021 22:38:30 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.013; Wed, 21 Apr 2021 22:38:30 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "Min Hu (Connor)" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "Guo, Jia" Thread-Topic: [PATCH v3] net/e1000: fix timed out for shadow RAM write Thread-Index: AQHXNqChdfCcnNgtNkuItShZQq9cjKq/CqxQ Date: Wed, 21 Apr 2021 14:38:30 +0000 Message-ID: References: <1618986145-15414-1-git-send-email-humin29@huawei.com> <1618996535-49755-1-git-send-email-humin29@huawei.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] net/e1000: fix timed out for shadow RAM write X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: dev On Behalf Of Wang, Haiyue > Sent: Wednesday, April 21, 2021 7:22 PM > To: Min Hu (Connor) ; dev@dpdk.org > Cc: Yigit, Ferruh ; Guo, Jia > Subject: Re: [dpdk-dev] [PATCH v3] net/e1000: fix timed out for shadow RA= M > write >=20 > > -----Original Message----- > > From: Min Hu (Connor) > > Sent: Wednesday, April 21, 2021 17:16 > > To: dev@dpdk.org > > Cc: Yigit, Ferruh ; Guo, Jia > > ; Wang, Haiyue > > Subject: [PATCH v3] net/e1000: fix timed out for shadow RAM write > > > > From: Chengwen Feng > > > > This fixes the timed out for shadow RAM write EEWR can't be detected. > > > > Fixes: 5a32a257f957 ("e1000: more NICs in base driver") > > Cc: stable@dpdk.org > > > > Signed-off-by: Chengwen Feng > > Signed-off-by: Min Hu (Connor) > > --- > > v3: > > * update commit info. > > > > v2: > > * change 'E1000_ERR_NVM' to '-E1000_ERR_NVM'. > > --- > > drivers/net/e1000/base/e1000_i210.c | 2 ++ > > 1 file changed, 2 insertions(+) > > >=20 > Thanks! >=20 > Acked-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi >=20 > > -- > > 2.7.4