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

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

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

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

[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

[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

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

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