From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] ixgbe: fix access to last byte of EEPROM Date: Wed, 28 Oct 2015 17:15:31 +0100 Message-ID: <1931708.rTC1bdOP3C@xps13> References: <1442480744-3393-1-git-send-email-remy.horton@intel.com> <1442497636-5679-1-git-send-email-remy.horton@intel.com> <2601191342CEEE43887BDE71AB97725836A9892B@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Horton, Remy" Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id B76FC8DAC for ; Wed, 28 Oct 2015 17:16:42 +0100 (CET) Received: by wicll6 with SMTP id ll6so18732374wic.1 for ; Wed, 28 Oct 2015 09:16:42 -0700 (PDT) In-Reply-To: <2601191342CEEE43887BDE71AB97725836A9892B@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Incorrect operator in ixgbe_get_eeprom & ixgbe_set_eeprom prevents > > last byte of EEPROM being read/written, and hence cannot be dumped > > or updated in entirity using these functions. > > > > Fixes: 0198848a47f5 ("ixgbe: add access to specific device info") > > > > Signed-off-by: Remy Horton > > Acked-by: Konstantin Ananyev Applied, thanks