From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fuxbrumer, Dvora Date: Sun, 8 Aug 2021 11:55:13 +0300 Subject: [Intel-wired-lan] [PATCH v1 1/1] e1000e: Do not take care about recovery NVM checksum In-Reply-To: <20210715070342.2948195-1-sasha.neftin@intel.com> References: <20210715070342.2948195-1-sasha.neftin@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On 7/15/2021 10:03, Sasha Neftin wrote: > According to the HW De, integrated GbE sets to read-only after > programming a unique MAC address. The driver should not take care of > NVM checksum updating starting from Tiger Lake. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=213667 > Suggested-by: Dima Ruinskiy > Suggested-by: Vitaly Lifshits > Signed-off-by: Sasha Neftin > --- > drivers/net/ethernet/intel/e1000e/ich8lan.c | 21 +++++++++++++-------- > 1 file changed, 13 insertions(+), 8 deletions(-) > Tested-by: Dvora Fuxbrumer