summaryrefslogtreecommitdiff
path: root/iscsiuio
diff options
context:
space:
mode:
authorNilesh Javali <njavali@marvell.com>2019-06-27 05:39:43 -0400
committerNilesh Javali <njavali@marvell.com>2019-06-27 05:49:15 -0400
commitfb7e87dbe5bad120c88f7e430dfdc627d247fa4c (patch)
tree3de08b0849f1416e8c532ccd3efe1c69e602ffe7 /iscsiuio
parent6997f36c44cd7046d1be1248fd864d9a068faff5 (diff)
downloadopen-iscsi-fb7e87dbe5bad120c88f7e430dfdc627d247fa4c.tar.gz
iscsiuio: update version to 0.7.8.6
Signed-off-by: Nilesh Javali <njavali@marvell.com>
Diffstat (limited to 'iscsiuio')
-rw-r--r--iscsiuio/README4
-rw-r--r--iscsiuio/RELEASE.TXT19
-rw-r--r--iscsiuio/configure.ac4
3 files changed, 21 insertions, 6 deletions
diff --git a/iscsiuio/README b/iscsiuio/README
index 1915005..53b700c 100644
--- a/iscsiuio/README
+++ b/iscsiuio/README
@@ -1,6 +1,6 @@
Iscsiuio Userspace Tool
-Version 0.7.8.5
-Nov 20, 2018
+Version 0.7.8.6
+Jun 27, 2019
------------------------------------------------------
This tool is to be used in conjunction with the QLogic NetXtreme II Linux
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
index 0ebf27f..28e681b 100644
--- a/iscsiuio/RELEASE.TXT
+++ b/iscsiuio/RELEASE.TXT
@@ -1,7 +1,7 @@
Release Notes
QLogic uIP Linux Driver
- Version 0.7.8.5
- 11/20/2018
+ Version 0.7.8.6
+ 06/27/2019
QLogic Corporation
26650 Aliso Viejo Pkwy,
@@ -11,6 +11,21 @@
Copyright (c) 2014, QLogic Corporation
All rights reserved
+uIP v0.7.8.6 (Jun 27, 2019)
+=======================================================
+ Fixes:
+ -------
+ 1. Problem: OS fails to boot after one path is
+ disconnected from iSCSI MPIO config.
+ Change: In the event of DHCP failure, killing of enable_nic_thread did
+ not process any iscsid requests leading to error,
+ iscsistart: Could not broadcast to uIP after 5 tries
+ and login failure of active path.
+ Added fix to not kill enable_nic_thread and allow further
+ processing of iscsid requests and performing login
+ to next active path.
+ Impact: All
+
uIP v0.7.8.5 (Nov 20, 2018)
=======================================================
Fixes:
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
index ae23078..7d53323 100644
--- a/iscsiuio/configure.ac
+++ b/iscsiuio/configure.ac
@@ -12,9 +12,9 @@ dnl Benjamin Li (benli@broadcom.com)
dnl
PACKAGE=iscsiuio
-VERSION=0.7.8.5
+VERSION=0.7.8.6
-AC_INIT([iscsiuio], [0.7.8.5], [QLogic-Storage-Upstream@cavium.com])
+AC_INIT([iscsiuio], [0.7.8.6], [QLogic-Storage-Upstream@cavium.com])
AM_INIT_AUTOMAKE
AC_CONFIG_HEADER(config.h)