|
|
47585c |
From de6e8918c6c195360d87a96c196cccef2c082527 Mon Sep 17 00:00:00 2001
|
|
|
47585c |
From: Nilesh Javali <nilesh.javali@cavium.com>
|
|
|
47585c |
Date: Tue, 20 Nov 2018 01:10:57 -0500
|
|
|
47585c |
Subject: [PATCH] iscsiuio: v0.7.8.5
|
|
|
47585c |
|
|
|
47585c |
Signed-off-by: Nilesh Javali <nilesh.javali@cavium.com>
|
|
|
47585c |
---
|
|
|
47585c |
iscsiuio/README | 4 ++--
|
|
|
47585c |
iscsiuio/RELEASE.TXT | 26 ++++++++++++++++++++++++--
|
|
|
47585c |
iscsiuio/configure.ac | 4 ++--
|
|
|
47585c |
3 files changed, 28 insertions(+), 6 deletions(-)
|
|
|
47585c |
|
|
|
47585c |
diff --git a/iscsiuio/README b/iscsiuio/README
|
|
|
47585c |
index 9cbf7ce6717a..19150055a3fb 100644
|
|
|
47585c |
--- a/iscsiuio/README
|
|
|
47585c |
+++ b/iscsiuio/README
|
|
|
47585c |
@@ -1,6 +1,6 @@
|
|
|
47585c |
Iscsiuio Userspace Tool
|
|
|
47585c |
-Version 0.7.8.4
|
|
|
47585c |
-Feb 22, 2018
|
|
|
47585c |
+Version 0.7.8.5
|
|
|
47585c |
+Nov 20, 2018
|
|
|
47585c |
------------------------------------------------------
|
|
|
47585c |
|
|
|
47585c |
This tool is to be used in conjunction with the QLogic NetXtreme II Linux
|
|
|
47585c |
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
|
|
|
47585c |
index ca51b26338a1..0ebf27f9539c 100644
|
|
|
47585c |
--- a/iscsiuio/RELEASE.TXT
|
|
|
47585c |
+++ b/iscsiuio/RELEASE.TXT
|
|
|
47585c |
@@ -1,7 +1,7 @@
|
|
|
47585c |
Release Notes
|
|
|
47585c |
QLogic uIP Linux Driver
|
|
|
47585c |
- Version 0.7.8.4
|
|
|
47585c |
- 2/22/2018
|
|
|
47585c |
+ Version 0.7.8.5
|
|
|
47585c |
+ 11/20/2018
|
|
|
47585c |
|
|
|
47585c |
QLogic Corporation
|
|
|
47585c |
26650 Aliso Viejo Pkwy,
|
|
|
47585c |
@@ -11,7 +11,29 @@
|
|
|
47585c |
Copyright (c) 2014, QLogic Corporation
|
|
|
47585c |
All rights reserved
|
|
|
47585c |
|
|
|
47585c |
+uIP v0.7.8.5 (Nov 20, 2018)
|
|
|
47585c |
+=======================================================
|
|
|
47585c |
+ Fixes:
|
|
|
47585c |
+ -------
|
|
|
47585c |
+ 1. Problem: CQ102578: observing ISCSI initiator IP ping drop
|
|
|
47585c |
+ Change: 1. Do not flush tx queue on each uio interrupt
|
|
|
47585c |
+ 2. Use UIO BD index instead on buffer index.
|
|
|
47585c |
+ 3. Set buf_size in case of ICMP and ARP packet
|
|
|
47585c |
+ Impact: QL41xxx adapters
|
|
|
47585c |
|
|
|
47585c |
+ 2. Problem: CQ103034 - Unable to boot iSCSI BFS in IPv6 DHCP config
|
|
|
47585c |
+ Change: Limit retries of performing dhcpv6 before declaring dhcp failure
|
|
|
47585c |
+ Impact: All
|
|
|
47585c |
+
|
|
|
47585c |
+ 3. Problem: CQ102438: I/O fails to resume on multipath LUN during port toggle.
|
|
|
47585c |
+ Change: lib/cnic, lib/qedi, Release xmit_mutex in error code path and
|
|
|
47585c |
+ during clear tx queue.
|
|
|
47585c |
+ Impact: QL84xx adapters
|
|
|
47585c |
+
|
|
|
47585c |
+ 4. Problem: Netlink buffer corruption when more than one host
|
|
|
47585c |
+ try to xmit packet at the same time
|
|
|
47585c |
+ Change: Add inter-host mutex while doing xmit
|
|
|
47585c |
+ Impact: All
|
|
|
47585c |
|
|
|
47585c |
uIP v0.7.8.4 (Feb 22, 2018)
|
|
|
47585c |
=======================================================
|
|
|
47585c |
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
|
|
|
47585c |
index fa67ea74c47a..ae23078aa0a3 100644
|
|
|
47585c |
--- a/iscsiuio/configure.ac
|
|
|
47585c |
+++ b/iscsiuio/configure.ac
|
|
|
47585c |
@@ -12,9 +12,9 @@ dnl Benjamin Li (benli@broadcom.com)
|
|
|
47585c |
dnl
|
|
|
47585c |
|
|
|
47585c |
PACKAGE=iscsiuio
|
|
|
47585c |
-VERSION=0.7.8.4
|
|
|
47585c |
+VERSION=0.7.8.5
|
|
|
47585c |
|
|
|
47585c |
-AC_INIT([iscsiuio], [0.7.8.4], [QLogic-Storage-Upstream@cavium.com])
|
|
|
47585c |
+AC_INIT([iscsiuio], [0.7.8.5], [QLogic-Storage-Upstream@cavium.com])
|
|
|
47585c |
|
|
|
47585c |
AM_INIT_AUTOMAKE
|
|
|
47585c |
AC_CONFIG_HEADER(config.h)
|
|
|
47585c |
--
|
|
|
47585c |
2.17.2
|
|
|
47585c |
|