|
@@ -1430,7 +1430,7 @@ static ssize_t ipa3_read_stats(struct file *file, char __user *ubuf,
|
|
|
"lan_rx_empty=%u\n"
|
|
|
"lan_repl_rx_empty=%u\n"
|
|
|
"flow_enable=%u\n"
|
|
|
- "flow_disable=%u\n",
|
|
|
+ "flow_disable=%u\n"
|
|
|
"rx_page_drop_cnt=%u\n",
|
|
|
ipa3_ctx->stats.tx_sw_pkts,
|
|
|
ipa3_ctx->stats.tx_hw_pkts,
|
|
@@ -1448,7 +1448,8 @@ static ssize_t ipa3_read_stats(struct file *file, char __user *ubuf,
|
|
|
ipa3_ctx->stats.lan_repl_rx_empty,
|
|
|
ipa3_ctx->stats.flow_enable,
|
|
|
ipa3_ctx->stats.flow_disable,
|
|
|
- ipa3_ctx->stats.rx_page_drop_cnt);
|
|
|
+ ipa3_ctx->stats.rx_page_drop_cnt
|
|
|
+ );
|
|
|
cnt += nbytes;
|
|
|
|
|
|
for (i = 0; i < IPAHAL_PKT_STATUS_EXCEPTION_MAX; i++) {
|