[ewg] [GIT PULL 00/10] ofed_1_2 - Chelsio Bug Fixes

2007-06-29 Thread Steve Wise
Vlad, The following patches are bug fixes to the rdma and low level chelsio drivers for ofed-1.2. All of these patches are upstream in either 2.6.22 or pending for 2.6.23 and need to be pulled into ofed-1.2. I plan to make these available to chelsio customers either through a series of

[ewg] [PATCH 01/10] iw_cxgb3: ctrl-qp init/clear shouldn't set the gen bit.

2007-06-29 Thread Steve Wise
iw_cxgb3: ctrl-qp init/clear shouldn't set the gen bit. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/hw/cxgb3/core/cxio_hal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/infiniband/hw/cxgb3/core/cxio_hal.c

[ewg] [PATCH 07/10] cxgb3 - Fix direct XAUI support

2007-06-29 Thread Steve Wise
cxgb3 - Fix direct XAUI support Check all lanes for link status on direct XAUI cards. Don't assume that direct XAUI always uses XGMAC 1. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/cxgb3/ael1002.c | 10 --

[ewg] [PATCH 09/10] cxgb3 - MAC watchdog update

2007-06-29 Thread Steve Wise
cxgb3 - MAC watchdog update Fix variables initialization and usage in the MAC watchdog. Signed-off-by: Divy Le Ray [EMAIL PROTECTED] Signed-off-by: Jeff Garzik [EMAIL PROTECTED] --- drivers/net/cxgb3/xgmac.c | 31 +-- 1 files changed, 21 insertions(+), 10