[ewg] ofa_1_5_kernel 20091012-0200 daily build status

2009-10-12 Thread Vladimir Sokolovsky (Mellanox)
This email was generated automatically, please do not reply


git_url: git://git.openfabrics.org/ofed_1_5/linux-2.6.git
git_branch: ofed_kernel_1_5

Common build parameters: 

Passed:
Passed on i686 with linux-2.6.19
Passed on i686 with linux-2.6.18
Passed on i686 with linux-2.6.21.1
Passed on i686 with linux-2.6.24
Passed on i686 with linux-2.6.26
Passed on i686 with linux-2.6.22
Passed on i686 with linux-2.6.27
Passed on x86_64 with linux-2.6.16.60-0.21-smp
Passed on x86_64 with linux-2.6.18
Passed on x86_64 with linux-2.6.18-164.el5
Passed on x86_64 with linux-2.6.18-128.el5
Passed on x86_64 with linux-2.6.18-93.el5
Passed on x86_64 with linux-2.6.21.1
Passed on x86_64 with linux-2.6.19
Passed on x86_64 with linux-2.6.20
Passed on x86_64 with linux-2.6.24
Passed on x86_64 with linux-2.6.25
Passed on x86_64 with linux-2.6.22
Passed on x86_64 with linux-2.6.26
Passed on x86_64 with linux-2.6.27
Passed on x86_64 with linux-2.6.9-67.ELsmp
Passed on x86_64 with linux-2.6.9-78.ELsmp
Passed on ia64 with linux-2.6.18
Passed on ia64 with linux-2.6.19
Passed on ia64 with linux-2.6.21.1
Passed on ia64 with linux-2.6.23
Passed on ia64 with linux-2.6.24
Passed on ia64 with linux-2.6.22
Passed on ia64 with linux-2.6.26
Passed on ia64 with linux-2.6.25
Passed on ppc64 with linux-2.6.18
Passed on ppc64 with linux-2.6.19

Failed:
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] [PATCH] mlx4: remove limitation on LSO header size

2009-10-12 Thread Roland Dreier

 +   *blh = unlikely(halign  64) ? 1 : 0;

   This idiom of (boolean condition) ? 1 : 0 looks odd to me... doesn't
   (halign  64) already evaluate to 1 or 0 anyway?  Does the unlikely()
   actually affect code generation here?

  True, (halign  64) is the same and is cleaner. As for the unlikely()
  -- well it's already been there and besides, we're never sure if it
  will improve anything so the same question could be asked for other
  places in the code.

I was just wondering in this case where you are just assigning the
boolean value of the expression to a variable how unlikely affects
things.  I can understand for conditional jumps how the compiler can
choose to make the likely case more efficient, but when there are no
jumps then I was just curious how the hint could help.

   I assume this initialization is to avoid a compiler warning.  But the
   code is actually correct without initializing blh -- so I think that we
   save a tiny bit of code by doing uninitialized_var() instead?

  We must initialize blh since it is used for any send request and not
  just LSO opcodes. 

So then this patch was buggy because blh was not reinitialized as we
loop through multiple work requests?  eg an LSO request followed by a
non-LSO request?

Anyway I'll look over the newer patch.
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] rping is not resolving ipv6 addresses

2009-10-12 Thread David J. Wilder

On Sun, 2009-10-11 at 09:39 +0200, Aleksey Senin wrote:
 Hi, David.
 In order to work with link-local addresses you have to remove
 unnecessary routes from other interfaces
 or
 work with addresses different from link-local
 or
 rping should be patched in the way of ping6

Thanks for this summation Aleksey. Your first two suggestions do work.

ping6 is scoping the address by hand.  I can duplicate that code in
rping. however, from the discussion I suspect it is still not going to
work; however, possibly it will help scope the problem :)

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] [GIL PULL] ofed-1.5 - cxgb3 fixes

2009-10-12 Thread Steve Wise

Vlad,

Please pull from

https://v...@sofa.openfabrics.org/~swise/ofed_kernel.git ofed_1_5

One commit that adds the vlan fix (bug 1763) to RH4 and SLES10 backports.

Thanks,

Steve

-

commit 75e7c96c848a86502f70fb2404c9174c8b19a6de
Author: Steve Wise sw...@opengridcomputing.com
Date:   Mon Oct 12 20:33:30 2009 -0500

   RDMA/cxgb3:  Add vlan fix to RH4 and SLES10 backports.

   Signed-off-by: Steve Wise sw...@opengridcomputing.com

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg