Blame SOURCES/open-iscsi-2.0.874-33-iscsiuio-v0.7.8.4.patch

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