Re: [PATCH v2 00/13] 2.6.20 Chelsio T3 RDMA Driver

2006-12-04 Thread Steve Wise
  
 
  I understood that Stephen expressed some doubts regarding the inclusion
  of TOE enabled features.
 
  Was his point addressed ?
 

 
 My comments were about different hardware.


Just to clarify:  

Stephen is working on the Chelsio T2 HW driver.  

The drivers Divy and I are submitting are for the new Chelsio T3
hardware.  Two drivers are being submitted:  The Ethernet driver
(submitted by Divy) and the RDMA driver (submitted by me) which requires
the Ethernet driver.  The RDMA driver will live in
drivers/infiniband/hw/cxgb3 and the Ethernet driver will live in
drivers/net/cxgb3.


Steve.




-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v2 00/13] 2.6.20 Chelsio T3 RDMA Driver

2006-12-02 Thread Steve Wise

Version 2 changes:

- Make code sparse endian clean
- Use IDRs for mapping QP and CQ IDs to structure pointers instead of arrays
- Clean up confusing bitfields
- Use random32() instead of local random function
- Use krefs to track endpoint reference counts
- Misc nits

-

The following series implements the Chelsio T3 iWARP/RDMA Driver to
be considered for inclusion in 2.6.20.  It depends on the Chelsio T3
Ethernet Driver which is also under review now for 2.6.20. See:

http://www.mail-archive.com/netdev@vger.kernel.org/msg26619.html

The patches are against 2.6.19.

This patch series can also be pulled from:

http://www.opengridcomputing.com/downloads/iw_cxgb3_patches_v2.tar.bz2

The Chelsio T3 Ethernet Driver patch can be pulled from:

http://service.chelsio.com/kernel.org/cxgb3.patch.bz2

A complete GIT kernel tree with all the T3 drivers can be pulled from:

git://staging.openfabrics.org/~swise/cxgb3.git

Thanks,

Steve.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 00/13] 2.6.20 Chelsio T3 RDMA Driver

2006-12-02 Thread Francois Romieu
Steve Wise [EMAIL PROTECTED] :
[...]
 Version 2 changes:
 
 - Make code sparse endian clean
 - Use IDRs for mapping QP and CQ IDs to structure pointers instead of arrays
 - Clean up confusing bitfields
 - Use random32() instead of local random function
 - Use krefs to track endpoint reference counts
 - Misc nits
 
 -
 
 The following series implements the Chelsio T3 iWARP/RDMA Driver to
 be considered for inclusion in 2.6.20.  It depends on the Chelsio T3
 Ethernet Driver which is also under review now for 2.6.20. See:

I understood that Stephen expressed some doubts regarding the inclusion
of TOE enabled features.

Was his point addressed ?

-- 
Ueimor
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 00/13] 2.6.20 Chelsio T3 RDMA Driver

2006-12-02 Thread Stephen Hemminger

Francois Romieu wrote:

Steve Wise [EMAIL PROTECTED] :
[...]
  

Version 2 changes:

- Make code sparse endian clean
- Use IDRs for mapping QP and CQ IDs to structure pointers instead of arrays
- Clean up confusing bitfields
- Use random32() instead of local random function
- Use krefs to track endpoint reference counts
- Misc nits

-

The following series implements the Chelsio T3 iWARP/RDMA Driver to
be considered for inclusion in 2.6.20.  It depends on the Chelsio T3
Ethernet Driver which is also under review now for 2.6.20. See:



I understood that Stephen expressed some doubts regarding the inclusion
of TOE enabled features.

Was his point addressed ?

  


My comments were about different hardware.
-
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html