qcacmn: Add framework to configure varying data/monitor buf size
Add a framework to configure varying buffer size for both data and monitor buffers. For example, with this framework, the user can configure 2K SKB for Data buffers, monitor status rings, monitor descriptor rings, monitor destination rings and 4K SKB for monitor buffers through compile time. Change-Id: I212d04ff6907e71e9c80b69834aa07ecc6db4d2e CRs-Fixed: 2604646
This commit is contained in:

committed by
nshrivas

parent
b1261d4e0c
commit
03a9f5b19c
@@ -5682,8 +5682,6 @@ dp_print_pdev_rx_stats(struct dp_pdev *pdev)
|
||||
DP_PRINT_STATS("Replenished:");
|
||||
DP_PRINT_STATS(" Packets = %d",
|
||||
pdev->stats.replenish.pkts.num);
|
||||
DP_PRINT_STATS(" Bytes = %llu",
|
||||
pdev->stats.replenish.pkts.bytes);
|
||||
DP_PRINT_STATS(" Buffers Added To Freelist = %d",
|
||||
pdev->stats.buf_freelist);
|
||||
DP_PRINT_STATS(" Low threshold intr = %d",
|
||||
|
Reference in New Issue
Block a user