DragonFly BSD
DragonFly commits List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sys/dev/netif/em


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Wed, 20 Oct 2004 15:12:43 +0200

On Mon, Oct 18, 2004 at 10:47:52PM -0700, Matthew Dillon wrote:
>   Remove an unnecessary bus_dmamap_create and destroy for the rx and tx
>   descriptor rings.  No bounce buffers are ever needed since bus_dmamem_alloc()
>   allocates the correct type of memory and never needs a bounce buffer.

This is in fact a memory leak in the kernel, if bounce pages have been
allocated.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]