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