[PATCH] ISCSIUIO: Updated iscsiuio to version 0.7.8.1b for perf optimization

2013-06-19 Thread Eddie Wai
uIP v0.7.8.1b (May 01, 2013)
===
   Enhancements
   
   1. Change:  Performance optimization by caching the page size
  Impact:  All

   2. Change:  Fixed a bug in the tx completion interrupt handler
  Impact:  10G only

Signed-off-by: Eddie Wai eddie@broadcom.com
---
 iscsiuio/README|9 +--
 iscsiuio/RELEASE.TXT   |   15 -
 iscsiuio/configure |  124 
 iscsiuio/configure.ac  |4 +-
 iscsiuio/docs/iscsiuio.8   |8 +-
 iscsiuio/src/unix/libs/bnx2.c  |   14 ++--
 iscsiuio/src/unix/libs/bnx2x.c |   19 +++---
 iscsiuio/src/unix/nic.c|1 +
 iscsiuio/src/unix/nic.h|6 ++-
 9 files changed, 108 insertions(+), 92 deletions(-)

diff --git a/iscsiuio/README b/iscsiuio/README
index 1a6386f..e7e5fe4 100644
--- a/iscsiuio/README
+++ b/iscsiuio/README
@@ -1,6 +1,6 @@
 Iscsiuio Userspace Tool
-Version 0.7.6.1g
-Jan 14, 2013
+Version 0.7.8.1b
+May 01, 2013
 --
 
 This tool is to be used in conjunction with the Broadcom NetXtreme II Linux
@@ -189,9 +189,8 @@ To run the daemon in debug mode please pass the parameter  
'-d debug level'
 
 where the following debug levels are defined:
 
-PACKET5 - Print all messages
-DEBUG 4 - Print debug messages
-INFO  3 - Print messages needed to follow the uIP code
+DEBUG 4 - Print all messages
+INFO  3 - Print messages needed to follow the uIP code (default)
 WARN  2 - Print warning messages
 ERROR 1 - Only print critical errors
 
diff --git a/iscsiuio/RELEASE.TXT b/iscsiuio/RELEASE.TXT
index 2fa19bb..de70667 100644
--- a/iscsiuio/RELEASE.TXT
+++ b/iscsiuio/RELEASE.TXT
@@ -1,7 +1,7 @@
   Release Notes
 Broadcom uIP Linux Driver
-Version 0.7.6.1g
-   01/14/2013
+Version 0.7.8.1b
+   05/01/2013
 
   Broadcom Corporation
  5300 California Avenue,
@@ -10,6 +10,16 @@
Copyright (c) 2004 - 2013 Broadcom Corporation
All rights reserved
 
+uIP v0.7.8.1b (May 01, 2013)
+===
+   Enhancements
+   
+   1. Change:  Performance optimization by caching the page size
+  Impact:  All
+
+   2. Change:  Fixed a bug in the tx completion interrupt handler
+  Impact:  10G only
+
 
 uIP v0.7.6.1g (Jan 14, 2013)
 ===
@@ -1986,3 +1996,4 @@ uIP v0.5.0b (Nov 24, 2009)
1. Change: Add Broadcom 10G iSCSI offload support
 
   Impact: Linux
+
diff --git a/iscsiuio/configure b/iscsiuio/configure
index 1852551..2740598 100755
--- a/iscsiuio/configure
+++ b/iscsiuio/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for iscsiuio 0.7.6.1g.
+# Generated by GNU Autoconf 2.59 for iscsiuio 0.7.8.1b.
 #
 # Report bugs to eddie@broadcom.com.
 #
@@ -72,9 +72,9 @@ $as_expr X/$0 : '.*/\([^/][^/]*\)/*$' \| \
 . : '\(.\)' 2/dev/null ||
 echo X/$0 |
 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
- /^X\/\(\/\/\)$/{ s//\1/; q; }
- /^X\/\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
+ /^X\/\(\/\/\)$/{ s//\1/; q; }
+ /^X\/\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
 
 
 # PATH needs CR, and LINENO needs CR and PATH.
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.
 PACKAGE_NAME='iscsiuio'
 PACKAGE_TARNAME='iscsiuio'
-PACKAGE_VERSION='0.7.6.1g'
-PACKAGE_STRING='iscsiuio 0.7.6.1g'
+PACKAGE_VERSION='0.7.8.1b'
+PACKAGE_STRING='iscsiuio 0.7.8.1b'
 PACKAGE_BUGREPORT='eddie@broadcom.com'
 
 # Factoring default headers for most tests.
@@ -870,10 +870,10 @@ $as_expr X$0 : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 . : '\(.\)' 2/dev/null ||
 echo X$0 |
 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
- /^X\(\/\/\)[^/].*/{ s//\1/; q; }
- /^X\(\/\/\)$/{ s//\1/; q; }
- /^X\(\/\).*/{ s//\1/; q; }
- s/.*/./; q'`
+ /^X\(\/\/\)[^/].*/{ s//\1/; q; }
+ /^X\(\/\/\)$/{ s//\1/; q; }
+ /^X\(\/\).*/{ s//\1/; q; }
+ s/.*/./; q'`
   srcdir=$ac_confdir
   if test ! -r $srcdir/$ac_unique_file; then
 srcdir=..
@@ -954,7 +954,7 @@ if test $ac_init_help = long; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures iscsiuio 0.7.6.1g to adapt to many kinds of systems.
+\`configure' configures iscsiuio 0.7.8.1b to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1020,7 +1020,7 @@ fi

Re: [PATCH] ISCSIUIO: Updated iscsiuio to version 0.7.8.1b for perf optimization

2013-06-19 Thread Mike Christie
On 06/19/2013 04:48 PM, Eddie Wai wrote:
 uIP v0.7.8.1b (May 01, 2013)
 ===
Enhancements

1. Change:  Performance optimization by caching the page size
   Impact:  All
 
2. Change:  Fixed a bug in the tx completion interrupt handler
   Impact:  10G only
 
 Signed-off-by: Eddie Wai eddie@broadcom.com

Merged in commit 9a2bc3844106a4c1b860f7b7656fcd3d1bb824c9.

-- 
You received this message because you are subscribed to the Google Groups 
open-iscsi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to open-iscsi+unsubscr...@googlegroups.com.
To post to this group, send email to open-iscsi@googlegroups.com.
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/groups/opt_out.