Revert "Revert "qcacmn: Mesh throughput enhancements""

This reverts commit I7421f3572c46ed27a2d96724b2bbbe40c0704e5f.

Change-Id: I8c44b0e893f81aadf7aa4404538776f27a579d76
CRs-Fixed: 2180219
This commit is contained in:
Venkateswara Swamy Bandaru
2018-01-29 17:52:02 +05:30
committed by snandini
parent 1f3bcf604a
commit 58c8085e21
5 changed files with 130 additions and 40 deletions

View File

@@ -1038,6 +1038,14 @@ struct cdp_tx_ingress_stats {
uint32_t res_full;
} dropped;
/* Mesh packets info */
struct {
/* packets sent to fw */
uint32_t exception_fw;
/* packets completions received from fw */
uint32_t completion_fw;
} mesh;
/*Number of packets classified by CCE*/
uint32_t cce_classified;