From fb7e87dbe5bad120c88f7e430dfdc627d247fa4c Mon Sep 17 00:00:00 2001 From: Nilesh Javali Date: Thu, 27 Jun 2019 05:39:43 -0400 Subject: iscsiuio: update version to 0.7.8.6 Signed-off-by: Nilesh Javali --- iscsiuio/README | 4 ++-- iscsiuio/RELEASE.TXT | 19 +++++++++++++++++-- iscsiuio/configure.ac | 4 ++-- 3 files changed, 21 insertions(+), 6 deletions(-) (limited to 'iscsiuio') 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) -- cgit v1.2.1