Signed-off by: Alexander Naslednikov (xalex at mellanox.co.il)
Index: ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp
===================================================================
--- ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp (revision 2984)
+++ ulp/ipoib_NDIS6_CM/kernel/ipoib_port.cpp (working copy)
@@ -4284,8 +4284,10 @@
status = __send_copy( s_buf->p_port, s_buf,
lso_header_size );
cl_perf_stop( &s_buf->p_port->p_adapter->perf, SendCopy
);
}
-
- status = NDIS_STATUS_RESOURCES;
+ else
+ {
+ status = NDIS_STATUS_RESOURCES;
+ }
IPOIB_EXIT( IPOIB_DBG_SEND );
return status;
}
large_send_2.patch
Description: large_send_2.patch
_______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
