summaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb4/t4_msg.h
diff options
context:
space:
mode:
authorSteve Wise2011-03-11 23:30:21 +0100
committerRoland Dreier2011-03-14 20:09:12 +0100
commitb48f3b9c10d731160f0af5c3028ad57d9c66673b (patch)
tree505fbe19fa360d0a18f08af3ccdb727e801fa115 /drivers/net/cxgb4/t4_msg.h
parentRDMA/cxgb4: Enable on-chip SQ support by default (diff)
downloadkernel-qcow2-linux-b48f3b9c10d731160f0af5c3028ad57d9c66673b.tar.gz
kernel-qcow2-linux-b48f3b9c10d731160f0af5c3028ad57d9c66673b.tar.xz
kernel-qcow2-linux-b48f3b9c10d731160f0af5c3028ad57d9c66673b.zip
RDMA/cxgb4: Use ULP_MODE_TCPDDP
Set the ULP mode for initial RDMA connection setup to the proper DDP mode. This avoids wasting some HW resources while in streaming mode. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/net/cxgb4/t4_msg.h')
-rw-r--r--drivers/net/cxgb4/t4_msg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb4/t4_msg.h b/drivers/net/cxgb4/t4_msg.h
index a550d0c706f3..eb71b8250b91 100644
--- a/drivers/net/cxgb4/t4_msg.h
+++ b/drivers/net/cxgb4/t4_msg.h
@@ -123,6 +123,7 @@ enum {
ULP_MODE_NONE = 0,
ULP_MODE_ISCSI = 2,
ULP_MODE_RDMA = 4,
+ ULP_MODE_TCPDDP = 5,
ULP_MODE_FCOE = 6,
};