[DPDK/ethdev Bug 1839] af_packet: receive timestamp clock information missing

bugzilla at dpdk.org bugzilla at dpdk.org
Fri Nov 28 19:21:39 CET 2025


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

            Bug ID: 1839
           Summary: af_packet: receive timestamp clock information missing
           Product: DPDK
           Version: 25.07
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: ethdev
          Assignee: dev at dpdk.org
          Reporter: stephen at networkplumber.org
  Target Milestone: ---

The af_packet driver optionally provides receive timestamp information,
but it is missing the device operation to tell the application what
the units of that timestamp is i.e dev->dev_ops->read_clock.

The read_clock routine should return monotonic clock converted to nanoseconds;
since that is what the kernel is using internally.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list