RE: [PATCH] net/ice: fix timestamp enable error

2023-05-23 Thread Zhang, Qi Z
> -Original Message- > From: Qiao, Wenjing > Sent: Friday, May 19, 2023 2:48 PM > To: Yang, Qiming ; Zhang, Qi Z > > Cc: dev@dpdk.org; Qiao, Wenjing ; > sta...@dpdk.org > Subject: [PATCH] net/ice: fix timestamp enable error > > Use the following command:

[PATCH] net/ice: fix timestamp enable error

2023-05-18 Thread Wenjing Qiao
Use the following command: 1. dpdk-testpmd -c 0x3 -n 4 --force-max-simd-bitwidth=64 -- -i --enable-rx-timestamp 2. port stop 0 3. port config 0 rx_offload timestamp off 4. port start 0 Then start it, log will show timestamp info, which should not appear. Because ice_timestamp_dynflag is still mo