cxgb4: add new ULD type CXGB4_ULD_ISCSIT
authorVarun Prakash <varun@chelsio.com>
Sun, 14 Feb 2016 17:32:39 +0000 (23:02 +0530)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 22 Mar 2016 07:25:03 +0000 (00:25 -0700)
Chelsio iSCSI target offload driver
will register with cxgb4 driver as ULD of type
CXGB4_ULD_ISCSIT.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Acked-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h

index cf711d5..2f80e32 100644 (file)
@@ -191,6 +191,7 @@ static inline void set_wr_txq(struct sk_buff *skb, int prio, int queue)
 enum cxgb4_uld {
        CXGB4_ULD_RDMA,
        CXGB4_ULD_ISCSI,
+       CXGB4_ULD_ISCSIT,
        CXGB4_ULD_MAX
 };