mbox series

[v4,0/7] fix idpf and cpfl timestamp

Message ID 20230519083110.809913-1-wenjing.qiao@intel.com (mailing list archive)
Headers
Series fix idpf and cpfl timestamp |

Message

Wenjing Qiao May 19, 2023, 8:31 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 register to dev config.

*** BLURB HERE ***

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: adjust timestamp mbuf register
  net/idpf: adjust timestamp mbuf register

 drivers/common/idpf/base/idpf_osdep.h  |  48 ++++++++
 drivers/common/idpf/idpf_common_rxtx.c | 159 ++++++++++++++++---------
 drivers/common/idpf/idpf_common_rxtx.h |   8 +-
 drivers/common/idpf/meson.build        |   2 +
 drivers/common/idpf/version.map        |   2 +
 drivers/net/cpfl/cpfl_ethdev.c         |  12 ++
 drivers/net/cpfl/cpfl_rxtx.c           |   2 +
 drivers/net/idpf/idpf_ethdev.c         |  12 ++
 drivers/net/idpf/idpf_rxtx.c           |   3 +
 9 files changed, 190 insertions(+), 58 deletions(-)