2009-07-08 05:57:53

by Divy Le ray

[permalink] [raw]
Subject: [PATCH 0/8 net-next-2.6] cxgb3: driver update

Hi Dave,

I am submitting a series of 8 patches for inclusion in net-next-2.6.
Here is a brief description of the patch series:
- Drain the mac Tx fifo when a port goes down
- Fix the mac high water computation on T3C chips
- Fix LED settings and first link status report for the AEL2020 phy
- Minor fixes to the AQ100X phy
- Toggles Global Tx disable bit on phys when powered down
- Fix HW initialization for offload connections
- Fix MAC indexation for the Gen2 adapter
- use request_firmware() to load the phy EDC programming.

Cheers,
Divy


2009-07-08 17:56:10

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 0/8 net-next-2.6] cxgb3: driver update

From: Divy Le Ray <[email protected]>
Date: Tue, 07 Jul 2009 22:48:29 -0700

> I am submitting a series of 8 patches for inclusion in net-next-2.6.
> Here is a brief description of the patch series:
> - Drain the mac Tx fifo when a port goes down
> - Fix the mac high water computation on T3C chips
> - Fix LED settings and first link status report for the AEL2020 phy
> - Minor fixes to the AQ100X phy
> - Toggles Global Tx disable bit on phys when powered down
> - Fix HW initialization for offload connections
> - Fix MAC indexation for the Gen2 adapter
> - use request_firmware() to load the phy EDC programming.

Looks good, all applied.

Thanks for taking care of the request_firmware() issue.