qcacmn: DP RX changes for RX buffer pool support
DP RX changes to support RX buffer pool, this is a pre-allocated pool of buffers which will be utilized during low memory conditions. Change-Id: I8d89a865f989d4e88c10390861e9d4be72ae0299 CRs-Fixed: 2731517
This commit is contained in:

committed by
snandini

parent
ea9aadb12d
commit
fa2844b787
@@ -1784,6 +1784,12 @@ struct cdp_pdev_stats {
|
||||
uint64_t tx_ppdu_proc;
|
||||
uint64_t ack_ba_comes_twice;
|
||||
uint64_t ppdu_drop;
|
||||
|
||||
struct {
|
||||
uint64_t num_bufs_consumed;
|
||||
uint64_t num_pool_bufs_replenish;
|
||||
uint64_t num_bufs_alloc_success;
|
||||
} rx_buffer_pool;
|
||||
};
|
||||
|
||||
/* struct cdp_peer_hmwds_ast_add_status - hmwds peer ast add status
|
||||
|
Reference in New Issue
Block a user