[PATCH] skge: Rx buffer optimization

Optimize the receive buffer management code to replenish the
buffers immediately (like tg3).

Signed-off-by: Stephen Hemmminger <shemminger@osdl.org>
This commit is contained in:
Stephen Hemminger
2005-06-27 11:33:15 -07:00
committed by Jeff Garzik
parent d25f5a6774
commit 19a33d4e6b
2 changed files with 164 additions and 104 deletions

View File

@@ -2503,6 +2503,7 @@ struct skge_port {
void *mem; /* PCI memory for rings */
dma_addr_t dma;
unsigned long mem_size;
unsigned int rx_buf_size;
struct timer_list led_blink;
};