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

2007-10-16 Thread Tom Tucker
On Tue, 2007-10-16 at 17:46 -0700, Scott Weitzenkamp (sweitzen) wrote: > > 3. IPoIB > >o Stateless offloads > >o NAPI is enabled default > > How does one measure these changes using tools like netperf or iperf? > Do I need a specific HCA type? > > > 4. SDP - these are not yet in the alpha

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

2007-10-16 Thread Scott Weitzenkamp (sweitzen)
> 3. IPoIB >o Stateless offloads >o NAPI is enabled default How does one measure these changes using tools like netperf or iperf? Do I need a specific HCA type? > 4. SDP - these are not yet in the alpha release >o Keep-alive >o Asynch IO >o Send Zero Copy If it didn't make i

[ewg] [Patch] another patch for RedHat EL 5-U1 for ia64

2007-10-16 Thread Woodruff, Robert J
Hi Vlad, Here is one more patch that is needed for the RedHat EL 5 - U1 backport that I found today when testing on Itanium. After you apply the patch I sent yesterday, apply this one (attached). It removes a backport that is now included in the base RedHat kernel. woody RedhatEL5.1-ia64.patc

[ewg] [PATCH 5/5] IB/ehca: Enable large page MRs by default

2007-10-16 Thread Joachim Fenkes
Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/hw/ehca/ehca_main.c b/drivers/infiniband/hw/ehca/ehca_main.c index d477dc3..2f51c13 100644 --- a/drivers/infini

[ewg] [PATCH 4/5] IB/ehca: Change meaning of hca_cap_mr_pgsize

2007-10-16 Thread Joachim Fenkes
ehca_shca.hca_cap_mr_pgsize now contains all supported page sizes ORed together. This makes some checks easier to code and understand, plus we can return this value verbatim in query_hca(), fixing a problem with SRP (reported by Anton Blanchard -- thanks!). Signed-off-by: Joachim Fenkes <[EMAIL PR

[ewg] [PATCH 3/5] IB/ehca: Fix ehca_encode_hwpage_size() and alloc_fmr()

2007-10-16 Thread Joachim Fenkes
Simplify ehca_encode_hwpage_size(), fixing an infinite loop for pgsize == 0 in the process. Fix the bug in alloc_fmr() that triggered the loop. Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_mrmw.c | 15 --- 1 files changed, 4 insertions(+), 11

[ewg] [PATCH 2/5] IB/ehca: Fix masking error in {,re}reg_phys_mr()

2007-10-16 Thread Joachim Fenkes
Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_mrmw.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/ehca/ehca_mrmw.c b/drivers/infiniband/hw/ehca/ehca_mrmw.c index da88738..16c9efd 100644 --- a/drivers/infi

[ewg] [PATCH 1/5] IB/ehca: Supply QP token for SRQ base QPs

2007-10-16 Thread Joachim Fenkes
Because hardware reports the SRQ token in RWQEs of SRQ base QPs, supply the base QP token as SRQ token, so we can properly find the SRQ base QP. Signed-off-by: Joachim Fenkes <[EMAIL PROTECTED]> --- drivers/infiniband/hw/ehca/ehca_qp.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)

[ewg] [PATCH 0/5] IB/ehca: SRQ and MR/MW fixes

2007-10-16 Thread Joachim Fenkes
Here are some more fixes for the eHCA driver, fixing some problems we found during internal system test. [1/5] fixes the QP pointer determination for SRQ base QPs [2/5] fixes a masking error in {,re}reg_phys_mr() [3/5] fixes a bug in alloc_fmr() and simplifies some code [4/5] refactors hca_cap_mr_