qcacmn: Replenish Rx buffers on low threshold intr
Replenish buffers in RXDMA refill ring based on low threshold interrupts in addition to regular Rx processing. Also increased RXDMA refill ring size to 4096. Change-Id: If1f4592c815fe2404c4952a96b721cb6d4fdfcd0
This commit is contained in:

committed by
snandini

parent
1f88428baf
commit
87f0c5d850
@@ -991,6 +991,8 @@ struct cdp_pdev_stats {
|
||||
uint32_t map_err;
|
||||
/* x86 failures */
|
||||
uint32_t x86_fail;
|
||||
/* low threshold interrupts */
|
||||
uint32_t low_thresh_intrs;
|
||||
} replenish;
|
||||
|
||||
/* Rx Raw Packets */
|
||||
|
Reference in New Issue
Block a user