summaryrefslogtreecommitdiff
path: root/infra/packet_io
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-27 18:23:59 +0800
committerluwenpeng <[email protected]>2024-11-27 18:23:59 +0800
commit10dc717b073b4532238357eb646aed5a5c531a88 (patch)
tree29cc3191e742c6c609b6929e68b0c64687d243a1 /infra/packet_io
parent39948a23adc0736acc105679973d0d92440ad2d5 (diff)
reset packet tags on packet exdata runtime new
Diffstat (limited to 'infra/packet_io')
-rw-r--r--infra/packet_io/pcap_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/packet_io/pcap_io.c b/infra/packet_io/pcap_io.c
index 1fc9c6d..0c8a05b 100644
--- a/infra/packet_io/pcap_io.c
+++ b/infra/packet_io/pcap_io.c
@@ -103,7 +103,6 @@ static int ring_buffer_push(struct ring_buffer *ring, void *data)
{
if (__sync_val_compare_and_swap(&ring->buff[ring->tail], 0, data) != 0)
{
- PACKET_IO_LOG_ERROR("ring buffer is full, retry later");
return -1;
}