Revision: 14294
          http://edk2.svn.sourceforge.net/edk2/?rev=14294&view=rev
Author:   tye1
Date:     2013-04-19 06:19:40 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Add transit bit check for detecting partial response in iSCSI stack.

Signed-off-by: Ye Ting  <[email protected]>
Reviewed-by: Fu Siyuan <[email protected]>
Reviewed-by: Tian Feng <[email protected]>

Modified Paths:
--------------
    trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c

Modified: trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c
===================================================================
--- trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c 2013-04-19 06:18:33 UTC (rev 
14293)
+++ trunk/edk2/NetworkPkg/IScsiDxe/IScsiProto.c 2013-04-19 06:19:40 UTC (rev 
14294)
@@ -975,7 +975,7 @@
   NetbufQueAppend (&Conn->RspQue, Pdu);
 
   Conn->PartialRspRcvd = Continue;
-  if (Continue) {
+  if ((!Transit) || Continue) {
     //
     // It is a partial response; must wait for another or more Request/Response
     // conversations to get the full response.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to