[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:
committed by
Jeff Garzik
parent
d25f5a6774
commit
19a33d4e6b
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user