[ewg] Re: [PATCH 3/6] nes: add missing unlock in error path of nes_alloc_fmr()

2007-12-13 Thread Roland Dreier
Be careful how you forward patches on so that you preserve author and Signed-off-by information. This patch is fairly trivial so it's no big deal, but I did write the original patch and it appears in my tree as: commit 772bbcb6b5d310bf29a184d280a4d1d8b3350422 Author: Roland Dreier <[EMAIL

[ewg] [PATCH 6/6] nes: remove unnecessary kernel macro #ifdefs

2007-12-13 Thread Glenn Grundstrom (NetEffect)
NETIF_F_xxx and HAVE_xxx macro #ifdefs are not needed and have been removed. >From Rolands infiniband git tree to update OFED. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/nes_nic.c b/drivers/infiniband/hw/nes/nes_nic.c index 0f50cd5..f196c43

[ewg] [PATCH 5/6] nes: fix napi enable for multiport boards

2007-12-13 Thread Glenn Grundstrom (NetEffect)
napi_enable() was not being called for ports after the first. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/nes_nic.c b/drivers/infiniband/hw/nes/nes_nic.c index dcff1b8..0f50cd5 100644 --- a/drivers/infiniband/hw/nes/nes_nic.c +++ b/drivers/inf

[ewg] [PATCH 4/6] nes: fix nes_get_encoded_size() prototype

2007-12-13 Thread Glenn Grundstrom (NetEffect)
Change the argument type from u32 * to int * to match how it is called. >From Rolands infiniband git tree to update OFED. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/nes_verbs.c b/drivers/infiniband/hw/nes/nes_verbs.c index cd95aba..97cb51e 1

[ewg] [PATCH 3/6] nes: add missing unlock in error path of nes_alloc_fmr()

2007-12-13 Thread Glenn Grundstrom (NetEffect)
A spin_unlock_irqrestore() was missing in an error case of nes_alloc_fmr(). >From Rolands infiniband tree to update OFED. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/nes_verbs.c b/drivers/infiniband/hw/nes/nes_verbs.c index ea7625a..cd95aba 1

[ewg] [PATCH 2/6] nes: fix external crc32c() dependency

2007-12-13 Thread Glenn Grundstrom (NetEffect)
Add Select LIBCRC32C to make sure crc32c() can be resolved. Without this the driver may not link. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/Kconfig b/drivers/infiniband/hw/nes/Kconfig index d5f2a12..2aeb7ac 100644 --- a/drivers/infiniband/h

[ewg] [PATCH 1/6] nes: cosmetic and whitespace cleanup

2007-12-13 Thread Glenn Grundstrom (NetEffect)
Run cleanfile to fix up whitespace >From Rolands infiniband tree to update OFED. Signed-off-by: Glenn Grundstrom <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/hw/nes/nes_cm.c b/drivers/infiniband/hw/nes/nes_cm.c index d101117..638bc51 100644 --- a/drivers/infiniband/hw/nes/nes_cm.c

[ewg] RE: [ofa-general] OFED 1.3-rc1 release is available

2007-12-13 Thread Tang, Changqing
HI, When can you fix the backward compatible issue with OFED 1.2 ? Thanks. --CQ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren Sent: Thursday, December 13, 2007 10:40 AM To: ewg@lists.openfabrics.org Cc: [EMAIL PROTECTED] Subject

[ewg] which kernel addons w/ RHEL5.0?

2007-12-13 Thread Arthur Jones
hi vlad, which kernel_addons backport directory goes with RHEL5 (no updates) in your build tests? arthur ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] Re: [PATCH] IB/ehca: Fix lock flag location, bump version number

2007-12-13 Thread Roland Dreier
applied, thanks ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] OFED 1.3-rc1 release is available

2007-12-13 Thread Tziporet Koren
Hi, OFED 1.3 RC1 release is available on http://www.openfabrics.org/downloads/OFED/ofed-1.3/OFED-1.3-rc1.tgz To get BUILD_ID run ofed_info Please report any issues in bugzilla https://bugs.openfabrics.org/ The RC2 release is expected on December 27 Tziporet & Vlad ==

[ewg] [PATCH] IB/iser: update open-iscsi kernel code to release 2.0-865.15

2007-12-13 Thread Erez Zilber
Vlad, I've updated open-iscsi kernel code to release 2.0-865.15. Please pull from git://git.openfabrics.org/~erezz/linux-2.6.git ofed_kernel Thanks, Erez ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listin

[ewg] [PATCH] IB/ehca: Fix lock flag location, bump version number

2007-12-13 Thread Joachim Fenkes
Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- This addresses a comment of Roland and bumps the version number. If it's not too late, please apply for 2.6.24. Thanks! drivers/infiniband/hw/ehca/ehca_classes.h |1 + drivers/infiniband/hw/ehca/ehca_main.c|2 +- drivers/infiniban

[ewg] [GIT PULL] ~sashak/management.git

2007-12-13 Thread Sasha Khapyorsky
Hi Vlad, Please pull recent ofed_1_3 branch of ~sashak/management.git. The changes are: Al Chu (1): OpenSM: Fix error return corner case Hal Rosenstock (1): opensm/libvendor/osm_vendor_ibumad_sa.c: In __osmv_sa_mad_rcv_cb, handle attribute offset of 0 Sasha Khapyorsky (9): o