DPDK usage discussions
 help / color / mirror / Atom feed
* Hardware timestamps
@ 2023-04-04 16:12 Игорь К
  2023-04-12  7:05 ` David Marchand
  0 siblings, 1 reply; 2+ messages in thread
From: Игорь К @ 2023-04-04 16:12 UTC (permalink / raw)
  To: users; +Cc: dev

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

I have tried to get hw timestamps of packets on Intel X550T(10G) and
AQC107(10G).
But RTE_ETH_RX_OFFLOAD_TIMESTAMP = 0 in dev_info.rx_offload_capa.
Tell me is it possible to get hw timestamps on these NICs with DPDK?
Which 10G NICs support this option?

[-- Attachment #2: Type: text/html, Size: 340 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Hardware timestamps
  2023-04-04 16:12 Hardware timestamps Игорь К
@ 2023-04-12  7:05 ` David Marchand
  0 siblings, 0 replies; 2+ messages in thread
From: David Marchand @ 2023-04-12  7:05 UTC (permalink / raw)
  To: Игорь К,
	Qiming Yang, Wenjun Wu, Igor Russkikh
  Cc: users, dev

Hello,

On Wed, Apr 12, 2023 at 8:57 AM Игорь К <dzenmaster@gmail.com> wrote:
>
> I have tried to get hw timestamps of packets on Intel X550T(10G) and AQC107(10G).
> But RTE_ETH_RX_OFFLOAD_TIMESTAMP = 0 in dev_info.rx_offload_capa.
> Tell me is it possible to get hw timestamps on these NICs with DPDK?

Looking at the doc, and the code, none of those drivers (net/ixgbe,
net/atlantic) seem to support this feature.
I'll let the maintainers reply on the feasibility.


> Which 10G NICs support this option?

The documentation from the main repository provides a list of per
driver features:
https://doc.dpdk.org/guides/nics/overview.html

For an already released DPDK, the link becomes
https://doc.dpdk.org/guides-<version>/nics/overview.html.
Like, for example: https://doc.dpdk.org/guides-22.11/nics/overview.html


-- 
David Marchand


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-12  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 16:12 Hardware timestamps Игорь К
2023-04-12  7:05 ` David Marchand

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).