[PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-21 Thread Divy Le Ray
Jeff, I resubmit the patch supporting the latest Chelsio T3 adapter. It incorporates Arjan's feedbacks: - remove unnecessary ifdefs - updates the pci ressource managment - add flush after register write. It is built against Linus'tree. A corresponding monolithic patch is available at this URL:

Re: [PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-15 Thread Steve Wise
Hey Jeff, Is this driver in your queue for merging? The Chelsio T3 RDMA driver that depends on the T3 Ethernet driver is also ready to be merged. I was just wondering if its in queue, or if there is something else we need to do. Thanks, Steve. On Wed, 2006-12-13 at 21:40 -0800, Divy Le Ray

Re: [PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-15 Thread Jeff Garzik
Steve Wise wrote: Hey Jeff, Is this driver in your queue for merging? The Chelsio T3 RDMA driver that depends on the T3 Ethernet driver is also ready to be merged. I was just wondering if its in queue, or if there is something else we need to do. I have mainly been waiting for feedback from

Re: [PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-15 Thread Steve Wise
On Fri, 2006-12-15 at 12:06 -0500, Jeff Garzik wrote: Steve Wise wrote: Hey Jeff, Is this driver in your queue for merging? The Chelsio T3 RDMA driver that depends on the T3 Ethernet driver is also ready to be merged. I was just wondering if its in queue, or if there is something

Re: [PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-08 Thread Stephen Hemminger
Minor style stuff (that can be fixed later). 1) /* C style comments */ are preferred over // C++ style 2) Please use C99 style structure initializers especially for OS interface structures like ops for MII. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a

[PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-07 Thread Divy Le Ray
Hi, I resubmit the patch supporting the latest Chelsio T3 adapter. It incorporates feedbacks from Stephen: - per port data accessed through netdev_priv() - remove locking in netpoll() method It also adapts to the new workqueue rules. This patch adds support for the latest Chelsio adapter, T3.

[PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-12-04 Thread Divy Le Ray
Hi, I resubmit the patch supporting the latest Chelsio T3 adapter. It incoporpates feedbacks from Stephen and Jan. This patch adds support for the latest Chelsio adapter, T3. It is built against 2.6.19. A corresponding monolithic patch against 2.6.19 is posted at the following URL:

[PATCH 0/10] cxgb3: Chelsio T3 1G/10G ethernet device driver

2006-11-17 Thread Divy Le Ray
Hi, Based on Arnd's feedback, I re-submit the patch supporting the latest Chelsio T3 adapter in inlined mails. Some header files were trimmed down to reduce the code footprint. This patch adds support for the latest Chelsio adapter, T3. It is built against 2.6.19-rc6. A corresponding