You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.8 KiB
84 lines
2.8 KiB
From 13ade0423449530836ccb4c4d94ae36ce5257b56 Mon Sep 17 00:00:00 2001 |
|
From: Nilesh Javali <nilesh.javali@cavium.com> |
|
Date: Fri, 11 Nov 2016 08:17:52 +0200 |
|
Subject: iscsiuio: v0.7.8.3 |
|
|
|
Signed-off-by: Manish Rangankar <manish.rangankar@cavium.com> |
|
Signed-off-by: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com> |
|
Signed-off-by: Nilesh Javali <nilesh.javali@cavium.com> |
|
--- |
|
iscsiuio/README | 4 ++-- |
|
iscsiuio/RELEASE.TXT | 20 ++++++++------------ |
|
iscsiuio/configure.ac | 4 ++-- |
|
3 files changed, 12 insertions(+), 16 deletions(-) |
|
|
|
diff --git a/iscsiuio/README b/iscsiuio/README |
|
index 9ae14111dd40..ca2da16a7342 100644 |
|
--- a/iscsiuio/README |
|
+++ b/iscsiuio/README |
|
@@ -1,6 +1,6 @@ |
|
Iscsiuio Userspace Tool |
|
-Version 0.7.8.2 |
|
-Dec 10, 2013 |
|
+Version 0.7.8.3 |
|
+Sept 28, 2016 |
|
------------------------------------------------------ |
|
|
|
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 44d67f9ceb84..69c5b5f6bd61 100644 |
|
--- a/iscsiuio/RELEASE.TXT |
|
+++ b/iscsiuio/RELEASE.TXT |
|
@@ -1,7 +1,7 @@ |
|
Release Notes |
|
QLogic uIP Linux Driver |
|
- Version 0.7.8.2 |
|
- 12/10/2013 |
|
+ Version 0.7.8.3 |
|
+ 9/28/2016 |
|
|
|
QLogic Corporation |
|
26650 Aliso Viejo Pkwy, |
|
@@ -11,17 +11,13 @@ |
|
Copyright (c) 2014, QLogic Corporation |
|
All rights reserved |
|
|
|
-uIP v0.7.10.2 (Feb 12, 2014) |
|
-======================================================= |
|
- Fixes |
|
- ----- |
|
- 1. Problem: Cont00072504 - ifconfig shows allocation failure after |
|
- up/down few hours with iSCSI + L2 traffic |
|
- Cause: A memory leak was discovered in the ongoing pthread creation |
|
- destruction code during the connection recovery process |
|
- Change: Fixed the pthread creation code |
|
- Impact: All |
|
|
|
+uIP v0.7.8.3 (Sept 28, 2016) |
|
+======================================================= |
|
+ Enhancements |
|
+ ------------ |
|
+ 1. Change: Add support for the new qedi transport |
|
+ Impact: 10/25/40/50GGbE Controller (iSCSI) |
|
|
|
uIP v0.7.8.2 (Dec 10, 2013) |
|
======================================================= |
|
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac |
|
index ed1499cdbba1..075d07d04f34 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.2 |
|
+VERSION=0.7.8.3 |
|
|
|
-AC_INIT([iscsiuio], [0.7.8.2], [QLogic-Storage-Upstream@qlogic.com]) |
|
+AC_INIT([iscsiuio], [0.7.8.3], [QLogic-Storage-Upstream@cavium.com]) |
|
|
|
AM_INIT_AUTOMAKE |
|
AC_CONFIG_HEADER(config.h) |
|
-- |
|
2.9.3 |
|
|
|
|