mbox

[v3,0/7] fix and enhance idpf and cpfl timestamp

Message ID 20230424091707.488045-1-wenjing.qiao@intel.com (mailing list archive)
Headers

Message

Wenjing Qiao April 24, 2023, 9:17 a.m. UTC
  Using alarm to save main time to solve timestamp roll over issue.
Enhance timestamp offload feature support for ACC. Ajust timestamp
mbuf registering at dev start.

Wenjing Qiao (7):
  common/idpf: fix 64b timestamp roll over issue
  net/idpf: save main time by alarm
  net/cpfl: save main time by alarm
  common/idpf: enhance timestamp offload feature for ACC
  common/idpf: add timestamp enable flag for rxq
  net/cpfl: register timestamp mbuf when starting dev
  net/idpf: register timestamp mbuf when starting dev

 config/meson.build                     |   3 +
 drivers/common/idpf/base/idpf_osdep.h  |  48 +++++++++
 drivers/common/idpf/idpf_common_rxtx.c | 133 ++++++++++++++-----------
 drivers/common/idpf/idpf_common_rxtx.h |   5 +-
 drivers/common/idpf/version.map        |   4 +
 drivers/net/cpfl/cpfl_ethdev.c         |  19 ++++
 drivers/net/cpfl/cpfl_ethdev.h         |   3 +
 drivers/net/cpfl/cpfl_rxtx.c           |   2 +
 drivers/net/idpf/idpf_ethdev.c         |  19 ++++
 drivers/net/idpf/idpf_ethdev.h         |   3 +
 drivers/net/idpf/idpf_rxtx.c           |   3 +
 meson_options.txt                      |   2 +
 12 files changed, 186 insertions(+), 58 deletions(-)