From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: fix access to last byte of EEPROM Date: Thu, 17 Sep 2015 12:13:23 +0200 Message-ID: <2070411.ZdUtn3z4CD@xps13> References: <1442480744-3393-1-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Remy Horton Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 90E4A5681 for ; Thu, 17 Sep 2015 12:14:33 +0200 (CEST) Received: by wiclk2 with SMTP id lk2so20668727wic.1 for ; Thu, 17 Sep 2015 03:14:33 -0700 (PDT) In-Reply-To: <1442480744-3393-1-git-send-email-remy.horton@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" 2015-09-17 10:05, Remy Horton: > 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. > > Signed-off-by: Remy Horton > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >>From my previous comment: " Then creating a commit starting with "fix" should trigger 2 other things: - a Fixes: tag - an update in the release notes (because the bug exists in previous releases) " Maybe it does not deserve an entry in the release notes if the bug has no real impact.