DPDK patches and discussions
 help / color / mirror / Atom feed
* [DPDK/other Bug 1838] latencystats won't work well with Rx timestamping
@ 2025-11-28 18:17 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2025-11-28 18:17 UTC (permalink / raw)
  To: dev

http://bugs.dpdk.org/show_bug.cgi?id=1838

            Bug ID: 1838
           Summary: latencystats won't work well with Rx timestamping
           Product: DPDK
           Version: 25.07
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: other
          Assignee: dev@dpdk.org
          Reporter: stephen@networkplumber.org
  Target Milestone: ---

The DPDK API for receive timestamping is to have the device driver put the
timestamp in the dynamic field. This dynamic field is also used by the
latencystat library to measure the sojourn time through the application.

The conflict comes in because the device timestamp is in arbitrary device
clocks (see rte_eth_read_clock) and the latency stats library is assuming that
the timestamp in TSC (cpu clock).

One solution would be to use a different dynamic field for HW and TSC clock
values in the packet.

-- 
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-11-28 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-28 18:17 [DPDK/other Bug 1838] latencystats won't work well with Rx timestamping 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).