From: Steve Wise <[EMAIL PROTECTED]> Signed-off-by: Steve Wise <[EMAIL PROTECTED]> ---
cxgb3_release_notes.txt | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/cxgb3_release_notes.txt b/cxgb3_release_notes.txt index 0f0c7d3..6d9ee57 100644 --- a/cxgb3_release_notes.txt +++ b/cxgb3_release_notes.txt @@ -142,5 +142,12 @@ iw_cxgb3 modules enabled. This forces the kernel to pull in the genalloc allocator, which is requried for the OFED iw_cxgb3 module. Make sure these config options are included in your .config file: -CONFIG_CHELSIO_T3=m -CONFIG_INFINIBAND_CXGB=m + CONFIG_CHELSIO_T3=m + CONFIG_INFINIBAND_CXGB=m + +4) If you run the RDMA latency test using the ib_rdma_lat program, make +sure you use the following command lines to limit the amount of inline +data to 64: + + server: ib_rdma_lat -c -I 64 + client: ib_rdma_lat -c -I 64 server_ip_addr _______________________________________________ ewg mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
