Re: [dpdk-dev] [PATCH v4 13/16] ethdev: add doxygen comment for Rx timestamp API

2020-11-03 Thread Andrew Rybchenko
On 11/3/20 3:22 PM, Thomas Monjalon wrote: > The offload flag DEV_RX_OFFLOAD_TIMESTAMP had no documentation. > After switching to dynamic mbuf flag and field, > it becomes even more important to explicit the feature behaviour. > > A doxygen comment for the timesync API was mentioning > the depreca

[dpdk-dev] [PATCH v4 13/16] ethdev: add doxygen comment for Rx timestamp API

2020-11-03 Thread Thomas Monjalon
The offload flag DEV_RX_OFFLOAD_TIMESTAMP had no documentation. After switching to dynamic mbuf flag and field, it becomes even more important to explicit the feature behaviour. A doxygen comment for the timesync API was mentioning the deprecated timestamp field, so it is also updated. Signed-off