Bug 752626
Summary: | BNX2I: Fixed the endian on TTT for NOP out transmission | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Eddie Wai <eddie.wai> |
Component: | kernel | Assignee: | Red Hat Kernel Manager <kernel-mgr> |
Status: | CLOSED ERRATA | QA Contact: | Bruno Goncalves <bgoncalv> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 5.8 | CC: | bdonahue, ccui, czhang, eddie.wai, fge, martinez, mchristi |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kernel-2.6.18-300.el5 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 745676 | Environment: | |
Last Closed: | 2012-02-21 04:00:38 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 745676 | ||
Bug Blocks: | 758797 |
Description
Eddie Wai
2011-11-10 01:25:27 UTC
This is the upstream patch which will resolve the issue. Please incorporate this into the next release. Thanks. commit 610602f369b4c810c9df05e431abd38f38cb8e0d Author: Eddie Wai <eddie.wai> Date: Fri Aug 26 11:16:47 2011 -0700 [SCSI] bnx2i: Fixed the endian on TTT for NOP out transmission The iscsi_nopout task's TTT is defined as __be32 while the DMA memory to the chip is CPU specific. This creates a problem for unsolicited NOP-In responses where the TTT is not the RESERVED tag of 0xFFs. This patch adds a call to be32_to_cpu for the TTT specified. Signed-off-by: Eddie Wai <eddie.wai> Signed-off-by: James Bottomley <JBottomley> This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. Patch(es) available in kernel-2.6.18-300.el5 You can download this test kernel (or newer) from http://people.redhat.com/jwilson/el5/ Detailed testing feedback is always welcomed. If you require guidance regarding testing, please ask the bug assignee. Eddie, To test this would we want to log into a target that sends nops, like Equallogic, then not send any IO? The target would then send nops as pings to the initiator, right? Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0150.html |