From: Adheer Chandravanshi <adheer.chandravan...@qlogic.com>

Signed-off-by: Adheer Chandravanshi <adheer.chandravan...@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudh...@qlogic.com>
---
 drivers/scsi/libiscsi.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c
index afc6c3f..f757617 100644
--- a/drivers/scsi/libiscsi.c
+++ b/drivers/scsi/libiscsi.c
@@ -3312,6 +3312,9 @@ int iscsi_session_get_param(struct iscsi_cls_session 
*cls_session,
        case ISCSI_PARAM_DATASEQ_INORDER_EN:
                len = sprintf(buf, "%d\n", session->dataseq_inorder_en);
                break;
+       case ISCSI_PARAM_DEF_TASKMGMT_TMO:
+               len = sprintf(buf, "%d\n", session->def_taskmgmt_tmo);
+               break;
        case ISCSI_PARAM_ERL:
                len = sprintf(buf, "%d\n", session->erl);
                break;
@@ -3522,6 +3525,9 @@ int iscsi_conn_get_param(struct iscsi_cls_conn *cls_conn,
        case ISCSI_PARAM_IPV6_TC:
                len = sprintf(buf, "%u\n", conn->ipv6_traffic_class);
                break;
+       case ISCSI_PARAM_IPV6_FLOW_LABEL:
+               len = sprintf(buf, "%u\n", conn->ipv6_flow_label);
+               break;
        case ISCSI_PARAM_IS_FW_ASSIGNED_IPV6:
                len = sprintf(buf, "%u\n", conn->is_fw_assigned_ipv6);
                break;
-- 
1.7.1


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to