|
@@ -1560,7 +1560,8 @@ static ssize_t ipa3_read_stats(struct file *file, char __user *ubuf,
|
|
|
"num_buff_above_thresh_for_def_pipe_notified=%u\n"
|
|
|
"num_buff_below_thresh_for_def_pipe_notified=%u\n"
|
|
|
"num_buff_above_thresh_for_coal_pipe_notified=%u\n"
|
|
|
- "num_buff_below_thresh_for_coal_pipe_notified=%u\n",
|
|
|
+ "num_buff_below_thresh_for_coal_pipe_notified=%u\n"
|
|
|
+ "pipe_setup_fail_cnt=%u\n",
|
|
|
ipa3_ctx->stats.tx_sw_pkts,
|
|
|
ipa3_ctx->stats.tx_hw_pkts,
|
|
|
ipa3_ctx->stats.tx_non_linear,
|
|
@@ -1586,7 +1587,9 @@ static ssize_t ipa3_read_stats(struct file *file, char __user *ubuf,
|
|
|
atomic_read(&ipa3_ctx->stats.num_buff_above_thresh_for_def_pipe_notified),
|
|
|
atomic_read(&ipa3_ctx->stats.num_buff_below_thresh_for_def_pipe_notified),
|
|
|
atomic_read(&ipa3_ctx->stats.num_buff_above_thresh_for_coal_pipe_notified),
|
|
|
- atomic_read(&ipa3_ctx->stats.num_buff_below_thresh_for_coal_pipe_notified));
|
|
|
+ atomic_read(&ipa3_ctx->stats.num_buff_below_thresh_for_coal_pipe_notified),
|
|
|
+ ipa3_ctx->stats.pipe_setup_fail_cnt
|
|
|
+ );
|
|
|
cnt += nbytes;
|
|
|
|
|
|
for (i = 0; i < IPAHAL_PKT_STATUS_EXCEPTION_MAX; i++) {
|