|
|
36b27b |
From: Chris Leech <cleech@redhat.com>
|
|
|
36b27b |
Subject: iscsiuio: v0.7.8.4
|
|
|
36b27b |
|
|
|
36b27b |
Bugzilla: ZZZ
|
|
|
36b27b |
Upstream Status:
|
|
|
36b27b |
Build Info: XXX
|
|
|
36b27b |
Tested:
|
|
|
36b27b |
|
|
|
36b27b |
commit 5481f86e46d1668917bbf41ed2355b6eb558de69
|
|
|
36b27b |
Author: Nilesh Javali <nilesh.javali@cavium.com>
|
|
|
36b27b |
Date: Thu Feb 22 08:04:13 2018 -0500
|
|
|
36b27b |
|
|
|
36b27b |
iscsiuio: v0.7.8.4
|
|
|
36b27b |
|
|
|
36b27b |
Signed-off-by: Nilesh Javali <nilesh.javali@cavium.com>
|
|
|
36b27b |
---
|
|
|
36b27b |
iscsiuio/README | 4 ++--
|
|
|
36b27b |
iscsiuio/RELEASE.TXT | 39 +++++++++++++++++++++++++++++++++++++--
|
|
|
36b27b |
iscsiuio/configure.ac | 4 ++--
|
|
|
36b27b |
3 files changed, 41 insertions(+), 6 deletions(-)
|
|
|
36b27b |
|
|
|
36b27b |
diff --git a/iscsiuio/README b/iscsiuio/README
|
|
|
36b27b |
index ca2da16a7342..9cbf7ce6717a 100644
|
|
|
36b27b |
--- a/iscsiuio/README
|
|
|
36b27b |
+++ b/iscsiuio/README
|
|
|
36b27b |
@@ -1,6 +1,6 @@
|
|
|
36b27b |
Iscsiuio Userspace Tool
|
|
|
36b27b |
-Version 0.7.8.3
|
|
|
36b27b |
-Sept 28, 2016
|
|
|
36b27b |
+Version 0.7.8.4
|
|
|
36b27b |
+Feb 22, 2018
|
|
|
36b27b |
------------------------------------------------------
|
|
|
36b27b |
|
|
|
36b27b |
This tool is to be used in conjunction with the QLogic NetXtreme II Linux
|
|
|
36b27b |
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
|
|
|
36b27b |
index 69c5b5f6bd61..ca51b26338a1 100644
|
|
|
36b27b |
--- a/iscsiuio/RELEASE.TXT
|
|
|
36b27b |
+++ b/iscsiuio/RELEASE.TXT
|
|
|
36b27b |
@@ -1,7 +1,7 @@
|
|
|
36b27b |
Release Notes
|
|
|
36b27b |
QLogic uIP Linux Driver
|
|
|
36b27b |
- Version 0.7.8.3
|
|
|
36b27b |
- 9/28/2016
|
|
|
36b27b |
+ Version 0.7.8.4
|
|
|
36b27b |
+ 2/22/2018
|
|
|
36b27b |
|
|
|
36b27b |
QLogic Corporation
|
|
|
36b27b |
26650 Aliso Viejo Pkwy,
|
|
|
36b27b |
@@ -12,6 +12,41 @@
|
|
|
36b27b |
All rights reserved
|
|
|
36b27b |
|
|
|
36b27b |
|
|
|
36b27b |
+
|
|
|
36b27b |
+uIP v0.7.8.4 (Feb 22, 2018)
|
|
|
36b27b |
+=======================================================
|
|
|
36b27b |
+ Fixes:
|
|
|
36b27b |
+ -------
|
|
|
36b27b |
+ 1. Problem: CQ95605: iSCSI BFS in DHCP config intermittently fails to boot
|
|
|
36b27b |
+ into the OS when source and destination addresses are in
|
|
|
36b27b |
+ different networks.
|
|
|
36b27b |
+ Change: Allow ARP for non-matching source and destination addresses.
|
|
|
36b27b |
+ For source and destination IP addresses in different networks,
|
|
|
36b27b |
+ continue with the ARP retries and further login process
|
|
|
36b27b |
+ instead of assuming abrupt failure. iSCSI offload adapters
|
|
|
36b27b |
+ may not rely on netmask information for successful iSCSI
|
|
|
36b27b |
+ target login.
|
|
|
36b27b |
+ Impact: All
|
|
|
36b27b |
+
|
|
|
36b27b |
+uIP v0.7.8.3 (May 18, 2017)
|
|
|
36b27b |
+=======================================================
|
|
|
36b27b |
+ Fixes:
|
|
|
36b27b |
+ -------
|
|
|
36b27b |
+ 1. Problem: CQ93985: iscsiuio seg faults if discovery done to not
|
|
|
36b27b |
+ reachable target
|
|
|
36b27b |
+ Change: Serialize xmit_mutex lock to prevent iscsiuio seg fault.
|
|
|
36b27b |
+ Impact: All
|
|
|
36b27b |
+
|
|
|
36b27b |
+ 2. Problem: CQ91497 - Initiator fails to acquire IPv6 DHCP address
|
|
|
36b27b |
+ from the DHCP server
|
|
|
36b27b |
+ Change: Initialize the transaction-id within the dhcpv6 packet with
|
|
|
36b27b |
+ correct byte order, to fix the trans-id mismatch error.
|
|
|
36b27b |
+ Impact: All
|
|
|
36b27b |
+
|
|
|
36b27b |
+ 3. Problem: Missing qedi ping transport hook
|
|
|
36b27b |
+ Change: Add qedi ping transport hook
|
|
|
36b27b |
+ Impact: 10/25/40/50GGbE Controller (iSCSI)
|
|
|
36b27b |
+
|
|
|
36b27b |
uIP v0.7.8.3 (Sept 28, 2016)
|
|
|
36b27b |
=======================================================
|
|
|
36b27b |
Enhancements
|
|
|
36b27b |
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
|
|
|
36b27b |
index 075d07d04f34..fa67ea74c47a 100644
|
|
|
36b27b |
--- a/iscsiuio/configure.ac
|
|
|
36b27b |
+++ b/iscsiuio/configure.ac
|
|
|
36b27b |
@@ -12,9 +12,9 @@ dnl Benjamin Li (benli@broadcom.com)
|
|
|
36b27b |
dnl
|
|
|
36b27b |
|
|
|
36b27b |
PACKAGE=iscsiuio
|
|
|
36b27b |
-VERSION=0.7.8.3
|
|
|
36b27b |
+VERSION=0.7.8.4
|
|
|
36b27b |
|
|
|
36b27b |
-AC_INIT([iscsiuio], [0.7.8.3], [QLogic-Storage-Upstream@cavium.com])
|
|
|
36b27b |
+AC_INIT([iscsiuio], [0.7.8.4], [QLogic-Storage-Upstream@cavium.com])
|
|
|
36b27b |
|
|
|
36b27b |
AM_INIT_AUTOMAKE
|
|
|
36b27b |
AC_CONFIG_HEADER(config.h)
|