[DPDK/eventdev Bug 1625] HPET reading is slow
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Feb 3 03:32:43 CET 2025
https://bugs.dpdk.org/show_bug.cgi?id=1625
Bug ID: 1625
Summary: HPET reading is slow
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: eventdev
Assignee: dev at dpdk.org
Reporter: nandinipersad361 at gmail.com
Target Milestone: ---
Description:
Reading the HPET chip is slow.
Implication:
An application that calls rte_get_hpet_cycles() or rte_timer_manage() runs
slower.
Resolution/Workaround:
The application should not call these functions too often in the main loop. An
alternative is to use the TSC register through rte_rdtsc() which is faster, but
specific to an lcore and is a cycle reference, not a time reference.
Affected Environment/Platform:
All.
Driver/Module:
Environment Abstraction Layer (EAL).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250203/1d12d987/attachment.htm>
More information about the dev
mailing list