[ewg] [PATCH] IB/core: remove an always true condition

2008-07-14 Thread Eli Cohen
command is an unsigned variable so it can't be negative. Signed-off-by: Eli Cohen [EMAIL PROTECTED] --- drivers/infiniband/core/uverbs_main.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/core/uverbs_main.c b/drivers/infiniband/core/uverbs_main.c

***SPAM*** Re: [ewg] [PATCH] QLogic VNIC: Changes to QLogic VNIC Documentation

2008-07-14 Thread Ramachandra K
Tziporet, Did you get a chance to apply this documentation patch ? Regards, Ram On Thu, Jul 10, 2008 at 9:10 PM, Ramachandra K [EMAIL PROTECTED] wrote: From: Ramachandra K [EMAIL PROTECTED] With inclusion of new features and tools into QLogic VNIC package, documentation of the same is being

RE: [ewg] OFED meeting agenda for today (July 14, 2008)

2008-07-14 Thread Davis, Arlin R
Tziporet, uDAPL socket cm for scalability is done. UD extensions will be done end of week. -arlin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren Sent: Monday, July 14, 2008 8:15 AM To: Tziporet Koren; ewg@lists.openfabrics.org Cc:

[ewg] [PATCH 0/5] eHCA backports for OFED 1.4, part 1

2008-07-14 Thread Joachim Fenkes
Hi, this patchset contains eHCA backports for several kernels as well as some fixes to other backports that broke on powerpc. [1/5] fixes core for 2.6.24 [2/5] fixes core for RHEL5.1 and RHEL 5.2 [3/5] adds ehca backports for 2.6.2[345] [4/5] adds ehca backports for RHEL5.1 and RHEL5.2 [5/5]

[ewg] [PATCH 1/5] IB/core: fix kobject.h backport for 2.6.24

2008-07-14 Thread Joachim Fenkes
From: Alexander Schmidt [EMAIL PROTECTED] The backport kobject.h was causing an include recursion (included slab.h which in turn needed kobject.h), so move the function bodies to their own .c file in core, which is the only place where the new functions are needed. Signed-off-by: Joachim Fenkes

[ewg] [PATCH 2/5] IB/core: PowerPC backport fixes for RH5.* kernels

2008-07-14 Thread Joachim Fenkes
From: Alexander Schmidt [EMAIL PROTECTED] Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- .../2.6.18-EL5.1/include/linux/dma-mapping.h |2 +- .../2.6.18-EL5.2/include/linux/dma-mapping.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

[ewg] [PATCH 4/5] IB/ehca: RHEL5 backports

2008-07-14 Thread Joachim Fenkes
From: Alexander Schmidt [EMAIL PROTECTED] Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- .../2.6.18-EL5.1/ehca-01-ibmebus_loc_code.patch| 186 .../2.6.18-EL5.2/ehca-01-ibmebus_loc_code.patch| 186 2 files changed, 372 insertions(+), 0

[ewg] [PATCH 5/5] IB/ehca: SLES10 SP1/2 backports

2008-07-14 Thread Joachim Fenkes
From: Alexander Schmidt [EMAIL PROTECTED] Signed-off-by: Joachim Fenkes [EMAIL PROTECTED] --- .../ehca_01_ibmebus_loc_code.patch | 154 .../ehca_01_ibmebus_loc_code.patch | 154 2 files changed, 308 insertions(+), 0