Re: [Cbe-oss-dev] [PATCH 0/10] ps3: fixes for ps3_gelic driver

2007-07-25 Thread Joel Schopp
Since gelic and spidernet are 95% identical it would be a good idea to cc the 
spidernet maintainer Linas on these patches (ccd on this reply).


Masakazu Mokuno wrote:

This patchset are fixes and updates incorporating the comments from Jeff
Garzik and Stephen Hemminger.
Please accept the following patches for the ps3_gelic driver.  Thanks.

 [1] ps3: fix wrong calculation of rx descriptor address
 [2] ps3: some minor cleanups
 [3] ps3: tx descriptor handling cleanup
 [4] ps3: removed defines no longer used
 [5] ps3: removed conditional ethtool support
 [6] ps3: use net_device_stats of net_device structure
 [7] ps3: use ethX as the name of irq
 [8] ps3: removed calling netif_poll_enable() in open()
 [9] ps3: fix rare issue that reenabling rx DMA fails
[10] ps3: reduce allocation size of rx skb buffers


--
Masakazu MOKUNO

___
cbe-oss-dev mailing list
[EMAIL PROTECTED]
https://ozlabs.org/mailman/listinfo/cbe-oss-dev



-
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 21/21]: powerpc/cell spidernet DMA coalescing

2006-10-13 Thread Joel Schopp

Linas Vepstas wrote:
The current driver code performs 512 DMA mappns of a bunch of 
32-byte structures. This is silly, as they are all in contiguous 
memory. Ths patch changes the code to DMA map the entie area

with just one call.

Signed-off-by: Linas Vepstas [EMAIL PROTECTED]
Cc: James K Lewis [EMAIL PROTECTED]
Cc: Arnd Bergmann [EMAIL PROTECTED]


While this patch wasn't useful in the current cell implementation of pci_map_single 
it sounds like people are going to be making changes to that sometime. In light of 
that new information (new to me anyway) this should probably go in after all.  Sorry 
for causing trouble.


Acked-by: Joel Schopp [EMAIL PROTECTED]

-
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