qcacmn: Pktlog Enhancements

1. Reduce the log level for every buffer received
   from firmware
2. Set the default pktlog buffer size to 10MB.

Change-Id: Iad8827084579592fcfa69056dcfc9d57095151e7
CRs-Fixed: 2364380
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-12-10 16:42:31 -08:00
committed by nshrivas
parent ce2009b364
commit 96e3633874
2 changed files with 4 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
#include <pktlog_ac.h>
#define PKTLOG_DEFAULT_BUFSIZE (1 * 1024 * 1024) /* 1MB */
#define PKTLOG_DEFAULT_BUFSIZE (10 * 1024 * 1024) /* 10MB */
#define PKTLOG_DEFAULT_SACK_THR 3
#define PKTLOG_DEFAULT_TAIL_LENGTH 100
#define PKTLOG_DEFAULT_THRUPUT_THRESH (64 * 1024)