Re: [dpdk-dev] [PATCH 05/28] net/ice/base: add timestamp masks

2021-08-09 Thread Guo, Junfeng
> -Original Message- > From: Zhang, Qi Z > Sent: Tuesday, August 10, 2021 10:51 > To: Yang, Qiming > Cc: Guo, Junfeng ; dev@dpdk.org; Zhang, Qi Z > ; Sridhar, Vignesh > Subject: [PATCH 05/28] net/ice/base: add timestamp masks > > Adding macros for shift and masking of the lower times

[dpdk-dev] [PATCH 05/28] net/ice/base: add timestamp masks

2021-08-09 Thread Qi Zhang
Adding macros for shift and masking of the lower timestamp work in the Rx flex descriptor. The LSB of the timestamp-low word indicates the validity of the timestamp while the rest 7 bits contain the timestamp. Signed-off-by: Vignesh Sridhar Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_l