* [DPDK/ethdev Bug 1804] net/ntnic: potential name conflict rte_tsc_freq
@ 2025-10-17 0:25 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2025-10-17 0:25 UTC (permalink / raw)
To: dev
http://bugs.dpdk.org/show_bug.cgi?id=1804
Bug ID: 1804
Summary: net/ntnic: potential name conflict rte_tsc_freq
Product: DPDK
Version: 25.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: stephen@networkplumber.org
Target Milestone: ---
Drivers should not have global variables that could conflict with EAL.
drivers/net/ntnic $ git grep rte_tsc_freq
include/stream_binary_flow_api.h:extern uint64_t rte_tsc_freq;
ntnic_ethdev.c:uint64_t rte_tsc_freq;
ntnic_ethdev.c: rte_tsc_freq = 100 * (rte_get_tsc_cycles() - now_rtc);
ntnic_filter/ntnic_filter.c: RTE_ASSERT(rte_tsc_freq > 0);
ntnic_filter/ntnic_filter.c: if ((now_rtc - internals->last_stat_rtc) <
rte_tsc_freq) {
ntnic_filter/ntnic_filter.c: if ((now_rtc - last_stat_rtc) < rte_tsc_freq)
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-10-17 0:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-17 0:25 [DPDK/ethdev Bug 1804] net/ntnic: potential name conflict rte_tsc_freq bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).