net/ice: enable Rx timestamp on flex descriptor
authorSimei Su <simei.su@intel.com>
Sun, 26 Sep 2021 14:04:45 +0000 (22:04 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Tue, 28 Sep 2021 03:33:41 +0000 (05:33 +0200)
commit953e74e6b73a876d6f149fd759bd0423e5438247
treeb1869c1af9a5e87fd7a400b9a62e0638ab641b24
parentfe2a571c70cc397f2ad4e280f8d084148fea5d62
net/ice: enable Rx timestamp on flex descriptor

Use the dynamic mbuf to register timestamp field and flag.
The ice has the feature to 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/ice.ini
doc/guides/rel_notes/release_21_11.rst
drivers/net/ice/ice_ethdev.c
drivers/net/ice/ice_rxtx.c
drivers/net/ice/ice_rxtx.h
drivers/net/ice/ice_rxtx_vec_common.h