[ewg] Changlog is missing in libmlx4

2007-08-21 Thread Vladimir Sokolovsky
Ho Roland, libmlx4 rpm build fails because of missing ChangeLog file. Please add. Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.89570 + umask 022 + cd /var/tmp/OFED_topdir/BUILD + cd libmlx4-0.1 + DOCDIR=/var/tmp/libmlx4-0.1-0.2.ofed20070820-K19447/usr/share/doc/libmlx4-0.1 + export DOCDIR + rm

[ewg] Re: [ofa-general] RE: OFA website edits

2007-08-21 Thread Steve Wise
Hey Jeff, Can I get ownership of /var/www/openfabrics.org/downloads/cxgb3? That way I can publish libcxgb3 releases, which I maintain. Right now ralfc owns this instead of swise. Thanks, Steve. Jeff Becker wrote: Hi. I created most of the requested directory/owner pairs in

[ewg] [PATCH 2/10 VNIC] Changes to VNIC control state machine

2007-08-21 Thread Ramachandra K
Reimplement control statemachine for fixing IB send not completed errors. Also simplify the control command processing logic and remove all control QP retries. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- drivers/infiniband/ulp/vnic/vnic_config.c

[ewg] [PATCH 3/10 VNIC] Improvements for EVIC scalability

2007-08-21 Thread Ramachandra K
Improve EVIC scalability by delaying host connections. Increase the time to wait for a control response to handle the case when there are many hosts trying to reconnect to the EVIC. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] ---

[ewg] [PATCH 5/10 VNIC] Fix the ib_create_cq() call

2007-08-21 Thread Ramachandra K
The ib_create_cq() call in VNIC had been incorrectly changed. Fix the parameters in the ib_create_cq() call by setting the comp_vector parameter to 0 instead of setting the comp_handler parameter to 0. Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- drivers/infiniband/ulp/vnic/vnic_ib.c |

[ewg] [PATCH 6/10 VNIC] Increase the watchdog timeout value

2007-08-21 Thread Ramachandra K
Increase the VNIC netdev watchdog timeout value from 1 second to 10 seconds to fix TX timeout problems with the EVIC. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- drivers/infiniband/ulp/vnic/vnic_main.c |2 +- 1 files changed, 1 insertions(+), 1

[ewg] [PATCH 7/10 VNIC] Retry sending CM requests on failure

2007-08-21 Thread Ramachandra K
On CM request sending failure, retry sending CM requests for 10 minutes. After 10 minutes stop retrying and send a timed out message. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- drivers/infiniband/ulp/vnic/vnic_ib.c |2 +-

[ewg] [PATCH 8/10 VNIC] Check for hearbeat value of 0

2007-08-21 Thread Ramachandra K
Check for zero value of hearbeat. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- drivers/infiniband/ulp/vnic/vnic_sys.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/infiniband/ulp/vnic/vnic_sys.c

[ewg] [PATCH 10/10 VNIC] Enable building VNIC on RHEL 5

2007-08-21 Thread Ramachandra K
Modifiy build_env.sh to add RHEL 5 in the list of kernels supported by VNIC. From: Poornima Kamath [EMAIL PROTECTED] Signed-off-by: Ramachandra K [EMAIL PROTECTED] --- build_env.sh |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_env.sh b/build_env.sh index

[ewg] [Fwd: [GIT PULL] ofed-1.3 - libcxgb3 refresh]

2007-08-21 Thread Steve Wise
resending to lists... Original Message Subject: [GIT PULL] ofed-1.3 - libcxgb3 refresh Date: Tue, 21 Aug 2007 09:17:23 -0500 From: Steve Wise [EMAIL PROTECTED] To: Vladimir Sokolovsky [EMAIL PROTECTED] CC: OpenFabricsEWG ewg@lists.openfabrics.org, OpenFabrics General [EMAIL