123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536 |
- /*
- * Copyright (c) 2014-2019 The Linux Foundation. All rights reserved.
- *
- * Permission to use, copy, modify, and/or distribute this software for
- * any purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
- /******************************************************************************
- * wlan_logging_sock_svc.c
- *
- ******************************************************************************/
- #ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
- #include <linux/vmalloc.h>
- #ifdef CONFIG_MCL
- #include <cds_api.h>
- #include <host_diag_core_event.h>
- #include "cds_utils.h"
- #include "csr_api.h"
- #include "wma.h"
- #include "ol_txrx_api.h"
- #include "pktlog_ac.h"
- #include <cdp_txrx_misc.h>
- #endif
- #include <wlan_logging_sock_svc.h>
- #include <linux/kthread.h>
- #include <qdf_time.h>
- #include <qdf_trace.h>
- #include <qdf_mc_timer.h>
- #include <qdf_timer.h>
- #include <qdf_lock.h>
- #include <wlan_ptt_sock_svc.h>
- #include <host_diag_core_event.h>
- #include "host_diag_core_log.h"
- #ifdef CNSS_GENL
- #include <net/cnss_nl.h>
- #endif
- #define MAX_NUM_PKT_LOG 32
- /**
- * struct tx_status - tx status
- * @tx_status_ok: successfully sent + acked
- * @tx_status_discard: discard - not sent (congestion control)
- * @tx_status_no_ack: no_ack - sent, but no ack
- * @tx_status_download_fail: download_fail -
- * the host could not deliver the tx frame to the target
- * @tx_status_peer_del: peer_del - tx completion for
- * alreay deleted peer used for HL case
- *
- * This enum has tx status types
- */
- enum tx_status {
- tx_status_ok,
- tx_status_discard,
- tx_status_no_ack,
- tx_status_download_fail,
- tx_status_peer_del,
- };
- #define LOGGING_TRACE(level, args ...) \
- QDF_TRACE(QDF_MODULE_ID_HDD, level, ## args)
- /* Global variables */
- #define ANI_NL_MSG_LOG_TYPE 89
- #define ANI_NL_MSG_READY_IND_TYPE 90
- #ifndef MAX_LOGMSG_COUNT
- #define MAX_LOGMSG_COUNT 256
- #endif
- #define MAX_LOGMSG_LENGTH 2048
- #define MAX_SKBMSG_LENGTH 4096
- #define MAX_PKTSTATS_LENGTH 2048
- #define MAX_PKTSTATS_BUFF 16
- #define HOST_LOG_DRIVER_MSG 0x001
- #define HOST_LOG_PER_PKT_STATS 0x002
- #define HOST_LOG_FW_FLUSH_COMPLETE 0x003
- #define DIAG_TYPE_LOGS 1
- #define PTT_MSG_DIAG_CMDS_TYPE 0x5050
- struct log_msg {
- struct list_head node;
- unsigned int radio;
- unsigned int index;
- /* indicates the current filled log length in logbuf */
- unsigned int filled_length;
- /*
- * Buf to hold the log msg
- * tAniHdr + log
- */
- char logbuf[MAX_LOGMSG_LENGTH];
- };
- /**
- * struct packet_dump - This data structure contains the
- * Tx/Rx packet stats
- * @status: Status
- * @type: Type
- * @driver_ts: driver timestamp
- * @fw_ts: fw timestamp
- */
- struct packet_dump {
- unsigned char status;
- unsigned char type;
- uint32_t driver_ts;
- uint16_t fw_ts;
- } __attribute__((__packed__));
- /**
- * struct pkt_stats_msg - This data structure contains the
- * pkt stats node for link list
- * @node: LinkList node
- * @node: Pointer to skb
- */
- struct pkt_stats_msg {
- struct list_head node;
- struct sk_buff *skb;
- };
- #define MAX_FLUSH_TIMER_PERIOD_VALUE 3600000 /* maximum of 1 hour (in ms) */
- struct wlan_logging {
- /* Log Fatal and ERROR to console */
- bool log_to_console;
- /* Number of buffers to be used for logging */
- uint32_t num_buf;
- uint32_t buffer_length;
- /* Lock to synchronize access to shared logging resource */
- spinlock_t spin_lock;
- /* Holds the free node which can be used for filling logs */
- struct list_head free_list;
- /* Holds the filled nodes which needs to be indicated to APP */
- struct list_head filled_list;
- /* Wait queue for Logger thread */
- wait_queue_head_t wait_queue;
- /* Logger thread */
- struct task_struct *thread;
- /* Logging thread sets this variable on exit */
- struct completion shutdown_comp;
- /* Indicates to logger thread to exit */
- bool exit;
- /* Holds number of dropped logs */
- unsigned int drop_count;
- /* current logbuf to which the log will be filled to */
- struct log_msg *pcur_node;
- /* Event flag used for wakeup and post indication*/
- unsigned long eventFlag;
- /* Indicates logger thread is activated */
- bool is_active;
- /* Flush completion check */
- bool is_flush_complete;
- /* paramaters for pkt stats */
- struct list_head pkt_stat_free_list;
- struct list_head pkt_stat_filled_list;
- struct pkt_stats_msg *pkt_stats_pcur_node;
- unsigned int pkt_stat_drop_cnt;
- spinlock_t pkt_stats_lock;
- unsigned int pkt_stats_msg_idx;
- qdf_timer_t flush_timer;
- bool is_flush_timer_initialized;
- uint32_t flush_timer_period;
- qdf_spinlock_t flush_timer_lock;
- };
- static struct wlan_logging gwlan_logging;
- static struct pkt_stats_msg *gpkt_stats_buffers;
- #ifdef WLAN_LOGGING_BUFFERS_DYNAMICALLY
- static struct log_msg *gplog_msg;
- static inline QDF_STATUS allocate_log_msg_buffer(void)
- {
- gplog_msg = vzalloc(MAX_LOGMSG_COUNT * sizeof(*gplog_msg));
- return gplog_msg ? QDF_STATUS_SUCCESS : QDF_STATUS_E_NOMEM;
- }
- static inline void free_log_msg_buffer(void)
- {
- vfree(gplog_msg);
- gplog_msg = NULL;
- }
- #else
- static struct log_msg gplog_msg[MAX_LOGMSG_COUNT];
- static inline QDF_STATUS allocate_log_msg_buffer(void)
- {
- return QDF_STATUS_SUCCESS;
- }
- static inline void free_log_msg_buffer(void)
- { }
- #endif
- /* Need to call this with spin_lock acquired */
- static int wlan_queue_logmsg_for_app(void)
- {
- char *ptr;
- int ret = 0;
- ptr = &gwlan_logging.pcur_node->logbuf[sizeof(tAniHdr)];
- ptr[gwlan_logging.pcur_node->filled_length] = '\0';
- *(unsigned short *)(gwlan_logging.pcur_node->logbuf) =
- ANI_NL_MSG_LOG_TYPE;
- *(unsigned short *)(gwlan_logging.pcur_node->logbuf + 2) =
- gwlan_logging.pcur_node->filled_length;
- list_add_tail(&gwlan_logging.pcur_node->node,
- &gwlan_logging.filled_list);
- if (!list_empty(&gwlan_logging.free_list)) {
- /* Get buffer from free list */
- gwlan_logging.pcur_node =
- (struct log_msg *)(gwlan_logging.free_list.next);
- list_del_init(gwlan_logging.free_list.next);
- } else if (!list_empty(&gwlan_logging.filled_list)) {
- /* Get buffer from filled list */
- /* This condition will drop the packet from being
- * indicated to app
- */
- gwlan_logging.pcur_node =
- (struct log_msg *)(gwlan_logging.filled_list.next);
- ++gwlan_logging.drop_count;
- list_del_init(gwlan_logging.filled_list.next);
- ret = 1;
- }
- /* Reset the current node values */
- gwlan_logging.pcur_node->filled_length = 0;
- return ret;
- }
- static const char *current_process_name(void)
- {
- if (in_irq())
- return "irq";
- if (in_softirq())
- return "soft_irq";
- return current->comm;
- }
- /**
- * wlan_add_user_log_time_stamp() - populate firmware and kernel timestamps
- * @tbuf: Pointer to time stamp buffer
- * @tbuf_sz: Time buffer size
- * @ts: Time stamp value
- *
- * For adrastea time stamp is QTIMER raw tick which will be used by cnss_diag
- * to convert it into user visible time stamp. In adrstea FW also uses QTIMER
- * raw ticks which is needed to synchronize host and fw log time stamps
- *
- * Also add logcat timestamp so that driver logs and
- * logcat logs can be co-related
- *
- * For discrete solution e.g rome use system tick and convert it into
- * seconds.milli seconds
- *
- * Return: number of characters written in target buffer not including
- * trailing '/0'
- */
- static int wlan_add_user_log_time_stamp(char *tbuf, size_t tbuf_sz, uint64_t ts)
- {
- char time_buf[20];
- qdf_get_time_of_the_day_in_hr_min_sec_usec(time_buf, sizeof(time_buf));
- return scnprintf(tbuf, tbuf_sz, "[%.16s][0x%llx]%s",
- current_process_name(), ts, time_buf);
- }
- #ifdef WLAN_MAX_LOGS_PER_SEC
- static qdf_time_t __log_window_end_ticks;
- static qdf_atomic_t __log_window_count;
- /**
- * assert_on_excessive_logging() - Check for and panic on excessive logging
- *
- * Track logging count using a quasi-tumbling window, 1 second long. If the max
- * logging count for a given window is exceeded, panic.
- *
- * Return: None
- */
- static void assert_on_excessive_logging(void)
- {
- qdf_time_t now = qdf_system_ticks();
- /*
- * If 'now' is more recent than the end of the window, reset.
- *
- * Note: This is not thread safe, and can result in more than one reset.
- * For our purposes, this is fine.
- */
- if (qdf_system_time_after(now, __log_window_end_ticks)) {
- __log_window_end_ticks = now + qdf_system_ticks_per_sec;
- qdf_atomic_set(&__log_window_count, 0);
- }
- /* this _is_ thread safe, and results in at most one panic */
- if (qdf_atomic_inc_return(&__log_window_count) == WLAN_MAX_LOGS_PER_SEC)
- QDF_DEBUG_PANIC("Exceeded %d logs per second",
- WLAN_MAX_LOGS_PER_SEC);
- }
- #else
- static inline void assert_on_excessive_logging(void) { }
- #endif /* WLAN_MAX_LOGS_PER_SEC */
- static inline void
- log_to_console(QDF_TRACE_LEVEL level, const char *timestamp, const char *msg)
- {
- switch (level) {
- case QDF_TRACE_LEVEL_FATAL:
- pr_alert("%s %s\n", timestamp, msg);
- assert_on_excessive_logging();
- break;
- case QDF_TRACE_LEVEL_ERROR:
- pr_err("%s %s\n", timestamp, msg);
- assert_on_excessive_logging();
- break;
- case QDF_TRACE_LEVEL_WARN:
- pr_warn("%s %s\n", timestamp, msg);
- assert_on_excessive_logging();
- break;
- case QDF_TRACE_LEVEL_INFO:
- pr_info("%s %s\n", timestamp, msg);
- assert_on_excessive_logging();
- break;
- case QDF_TRACE_LEVEL_INFO_HIGH:
- case QDF_TRACE_LEVEL_INFO_MED:
- case QDF_TRACE_LEVEL_INFO_LOW:
- case QDF_TRACE_LEVEL_DEBUG:
- default:
- /* these levels should not be logged to console */
- break;
- }
- }
- int wlan_log_to_user(QDF_TRACE_LEVEL log_level, char *to_be_sent, int length)
- {
- char *ptr;
- char tbuf[60];
- int tlen;
- int total_log_len;
- unsigned int *pfilled_length;
- bool wake_up_thread = false;
- unsigned long flags;
- uint64_t ts;
- /* Add the current time stamp */
- ts = qdf_get_log_timestamp();
- tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts);
- /* if logging isn't up yet, just dump to dmesg */
- if (!gwlan_logging.is_active) {
- log_to_console(log_level, tbuf, to_be_sent);
- return 0;
- }
- /* 1+1 indicate '\n'+'\0' */
- total_log_len = length + tlen + 1 + 1;
- spin_lock_irqsave(&gwlan_logging.spin_lock, flags);
- /* wlan logging svc resources are not yet initialized */
- if (!gwlan_logging.pcur_node) {
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- return -EIO;
- }
- pfilled_length = &gwlan_logging.pcur_node->filled_length;
- /* Check if we can accommodate more log into current node/buffer */
- if ((MAX_LOGMSG_LENGTH - (*pfilled_length +
- sizeof(tAniNlHdr))) < total_log_len) {
- wake_up_thread = true;
- wlan_queue_logmsg_for_app();
- pfilled_length = &gwlan_logging.pcur_node->filled_length;
- }
- ptr = &gwlan_logging.pcur_node->logbuf[sizeof(tAniHdr)];
- if (unlikely(MAX_LOGMSG_LENGTH < (sizeof(tAniNlHdr) + total_log_len))) {
- /*
- * Assumption here is that we receive logs which is less than
- * MAX_LOGMSG_LENGTH, where we can accommodate the
- * tAniNlHdr + [context][timestamp] + log
- * If log length is over MAX_LOGMSG_LENGTH,
- * the overflow part will be discarded.
- */
- length = MAX_LOGMSG_LENGTH - sizeof(tAniNlHdr) - tlen - 2;
- /*
- * QDF_ASSERT if complete log was not accommodated into
- * the available buffer.
- */
- QDF_ASSERT(0);
- }
- memcpy(&ptr[*pfilled_length], tbuf, tlen);
- memcpy(&ptr[*pfilled_length + tlen], to_be_sent, length);
- *pfilled_length += tlen + length;
- ptr[*pfilled_length] = '\n';
- *pfilled_length += 1;
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- /* Wakeup logger thread */
- if (wake_up_thread) {
- set_bit(HOST_LOG_DRIVER_MSG, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- }
- if (gwlan_logging.log_to_console)
- log_to_console(log_level, tbuf, to_be_sent);
- return 0;
- }
- /**
- * nl_srv_bcast_host_logs() - Wrapper to send bcast msgs to host logs mcast grp
- * @skb: sk buffer pointer
- *
- * Sends the bcast message to host logs multicast group with generic nl socket
- * if CNSS_GENL is enabled. Else, use the legacy netlink socket to send.
- *
- * Return: zero on success, error code otherwise
- */
- #ifdef CNSS_GENL
- static int nl_srv_bcast_host_logs(struct sk_buff *skb)
- {
- return nl_srv_bcast(skb, CLD80211_MCGRP_HOST_LOGS, ANI_NL_MSG_LOG);
- }
- #else
- static int nl_srv_bcast_host_logs(struct sk_buff *skb)
- {
- return nl_srv_bcast(skb);
- }
- #endif
- #ifndef REMOVE_PKT_LOG
- /**
- * pkt_stats_fill_headers() - This function adds headers to skb
- * @skb: skb to which headers need to be added
- *
- * Return: 0 on success or Errno on failure
- */
- static int pkt_stats_fill_headers(struct sk_buff *skb)
- {
- struct host_log_pktlog_info cds_pktlog;
- int cds_pkt_size = sizeof(struct host_log_pktlog_info);
- tAniNlHdr msg_header;
- int extra_header_len, nl_payload_len;
- static int nlmsg_seq;
- int diag_type;
- qdf_mem_zero(&cds_pktlog, cds_pkt_size);
- cds_pktlog.version = VERSION_LOG_WLAN_PKT_LOG_INFO_C;
- cds_pktlog.buf_len = skb->len;
- cds_pktlog.seq_no = gwlan_logging.pkt_stats_msg_idx++;
- host_diag_log_set_code(&cds_pktlog, LOG_WLAN_PKT_LOG_INFO_C);
- host_diag_log_set_length(&cds_pktlog.log_hdr, skb->len +
- cds_pkt_size);
- if (unlikely(skb_headroom(skb) < cds_pkt_size)) {
- pr_err("VPKT [%d]: Insufficient headroom, head[%pK], data[%pK], req[%zu]",
- __LINE__, skb->head, skb->data, sizeof(msg_header));
- return -EIO;
- }
- qdf_mem_copy(skb_push(skb, cds_pkt_size),
- &cds_pktlog, cds_pkt_size);
- if (unlikely(skb_headroom(skb) < sizeof(int))) {
- pr_err("VPKT [%d]: Insufficient headroom, head[%pK], data[%pK], req[%zu]",
- __LINE__, skb->head, skb->data, sizeof(int));
- return -EIO;
- }
- diag_type = DIAG_TYPE_LOGS;
- qdf_mem_copy(skb_push(skb, sizeof(int)), &diag_type, sizeof(int));
- extra_header_len = sizeof(msg_header.radio) + sizeof(tAniHdr) +
- sizeof(struct nlmsghdr);
- nl_payload_len = extra_header_len + skb->len;
- msg_header.nlh.nlmsg_type = ANI_NL_MSG_PUMAC;
- msg_header.nlh.nlmsg_len = nl_payload_len;
- msg_header.nlh.nlmsg_flags = NLM_F_REQUEST;
- msg_header.nlh.nlmsg_pid = 0;
- msg_header.nlh.nlmsg_seq = nlmsg_seq++;
- msg_header.radio = 0;
- msg_header.wmsg.type = PTT_MSG_DIAG_CMDS_TYPE;
- msg_header.wmsg.length = cpu_to_be16(skb->len);
- if (unlikely(skb_headroom(skb) < sizeof(msg_header))) {
- pr_err("VPKT [%d]: Insufficient headroom, head[%pK], data[%pK], req[%zu]",
- __LINE__, skb->head, skb->data, sizeof(msg_header));
- return -EIO;
- }
- qdf_mem_copy(skb_push(skb, sizeof(msg_header)), &msg_header,
- sizeof(msg_header));
- return 0;
- }
- /**
- * nl_srv_bcast_diag() - Wrapper to send bcast msgs to diag events mcast grp
- * @skb: sk buffer pointer
- *
- * Sends the bcast message to diag events multicast group with generic nl socket
- * if CNSS_GENL is enabled. Else, use the legacy netlink socket to send.
- *
- * Return: zero on success, error code otherwise
- */
- static int nl_srv_bcast_diag(struct sk_buff *skb)
- {
- #ifdef CNSS_GENL
- return nl_srv_bcast(skb, CLD80211_MCGRP_DIAG_EVENTS, ANI_NL_MSG_PUMAC);
- #else
- return nl_srv_bcast(skb);
- #endif
- }
- /**
- * pktlog_send_per_pkt_stats_to_user() - This function is used to send the per
- * packet statistics to the user
- *
- * This function is used to send the per packet statistics to the user
- *
- * Return: Success if the message is posted to user
- */
- static int pktlog_send_per_pkt_stats_to_user(void)
- {
- int ret = -1;
- struct pkt_stats_msg *pstats_msg;
- unsigned long flags;
- struct sk_buff *skb_new = NULL;
- static int rate_limit;
- bool free_old_skb = false;
- while (!list_empty(&gwlan_logging.pkt_stat_filled_list)
- && !gwlan_logging.exit) {
- skb_new = dev_alloc_skb(MAX_SKBMSG_LENGTH);
- if (!skb_new) {
- if (!rate_limit) {
- pr_err("%s: dev_alloc_skb() failed for msg size[%d] drop count = %u\n",
- __func__, MAX_SKBMSG_LENGTH,
- gwlan_logging.drop_count);
- }
- rate_limit = 1;
- ret = -ENOMEM;
- break;
- }
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, flags);
- pstats_msg = (struct pkt_stats_msg *)
- (gwlan_logging.pkt_stat_filled_list.next);
- list_del_init(gwlan_logging.pkt_stat_filled_list.next);
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags);
- ret = pkt_stats_fill_headers(pstats_msg->skb);
- if (ret < 0) {
- pr_err("%s failed to fill headers %d\n", __func__, ret);
- free_old_skb = true;
- goto err;
- }
- ret = nl_srv_bcast_diag(pstats_msg->skb);
- if (ret < 0) {
- pr_info("%s: Send Failed %d drop_count = %u\n",
- __func__, ret,
- ++gwlan_logging.pkt_stat_drop_cnt);
- } else {
- ret = 0;
- }
- err:
- /*
- * Free old skb in case or error before assigning new skb
- * to the free list.
- */
- if (free_old_skb)
- dev_kfree_skb(pstats_msg->skb);
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, flags);
- pstats_msg->skb = skb_new;
- list_add_tail(&pstats_msg->node,
- &gwlan_logging.pkt_stat_free_list);
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags);
- ret = 0;
- }
- return ret;
- }
- #else
- static inline
- int pktlog_send_per_pkt_stats_to_user(void)
- {
- return 0;
- }
- #endif
- static int send_filled_buffers_to_user(void)
- {
- int ret = -1;
- struct log_msg *plog_msg;
- int payload_len;
- int tot_msg_len;
- tAniNlHdr *wnl;
- struct sk_buff *skb = NULL;
- struct nlmsghdr *nlh;
- static int nlmsg_seq;
- unsigned long flags;
- static int rate_limit;
- while (!list_empty(&gwlan_logging.filled_list)
- && !gwlan_logging.exit) {
- skb = dev_alloc_skb(MAX_LOGMSG_LENGTH);
- if (!skb) {
- if (!rate_limit) {
- pr_err
- ("%s: dev_alloc_skb() failed for msg size[%d] drop count = %u\n",
- __func__, MAX_LOGMSG_LENGTH,
- gwlan_logging.drop_count);
- }
- rate_limit = 1;
- ret = -ENOMEM;
- break;
- }
- rate_limit = 0;
- spin_lock_irqsave(&gwlan_logging.spin_lock, flags);
- plog_msg = (struct log_msg *)
- (gwlan_logging.filled_list.next);
- list_del_init(gwlan_logging.filled_list.next);
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- /* 4 extra bytes for the radio idx */
- payload_len = plog_msg->filled_length +
- sizeof(wnl->radio) + sizeof(tAniHdr);
- tot_msg_len = NLMSG_SPACE(payload_len);
- nlh = nlmsg_put(skb, 0, nlmsg_seq++,
- ANI_NL_MSG_LOG, payload_len, NLM_F_REQUEST);
- if (!nlh) {
- spin_lock_irqsave(&gwlan_logging.spin_lock, flags);
- list_add_tail(&plog_msg->node,
- &gwlan_logging.free_list);
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- pr_err("%s: drop_count = %u\n", __func__,
- ++gwlan_logging.drop_count);
- pr_err("%s: nlmsg_put() failed for msg size[%d]\n",
- __func__, tot_msg_len);
- dev_kfree_skb(skb);
- skb = NULL;
- ret = -EINVAL;
- continue;
- }
- wnl = (tAniNlHdr *) nlh;
- wnl->radio = plog_msg->radio;
- memcpy(&wnl->wmsg, plog_msg->logbuf,
- plog_msg->filled_length + sizeof(tAniHdr));
- spin_lock_irqsave(&gwlan_logging.spin_lock, flags);
- list_add_tail(&plog_msg->node, &gwlan_logging.free_list);
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- ret = nl_srv_bcast_host_logs(skb);
- /* print every 64th drop count */
- if (ret < 0 && (!(gwlan_logging.drop_count % 0x40))) {
- pr_err("%s: Send Failed %d drop_count = %u\n",
- __func__, ret, ++gwlan_logging.drop_count);
- }
- }
- return ret;
- }
- #ifdef FEATURE_WLAN_DIAG_SUPPORT
- /**
- * wlan_report_log_completion() - Report bug report completion to userspace
- * @is_fatal: Type of event, fatal or not
- * @indicator: Source of bug report, framework/host/firmware
- * @reason_code: Reason for triggering bug report
- * @ring_id: Ring id of logging entities
- *
- * This function is used to report the bug report completion to userspace
- *
- * Return: None
- */
- void wlan_report_log_completion(uint32_t is_fatal,
- uint32_t indicator,
- uint32_t reason_code,
- uint8_t ring_id)
- {
- WLAN_HOST_DIAG_EVENT_DEF(wlan_diag_event,
- struct host_event_wlan_log_complete);
- wlan_diag_event.is_fatal = is_fatal;
- wlan_diag_event.indicator = indicator;
- wlan_diag_event.reason_code = reason_code;
- wlan_diag_event.reserved = ring_id;
- WLAN_HOST_DIAG_EVENT_REPORT(&wlan_diag_event, EVENT_WLAN_LOG_COMPLETE);
- }
- #endif
- #ifdef FEATURE_WLAN_DIAG_SUPPORT
- /**
- * send_flush_completion_to_user() - Indicate flush completion to the user
- * @ring_id: Ring id of logging entities
- *
- * This function is used to send the flush completion message to user space
- *
- * Return: None
- */
- static void send_flush_completion_to_user(uint8_t ring_id)
- {
- uint32_t is_fatal, indicator, reason_code;
- bool recovery_needed;
- cds_get_and_reset_log_completion(&is_fatal,
- &indicator, &reason_code, &recovery_needed);
- /* Error on purpose, so that it will get logged in the kmsg */
- LOGGING_TRACE(QDF_TRACE_LEVEL_DEBUG,
- "%s: Sending flush done to userspace reason code %d",
- __func__, reason_code);
- wlan_report_log_completion(is_fatal, indicator, reason_code, ring_id);
- if (recovery_needed)
- cds_trigger_recovery(QDF_REASON_UNSPECIFIED);
- }
- #endif
- static void setup_flush_timer(void)
- {
- qdf_spin_lock(&gwlan_logging.flush_timer_lock);
- if (!gwlan_logging.is_flush_timer_initialized ||
- (gwlan_logging.flush_timer_period == 0)) {
- qdf_spin_unlock(&gwlan_logging.flush_timer_lock);
- return;
- }
- qdf_timer_mod(&gwlan_logging.flush_timer,
- gwlan_logging.flush_timer_period);
- qdf_spin_unlock(&gwlan_logging.flush_timer_lock);
- }
- /**
- * wlan_logging_thread() - The WLAN Logger thread
- * @Arg - pointer to the HDD context
- *
- * This thread logs log message to App registered for the logs.
- */
- static int wlan_logging_thread(void *Arg)
- {
- int ret_wait_status = 0;
- int ret = 0;
- unsigned long flags;
- while (!gwlan_logging.exit) {
- setup_flush_timer();
- ret_wait_status =
- wait_event_interruptible(gwlan_logging.wait_queue,
- (!list_empty
- (&gwlan_logging.filled_list)
- || test_bit(
- HOST_LOG_DRIVER_MSG,
- &gwlan_logging.eventFlag)
- || test_bit(
- HOST_LOG_PER_PKT_STATS,
- &gwlan_logging.eventFlag)
- || test_bit(
- HOST_LOG_FW_FLUSH_COMPLETE,
- &gwlan_logging.eventFlag)
- || gwlan_logging.exit));
- if (ret_wait_status == -ERESTARTSYS) {
- pr_err
- ("%s: wait_event_interruptible returned -ERESTARTSYS",
- __func__);
- break;
- }
- if (gwlan_logging.exit)
- break;
- if (test_and_clear_bit(HOST_LOG_DRIVER_MSG,
- &gwlan_logging.eventFlag)) {
- ret = send_filled_buffers_to_user();
- if (-ENOMEM == ret)
- msleep(200);
- #ifdef FEATURE_WLAN_DIAG_SUPPORT
- if (WLAN_LOG_INDICATOR_HOST_ONLY ==
- cds_get_log_indicator()) {
- send_flush_completion_to_user(
- RING_ID_DRIVER_DEBUG);
- }
- #endif
- }
- if (test_and_clear_bit(HOST_LOG_PER_PKT_STATS,
- &gwlan_logging.eventFlag)) {
- ret = pktlog_send_per_pkt_stats_to_user();
- if (-ENOMEM == ret)
- msleep(200);
- }
- if (test_and_clear_bit(HOST_LOG_FW_FLUSH_COMPLETE,
- &gwlan_logging.eventFlag)) {
- /* Flush bit could have been set while we were mid
- * way in the logging thread. So, need to check other
- * buffers like log messages, per packet stats again
- * to flush any residual data in them
- */
- if (gwlan_logging.is_flush_complete == true) {
- gwlan_logging.is_flush_complete = false;
- #ifdef FEATURE_WLAN_DIAG_SUPPORT
- send_flush_completion_to_user(
- RING_ID_DRIVER_DEBUG);
- #endif
- } else {
- gwlan_logging.is_flush_complete = true;
- /* Flush all current host logs*/
- spin_lock_irqsave(&gwlan_logging.spin_lock,
- flags);
- wlan_queue_logmsg_for_app();
- spin_unlock_irqrestore(&gwlan_logging.spin_lock,
- flags);
- set_bit(HOST_LOG_DRIVER_MSG,
- &gwlan_logging.eventFlag);
- set_bit(HOST_LOG_PER_PKT_STATS,
- &gwlan_logging.eventFlag);
- set_bit(HOST_LOG_FW_FLUSH_COMPLETE,
- &gwlan_logging.eventFlag);
- wake_up_interruptible(
- &gwlan_logging.wait_queue);
- }
- }
- }
- complete_and_exit(&gwlan_logging.shutdown_comp, 0);
- return 0;
- }
- void wlan_logging_set_active(bool active)
- {
- gwlan_logging.is_active = active;
- }
- void wlan_logging_set_log_to_console(bool log_to_console)
- {
- gwlan_logging.log_to_console = log_to_console;
- }
- static void flush_log_buffers_timer(void *dummy)
- {
- wlan_flush_host_logs_for_fatal();
- }
- int wlan_logging_set_flush_timer(uint32_t milliseconds)
- {
- if (milliseconds > MAX_FLUSH_TIMER_PERIOD_VALUE) {
- QDF_TRACE_ERROR(QDF_MODULE_ID_QDF,
- "ERROR! value should be (0 - %d)\n",
- MAX_FLUSH_TIMER_PERIOD_VALUE);
- return -EINVAL;
- }
- if (!gwlan_logging.is_active) {
- QDF_TRACE_ERROR(QDF_MODULE_ID_QDF,
- "WLAN-Logging not active");
- return -EINVAL;
- }
- qdf_spin_lock(&gwlan_logging.flush_timer_lock);
- if (!gwlan_logging.is_flush_timer_initialized) {
- qdf_spin_unlock(&gwlan_logging.flush_timer_lock);
- return -EINVAL;
- }
- gwlan_logging.flush_timer_period = milliseconds;
- if (milliseconds) {
- qdf_timer_mod(&gwlan_logging.flush_timer,
- gwlan_logging.flush_timer_period);
- }
- qdf_spin_unlock(&gwlan_logging.flush_timer_lock);
- return 0;
- }
- static void flush_timer_init(void)
- {
- qdf_spinlock_create(&gwlan_logging.flush_timer_lock);
- qdf_timer_init(NULL, &gwlan_logging.flush_timer,
- flush_log_buffers_timer, NULL,
- QDF_TIMER_TYPE_SW);
- gwlan_logging.is_flush_timer_initialized = true;
- gwlan_logging.flush_timer_period = 0;
- }
- int wlan_logging_sock_init_svc(void)
- {
- int i = 0, j, pkt_stats_size;
- unsigned long irq_flag;
- flush_timer_init();
- spin_lock_init(&gwlan_logging.spin_lock);
- spin_lock_init(&gwlan_logging.pkt_stats_lock);
- gwlan_logging.log_to_console = false;
- gwlan_logging.num_buf = MAX_LOGMSG_COUNT;
- gwlan_logging.buffer_length = MAX_LOGMSG_LENGTH;
- if (allocate_log_msg_buffer() != QDF_STATUS_SUCCESS) {
- pr_err("%s: Could not allocate memory for log_msg\n",
- __func__);
- return -ENOMEM;
- }
- spin_lock_irqsave(&gwlan_logging.spin_lock, irq_flag);
- INIT_LIST_HEAD(&gwlan_logging.free_list);
- INIT_LIST_HEAD(&gwlan_logging.filled_list);
- for (i = 0; i < gwlan_logging.num_buf; i++) {
- list_add(&gplog_msg[i].node, &gwlan_logging.free_list);
- gplog_msg[i].index = i;
- }
- gwlan_logging.pcur_node = (struct log_msg *)
- (gwlan_logging.free_list.next);
- list_del_init(gwlan_logging.free_list.next);
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, irq_flag);
- /* Initialize the pktStats data structure here */
- pkt_stats_size = sizeof(struct pkt_stats_msg);
- gpkt_stats_buffers = vmalloc(MAX_PKTSTATS_BUFF * pkt_stats_size);
- if (!gpkt_stats_buffers) {
- pr_err("%s: Could not allocate memory for Pkt stats\n",
- __func__);
- goto err1;
- }
- qdf_mem_zero(gpkt_stats_buffers,
- MAX_PKTSTATS_BUFF * pkt_stats_size);
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, irq_flag);
- gwlan_logging.pkt_stats_msg_idx = 0;
- INIT_LIST_HEAD(&gwlan_logging.pkt_stat_free_list);
- INIT_LIST_HEAD(&gwlan_logging.pkt_stat_filled_list);
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, irq_flag);
- for (i = 0; i < MAX_PKTSTATS_BUFF; i++) {
- gpkt_stats_buffers[i].skb = dev_alloc_skb(MAX_PKTSTATS_LENGTH);
- if (!gpkt_stats_buffers[i].skb) {
- pr_err("%s: Memory alloc failed for skb", __func__);
- /* free previously allocated skb and return */
- for (j = 0; j < i ; j++)
- dev_kfree_skb(gpkt_stats_buffers[j].skb);
- goto err2;
- }
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, irq_flag);
- list_add(&gpkt_stats_buffers[i].node,
- &gwlan_logging.pkt_stat_free_list);
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, irq_flag);
- }
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, irq_flag);
- gwlan_logging.pkt_stats_pcur_node = (struct pkt_stats_msg *)
- (gwlan_logging.pkt_stat_free_list.next);
- list_del_init(gwlan_logging.pkt_stat_free_list.next);
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, irq_flag);
- /* Pkt Stats intialization done */
- init_waitqueue_head(&gwlan_logging.wait_queue);
- gwlan_logging.exit = false;
- clear_bit(HOST_LOG_DRIVER_MSG, &gwlan_logging.eventFlag);
- clear_bit(HOST_LOG_PER_PKT_STATS, &gwlan_logging.eventFlag);
- clear_bit(HOST_LOG_FW_FLUSH_COMPLETE, &gwlan_logging.eventFlag);
- init_completion(&gwlan_logging.shutdown_comp);
- gwlan_logging.thread = kthread_create(wlan_logging_thread, NULL,
- "wlan_logging_thread");
- if (IS_ERR(gwlan_logging.thread)) {
- pr_err("%s: Could not Create LogMsg Thread Controller",
- __func__);
- goto err3;
- }
- wake_up_process(gwlan_logging.thread);
- gwlan_logging.is_active = true;
- gwlan_logging.is_flush_complete = false;
- return 0;
- err3:
- for (i = 0; i < MAX_PKTSTATS_BUFF; i++) {
- if (gpkt_stats_buffers[i].skb)
- dev_kfree_skb(gpkt_stats_buffers[i].skb);
- }
- err2:
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, irq_flag);
- gwlan_logging.pkt_stats_pcur_node = NULL;
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, irq_flag);
- vfree(gpkt_stats_buffers);
- gpkt_stats_buffers = NULL;
- err1:
- spin_lock_irqsave(&gwlan_logging.spin_lock, irq_flag);
- gwlan_logging.pcur_node = NULL;
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, irq_flag);
- free_log_msg_buffer();
- return -ENOMEM;
- }
- static void flush_timer_deinit(void)
- {
- gwlan_logging.is_flush_timer_initialized = false;
- qdf_spin_lock(&gwlan_logging.flush_timer_lock);
- qdf_timer_stop(&gwlan_logging.flush_timer);
- qdf_timer_free(&gwlan_logging.flush_timer);
- qdf_spin_unlock(&gwlan_logging.flush_timer_lock);
- qdf_spinlock_destroy(&gwlan_logging.flush_timer_lock);
- }
- int wlan_logging_sock_deinit_svc(void)
- {
- unsigned long irq_flag;
- int i;
- if (!gwlan_logging.pcur_node)
- return 0;
- #ifdef CONFIG_MCL
- INIT_COMPLETION(gwlan_logging.shutdown_comp);
- #endif
- gwlan_logging.exit = true;
- gwlan_logging.is_active = false;
- #ifdef CONFIG_MCL
- cds_set_multicast_logging(0);
- #endif
- gwlan_logging.is_flush_complete = false;
- clear_bit(HOST_LOG_DRIVER_MSG, &gwlan_logging.eventFlag);
- clear_bit(HOST_LOG_PER_PKT_STATS, &gwlan_logging.eventFlag);
- clear_bit(HOST_LOG_FW_FLUSH_COMPLETE, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- wait_for_completion(&gwlan_logging.shutdown_comp);
- spin_lock_irqsave(&gwlan_logging.spin_lock, irq_flag);
- gwlan_logging.pcur_node = NULL;
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, irq_flag);
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, irq_flag);
- gwlan_logging.pkt_stats_pcur_node = NULL;
- gwlan_logging.pkt_stats_msg_idx = 0;
- gwlan_logging.pkt_stat_drop_cnt = 0;
- for (i = 0; i < MAX_PKTSTATS_BUFF; i++) {
- if (gpkt_stats_buffers[i].skb)
- dev_kfree_skb(gpkt_stats_buffers[i].skb);
- }
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, irq_flag);
- vfree(gpkt_stats_buffers);
- gpkt_stats_buffers = NULL;
- free_log_msg_buffer();
- flush_timer_deinit();
- return 0;
- }
- /**
- * wlan_logging_set_per_pkt_stats() - This function triggers per packet logging
- *
- * This function is used to send signal to the logger thread for logging per
- * packet stats
- *
- * Return: None
- *
- */
- void wlan_logging_set_per_pkt_stats(void)
- {
- if (gwlan_logging.is_active == false)
- return;
- set_bit(HOST_LOG_PER_PKT_STATS, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- }
- /*
- * wlan_logging_set_fw_flush_complete() - FW log flush completion
- *
- * This function is used to send signal to the logger thread to indicate
- * that the flushing of FW logs is complete by the FW
- *
- * Return: None
- *
- */
- void wlan_logging_set_fw_flush_complete(void)
- {
- if (gwlan_logging.is_active == false
- #ifdef CONFIG_MCL
- || !cds_is_fatal_event_enabled()
- #endif
- )
- return;
- set_bit(HOST_LOG_FW_FLUSH_COMPLETE, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- }
- /**
- * wlan_flush_host_logs_for_fatal() - Flush host logs
- *
- * This function is used to send signal to the logger thread to
- * Flush the host logs
- *
- * Return: None
- */
- void wlan_flush_host_logs_for_fatal(void)
- {
- unsigned long flags;
- #ifdef CONFIG_MCL
- if (cds_is_log_report_in_progress()) {
- #endif
- if (gwlan_logging.flush_timer_period == 0)
- pr_info("%s:flush all host logs Setting HOST_LOG_POST_MASK\n",
- __func__);
- spin_lock_irqsave(&gwlan_logging.spin_lock, flags);
- wlan_queue_logmsg_for_app();
- spin_unlock_irqrestore(&gwlan_logging.spin_lock, flags);
- set_bit(HOST_LOG_DRIVER_MSG, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- #ifdef CONFIG_MCL
- }
- #endif
- }
- #ifdef FEATURE_PKTLOG
- #ifndef REMOVE_PKT_LOG
- static uint8_t gtx_count;
- static uint8_t grx_count;
- /**
- * wlan_get_pkt_stats_free_node() - Get the free node for pkt stats
- *
- * This function is used to get the free node for pkt stats from
- * free list/filles list
- *
- * Return: int
- *
- */
- static int wlan_get_pkt_stats_free_node(void)
- {
- int ret = 0;
- list_add_tail(&gwlan_logging.pkt_stats_pcur_node->node,
- &gwlan_logging.pkt_stat_filled_list);
- if (!list_empty(&gwlan_logging.pkt_stat_free_list)) {
- /* Get buffer from free list */
- gwlan_logging.pkt_stats_pcur_node =
- (struct pkt_stats_msg *)(gwlan_logging.pkt_stat_free_list.next);
- list_del_init(gwlan_logging.pkt_stat_free_list.next);
- } else if (!list_empty(&gwlan_logging.pkt_stat_filled_list)) {
- /* Get buffer from filled list. This condition will drop the
- * packet from being indicated to app
- */
- gwlan_logging.pkt_stats_pcur_node =
- (struct pkt_stats_msg *)
- (gwlan_logging.pkt_stat_filled_list.next);
- ++gwlan_logging.pkt_stat_drop_cnt;
- /* print every 64th drop count */
- if (
- cds_is_multicast_logging() &&
- (!(gwlan_logging.pkt_stat_drop_cnt % 0x40))) {
- pr_err("%s: drop_count = %u\n",
- __func__, gwlan_logging.pkt_stat_drop_cnt);
- }
- list_del_init(gwlan_logging.pkt_stat_filled_list.next);
- ret = 1;
- }
- /* Reset the skb values, essential if dequeued from filled list */
- skb_trim(gwlan_logging.pkt_stats_pcur_node->skb, 0);
- return ret;
- }
- /**
- * wlan_pkt_stats_to_logger_thread() - Add the pkt stats to SKB
- * @pl_hdr: Pointer to pl_hdr
- * @pkt_dump: Pointer to pkt_dump
- * @data: Pointer to data
- *
- * This function adds the pktstats hdr and data to current
- * skb node of free list.
- *
- * Return: None
- */
- void wlan_pkt_stats_to_logger_thread(void *pl_hdr, void *pkt_dump, void *data)
- {
- struct ath_pktlog_hdr *pktlog_hdr;
- struct packet_dump *pkt_stats_dump;
- int total_stats_len = 0;
- bool wake_up_thread = false;
- unsigned long flags;
- struct sk_buff *ptr;
- int hdr_size;
- pktlog_hdr = (struct ath_pktlog_hdr *)pl_hdr;
- if (!pktlog_hdr) {
- pr_err("%s : Invalid pkt_stats_header\n", __func__);
- return;
- }
- pkt_stats_dump = (struct packet_dump *)pkt_dump;
- total_stats_len = sizeof(struct ath_pktlog_hdr) +
- pktlog_hdr->size;
- spin_lock_irqsave(&gwlan_logging.pkt_stats_lock, flags);
- if (!gwlan_logging.pkt_stats_pcur_node) {
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags);
- return;
- }
- /* Check if we can accommodate more log into current node/buffer */
- hdr_size = sizeof(struct host_log_pktlog_info) +
- sizeof(tAniNlHdr);
- if ((total_stats_len + hdr_size) >=
- skb_tailroom(gwlan_logging.pkt_stats_pcur_node->skb)) {
- wake_up_thread = true;
- wlan_get_pkt_stats_free_node();
- }
- ptr = gwlan_logging.pkt_stats_pcur_node->skb;
- qdf_mem_copy(skb_put(ptr,
- sizeof(struct ath_pktlog_hdr)),
- pktlog_hdr,
- sizeof(struct ath_pktlog_hdr));
- if (pkt_stats_dump) {
- qdf_mem_copy(skb_put(ptr,
- sizeof(struct packet_dump)),
- pkt_stats_dump,
- sizeof(struct packet_dump));
- pktlog_hdr->size -= sizeof(struct packet_dump);
- }
- if (data)
- qdf_mem_copy(skb_put(ptr,
- pktlog_hdr->size),
- data, pktlog_hdr->size);
- if (pkt_stats_dump && pkt_stats_dump->type == STOP_MONITOR) {
- wake_up_thread = true;
- wlan_get_pkt_stats_free_node();
- }
- spin_unlock_irqrestore(&gwlan_logging.pkt_stats_lock, flags);
- /* Wakeup logger thread */
- if (true == wake_up_thread) {
- set_bit(HOST_LOG_PER_PKT_STATS, &gwlan_logging.eventFlag);
- wake_up_interruptible(&gwlan_logging.wait_queue);
- }
- }
- /**
- * driver_hal_status_map() - maps driver to hal
- * status
- * @status: status to be mapped
- *
- * This function is used to map driver to hal status
- *
- * Return: None
- *
- */
- static void driver_hal_status_map(uint8_t *status)
- {
- switch (*status) {
- case tx_status_ok:
- *status = TX_PKT_FATE_ACKED;
- break;
- case tx_status_discard:
- *status = TX_PKT_FATE_DRV_DROP_OTHER;
- break;
- case tx_status_no_ack:
- *status = TX_PKT_FATE_SENT;
- break;
- case tx_status_download_fail:
- *status = TX_PKT_FATE_FW_QUEUED;
- break;
- default:
- *status = TX_PKT_FATE_DRV_DROP_OTHER;
- break;
- }
- }
- /*
- * send_packetdump() - send packet dump
- * @soc: soc handle
- * @vdev: vdev handle
- * @netbuf: netbuf
- * @status: status of tx packet
- * @type: type of packet
- *
- * This function is used to send packet dump to HAL layer
- * using wlan_pkt_stats_to_logger_thread
- *
- * Return: None
- *
- */
- static void send_packetdump(ol_txrx_soc_handle soc,
- struct cdp_vdev *vdev, qdf_nbuf_t netbuf,
- uint8_t status, uint8_t type)
- {
- struct ath_pktlog_hdr pktlog_hdr = {0};
- struct packet_dump pd_hdr = {0};
- if (!netbuf) {
- pr_err("%s: Invalid netbuf.\n", __func__);
- return;
- }
- /* Send packet dump only for STA interface */
- if (wlan_op_mode_sta != cdp_get_opmode(soc, vdev))
- return;
- #if defined(HELIUMPLUS)
- pktlog_hdr.flags |= PKTLOG_HDR_SIZE_16;
- #endif
- pktlog_hdr.log_type = PKTLOG_TYPE_PKT_DUMP;
- pktlog_hdr.size = sizeof(pd_hdr) + netbuf->len;
- pd_hdr.status = status;
- pd_hdr.type = type;
- pd_hdr.driver_ts = qdf_get_monotonic_boottime();
- if ((type == TX_MGMT_PKT) || (type == TX_DATA_PKT))
- gtx_count++;
- else if ((type == RX_MGMT_PKT) || (type == RX_DATA_PKT))
- grx_count++;
- wlan_pkt_stats_to_logger_thread(&pktlog_hdr, &pd_hdr, netbuf->data);
- }
- /*
- * send_packetdump_monitor() - sends start/stop packet dump indication
- * @type: type of packet
- *
- * This function is used to indicate HAL layer to start/stop monitoring
- * of packets
- *
- * Return: None
- *
- */
- static void send_packetdump_monitor(uint8_t type)
- {
- struct ath_pktlog_hdr pktlog_hdr = {0};
- struct packet_dump pd_hdr = {0};
- #if defined(HELIUMPLUS)
- pktlog_hdr.flags |= PKTLOG_HDR_SIZE_16;
- #endif
- pktlog_hdr.log_type = PKTLOG_TYPE_PKT_DUMP;
- pktlog_hdr.size = sizeof(pd_hdr);
- pd_hdr.type = type;
- LOGGING_TRACE(QDF_TRACE_LEVEL_DEBUG,
- "fate Tx-Rx %s: type: %d", __func__, type);
- wlan_pkt_stats_to_logger_thread(&pktlog_hdr, &pd_hdr, NULL);
- }
- /**
- * wlan_deregister_txrx_packetdump() - tx/rx packet dump
- * deregistration
- *
- * This function is used to deregister tx/rx packet dump callbacks
- * with ol, pe and htt layers
- *
- * Return: None
- *
- */
- void wlan_deregister_txrx_packetdump(void)
- {
- void *soc = cds_get_context(QDF_MODULE_ID_SOC);
- if (!soc)
- return;
- if (gtx_count || grx_count) {
- cdp_deregister_packetdump_cb(soc);
- wma_deregister_packetdump_callback();
- send_packetdump_monitor(STOP_MONITOR);
- csr_packetdump_timer_stop();
- gtx_count = 0;
- grx_count = 0;
- } else
- LOGGING_TRACE(QDF_TRACE_LEVEL_DEBUG,
- "%s: deregistered packetdump already", __func__);
- }
- /*
- * check_txrx_packetdump_count() - function to check
- * tx/rx packet dump global counts
- *
- * This function is used to check global counts of tx/rx
- * packet dump functionality.
- *
- * Return: 1 if either gtx_count or grx_count reached 32
- * 0 otherwise
- *
- */
- static bool check_txrx_packetdump_count(void)
- {
- if (gtx_count == MAX_NUM_PKT_LOG ||
- grx_count == MAX_NUM_PKT_LOG) {
- LOGGING_TRACE(QDF_TRACE_LEVEL_DEBUG,
- "%s gtx_count: %d grx_count: %d deregister packetdump",
- __func__, gtx_count, grx_count);
- wlan_deregister_txrx_packetdump();
- return 1;
- }
- return 0;
- }
- /*
- * tx_packetdump_cb() - tx packet dump callback
- * @soc: soc handle
- * @vdev: vdev handle
- * @netbuf: netbuf
- * @status: status of tx packet
- * @type: packet type
- *
- * This function is used to send tx packet dump to HAL layer
- * and deregister packet dump callbacks
- *
- * Return: None
- *
- */
- static void tx_packetdump_cb(ol_txrx_soc_handle soc,
- struct cdp_vdev *vdev, qdf_nbuf_t netbuf,
- uint8_t status, uint8_t type)
- {
- bool temp;
- if (!soc || !vdev)
- return;
- temp = check_txrx_packetdump_count();
- if (temp)
- return;
- driver_hal_status_map(&status);
- send_packetdump(soc, vdev, netbuf, status, type);
- }
- /*
- * rx_packetdump_cb() - rx packet dump callback
- * @soc: soc handle
- * @vdev: vdev handle
- * @netbuf: netbuf
- * @status: status of rx packet
- * @type: packet type
- *
- * This function is used to send rx packet dump to HAL layer
- * and deregister packet dump callbacks
- *
- * Return: None
- *
- */
- static void rx_packetdump_cb(ol_txrx_soc_handle soc,
- struct cdp_vdev *vdev, qdf_nbuf_t netbuf,
- uint8_t status, uint8_t type)
- {
- bool temp;
- if (!soc || !vdev)
- return;
- temp = check_txrx_packetdump_count();
- if (temp)
- return;
- send_packetdump(soc, vdev, netbuf, status, type);
- }
- /**
- * wlan_register_txrx_packetdump() - tx/rx packet dump
- * registration
- *
- * This function is used to register tx/rx packet dump callbacks
- * with ol, pe and htt layers
- *
- * Return: None
- *
- */
- void wlan_register_txrx_packetdump(void)
- {
- void *soc = cds_get_context(QDF_MODULE_ID_SOC);
- if (!soc)
- return;
- cdp_register_packetdump_cb(soc, tx_packetdump_cb, rx_packetdump_cb);
- wma_register_packetdump_callback(tx_packetdump_cb,
- rx_packetdump_cb);
- send_packetdump_monitor(START_MONITOR);
- gtx_count = 0;
- grx_count = 0;
- }
- #endif /* REMOVE_PKT_LOG */
- #endif /* FEATURE_PKTLOG */
- #endif /* WLAN_LOGGING_SOCK_SVC_ENABLE */
|