From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dmitry Kravkov" Subject: Re: [PATCH] bnx2x: Adding FW 7.0.29.0 Date: Mon, 17 Oct 2011 18:12:48 +0200 Message-ID: <1318867968.5817.1.camel@lb-tlvb-dmitry> References: <1318860047-5044-1-git-send-email-dmitry@broadcom.com> Reply-To: dmitry@broadcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "ben@decadent.org.uk" , "netdev@vger.kernel.org" , "Eilon Greenstein" To: "dwmw2@infradead.org" Return-path: Received: from mms3.broadcom.com ([216.31.210.19]:4597 "EHLO MMS3.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639Ab1JQQM6 (ORCPT ); Mon, 17 Oct 2011 12:12:58 -0400 In-Reply-To: <1318860047-5044-1-git-send-email-dmitry@broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: Adding netdev On Mon, 2011-10-17 at 07:00 -0700, Dmitry Kravkov wrote: > Includes fixes for the following issues: > 1. (iSCSI) Arrival of un-solicited ASYNC message causes > firmware to abort the connection with RST. > 2. (FCoE) There is a probability that truncated FCoE packet on > RX path won't get detected which might lead to FW assert. > 3. (iSCSI) Arrival of target-initiated NOP-IN during intense > ISCSI traffic might lead to FW assert. > 4. (iSCSI) Chip hangs when in case of retransmission not aligned > to 4-bytes from the beginning of iSCSI PDU. > 5. (FCoE) Arrival of packets beyond task IO size can lead to crash. > > > > Signed-off-by: Dmitry Kravkov > Signed-off-by: Eilon Greenstein > --- > The patch also available at: > http://linux.broadcom.com/eilong/FW-7.0.29.0/0001-bnx2x-Adding-FW-7.0.29.0.patch > ___