From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2 net-next] qed: Utilize FW 8.20.0.0 Date: Thu, 18 May 2017 13:22:05 -0400 (EDT) Message-ID: <20170518.132205.1455499711242570929.davem@davemloft.net> References: <1495125664-23412-1-git-send-email-Yuval.Mintz@cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org, Chad.Dupuis@cavium.com, Ram.Amrani@cavium.com, Tomer.Tayar@cavium.com, Manish.Rangankar@cavium.com To: Yuval.Mintz@cavium.com Return-path: In-Reply-To: <1495125664-23412-1-git-send-email-Yuval.Mintz@cavium.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Yuval Mintz Date: Thu, 18 May 2017 19:41:04 +0300 > This pushes qed [and as result, all qed* drivers] into using 8.20.0.0 > firmware. The changes are mostly contained in qed with minor changes > to qedi due to some HSI changes. > > Content-wise, the firmware contains fixes to various issues exposed > since the release of the previous firmware, including: > - Corrects iSCSI fast retransmit when data digest is enabled. > - Stop draining packets when receiving several consecutive PFCs. > - Prevent possible assertion when consecutively opening/closing > many connections. > - Prevent possible assertion due to too long BDQ fetch time. > > In addition, the new firmware would allow us to later add iWARP support > in qed and qedr. > > Changes from previous version > ----------------------------- > - V2: Fix warning in qed_debug.c > > Signed-off-by: Chad Dupuis > Signed-off-by: Ram Amrani > Signed-off-by: Tomer Tayar > Signed-off-by: Manish Rangankar > Signed-off-by: Yuval Mintz Applied, hopefully this one goes more smoothly. Thanks.