Actions
Feature #5839
closed
LS
LS
dpdk: power saving mode
Feature #5839:
dpdk: power saving mode
Effort:
Difficulty:
Label:
C
Description
In DPDK, Suricata keeps polling the NIC for new packets. This keeps CPU at 100% all the time even with low traffic.
Evaluate power-saving modes in DPDK to reduce power consumption of Suricata.
It should be possible through epoll
https://doc.dpdk.org/api/rte__epoll_8h.html
LS Updated by Lukas Sismis over 2 years ago
The first PR:
LS Updated by Lukas Sismis over 2 years ago
- Status changed from New to In Review
LS Updated by Lukas Sismis over 2 years ago
tested on mlx5 and e1000 (VM virtual driver) - works
LS Updated by Lukas Sismis over 2 years ago
updated pr - https://github.com/OISF/suricata/pull/9689
LS Updated by Lukas Sismis over 2 years ago
- Label Needs backport to 7.0 added
LS Updated by Lukas Sismis over 2 years ago
- Status changed from In Review to Resolved
OT Updated by OISF Ticketbot over 2 years ago
- Subtask #6696 added
OT Updated by OISF Ticketbot over 2 years ago
- Label deleted (
Needs backport to 7.0)
LS Updated by Lukas Sismis about 2 years ago
- Status changed from Resolved to Closed
Actions