diff options
| author | songyanchao <[email protected]> | 2024-03-06 13:41:57 +0800 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2024-03-06 13:42:18 +0800 |
| commit | 3c1a6ccf1ff44688bdf8ead969f53eb1eabc4acb (patch) | |
| tree | 150b43a0f627f0225d6d5e3137313a09ce870e44 /service/src/node_shmdev.c | |
| parent | e27db45642cded799b1774b9743811ad19edd8f6 (diff) | |
✨ feat(TSG-19602): Add the trace information for 'health_check' node.
Add the trace information for 'health_check' node.
Diffstat (limited to 'service/src/node_shmdev.c')
| -rw-r--r-- | service/src/node_shmdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/src/node_shmdev.c b/service/src/node_shmdev.c index 581f388..229f1ed 100644 --- a/service/src/node_shmdev.c +++ b/service/src/node_shmdev.c @@ -52,7 +52,7 @@ static __rte_always_inline void gen_store_trace_info(struct rte_node * node, str rte_strscpy(meta.module, node->name, sizeof(meta.module)); char str_record[MR_STRING_MAX]; - int len = snprintf(str_record, sizeof(str_record), "prot:%u,%s", shm_dev_desc->port_id, shm_dev_desc->symbol); + int len = snprintf(str_record, sizeof(str_record), "port:%u,%s", shm_dev_desc->port_id, shm_dev_desc->symbol); if (direction == PACKET_DIRECTION_RX) { |
