net/iavf: enable Rx timestamp on flex descriptor
authorSimei Su <simei.su@intel.com>
Thu, 28 Apr 2022 08:13:45 +0000 (16:13 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Mon, 9 May 2022 01:53:18 +0000 (03:53 +0200)
commitb5cd735132f69eecf32a177e41e109cd615b2ced
tree42cb1a620c25e77a203d918dacbfbd3d6487d54b
parent90160401a2c7f1252068c0a56fd3722285a5fa86
net/iavf: enable Rx timestamp on flex descriptor

Dump Rx timestamp value into dynamic mbuf field by flex descriptor.
This feature is turned on by dev config "enable-rx-timestamp".
Currently, it's only supported under scalar path.

Signed-off-by: Simei Su <simei.su@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
doc/guides/nics/features/iavf.ini
doc/guides/rel_notes/release_22_07.rst
drivers/net/iavf/iavf.h
drivers/net/iavf/iavf_ethdev.c
drivers/net/iavf/iavf_rxtx.c
drivers/net/iavf/iavf_rxtx.h
drivers/net/iavf/iavf_rxtx_vec_common.h
drivers/net/iavf/iavf_vchnl.c