Re: [dpdk-dev] [PATCH] net/bnxt: fix Tx timestamp init

2021-03-17 Thread Ajit Khaparde
On Mon, Mar 15, 2021 at 10:41 PM Somnath Kotur wrote: > > Fix to read the sequence ID register to get Tx timestamp. > Reading the sequence ID register is necessary for the HW FIFO to > advance and thereby get the correct value of the timestamp on Tx side. > This patch fixes that. > > Fixes: b11cce

[dpdk-dev] [PATCH] net/bnxt: fix Tx timestamp init

2021-03-16 Thread Somnath Kotur
Fix to read the sequence ID register to get Tx timestamp. Reading the sequence ID register is necessary for the HW FIFO to advance and thereby get the correct value of the timestamp on Tx side. This patch fixes that. Fixes: b11cceb83a3 ("net/bnxt: support timesync") Cc: sta...@dpdk.org Reviewed-b