103 lines
3.0 KiB
Diff
103 lines
3.0 KiB
Diff
|
From eb1d2751f989b8c9031964912ef2e952916735ca Mon Sep 17 00:00:00 2001
|
||
|
From: Eddie Wai <eddie.wai@broadcom.com>
|
||
|
Date: Wed, 11 Dec 2013 15:38:15 -0800
|
||
|
Subject: [PATCH] ISCSIUIO: Updated RELEASE note and version
|
||
|
|
||
|
old version: 0.7.8.1b
|
||
|
new version: 0.7.8.2
|
||
|
|
||
|
Signed-off-by: Eddie Wai <eddie.wai@broadcom.com>
|
||
|
---
|
||
|
iscsiuio/README | 4 ++--
|
||
|
iscsiuio/RELEASE.TXT | 24 ++++++++++++++++++++++--
|
||
|
iscsiuio/configure.ac | 4 ++--
|
||
|
iscsiuio/docs/iscsiuio.8 | 2 +-
|
||
|
4 files changed, 27 insertions(+), 7 deletions(-)
|
||
|
|
||
|
diff --git a/iscsiuio/README b/iscsiuio/README
|
||
|
index e7e5fe4..a283116 100644
|
||
|
--- a/iscsiuio/README
|
||
|
+++ b/iscsiuio/README
|
||
|
@@ -1,6 +1,6 @@
|
||
|
Iscsiuio Userspace Tool
|
||
|
-Version 0.7.8.1b
|
||
|
-May 01, 2013
|
||
|
+Version 0.7.8.2
|
||
|
+Dec 10, 2013
|
||
|
------------------------------------------------------
|
||
|
|
||
|
This tool is to be used in conjunction with the Broadcom NetXtreme II Linux
|
||
|
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
|
||
|
index de70667..22628fd 100644
|
||
|
--- a/iscsiuio/RELEASE.TXT
|
||
|
+++ b/iscsiuio/RELEASE.TXT
|
||
|
@@ -1,7 +1,7 @@
|
||
|
Release Notes
|
||
|
Broadcom uIP Linux Driver
|
||
|
- Version 0.7.8.1b
|
||
|
- 05/01/2013
|
||
|
+ Version 0.7.8.2
|
||
|
+ 12/10/2013
|
||
|
|
||
|
Broadcom Corporation
|
||
|
5300 California Avenue,
|
||
|
@@ -10,6 +10,26 @@
|
||
|
Copyright (c) 2004 - 2013 Broadcom Corporation
|
||
|
All rights reserved
|
||
|
|
||
|
+uIP v0.7.8.2 (Dec 10, 2013)
|
||
|
+=======================================================
|
||
|
+ Fixes
|
||
|
+ -----
|
||
|
+ 1. Problem: Cont00072053 - Some hardware iSCSI paths fail during test
|
||
|
+ Cause: The test exercised a corner case where the ARP cache flush
|
||
|
+ mechanism didn't work properly
|
||
|
+ Change: Fixed the ARP cache flush mechanism
|
||
|
+ Impact: All
|
||
|
+
|
||
|
+ Enhancements
|
||
|
+ ------------
|
||
|
+ 1. Change: Added a new tx doorbell field in the uio path to work with
|
||
|
+ the new bnx2x/cnic drivers that supports VF_RSS
|
||
|
+ Impact: 10G only
|
||
|
+
|
||
|
+ 2. Change: Fixed the iface.subnet_mask decoding for IPv6
|
||
|
+ Impact: IPv6
|
||
|
+
|
||
|
+
|
||
|
uIP v0.7.8.1b (May 01, 2013)
|
||
|
=======================================================
|
||
|
Enhancements
|
||
|
diff --git a/iscsiuio/configure.ac b/iscsiuio/configure.ac
|
||
|
index e9a5e32..381b94d 100644
|
||
|
--- a/iscsiuio/configure.ac
|
||
|
+++ b/iscsiuio/configure.ac
|
||
|
@@ -11,9 +11,9 @@ dnl Benjamin Li (benli@broadcom.com)
|
||
|
dnl
|
||
|
|
||
|
PACKAGE=iscsiuio
|
||
|
-VERSION=0.7.8.1b
|
||
|
+VERSION=0.7.8.2
|
||
|
|
||
|
-AC_INIT(iscsiuio, 0.7.8.1b, eddie.wai@broadcom.com)
|
||
|
+AC_INIT(iscsiuio, 0.7.8.2, eddie.wai@broadcom.com)
|
||
|
|
||
|
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
|
||
|
AC_CONFIG_HEADER(config.h)
|
||
|
diff --git a/iscsiuio/docs/iscsiuio.8 b/iscsiuio/docs/iscsiuio.8
|
||
|
index ea21d78..3b50409 100644
|
||
|
--- a/iscsiuio/docs/iscsiuio.8
|
||
|
+++ b/iscsiuio/docs/iscsiuio.8
|
||
|
@@ -5,7 +5,7 @@
|
||
|
.\"
|
||
|
.\" bnx2.4,v 0.7.8.1b
|
||
|
.\"
|
||
|
-.TH iscsiuio 8 "05/01/2013" "Broadcom Corporation"
|
||
|
+.TH iscsiuio 8 "12/10/2013" "Broadcom Corporation"
|
||
|
.\"
|
||
|
.\" NAME part
|
||
|
.\"
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|