> -----Original Message-----
> From: Su, Simei <[email protected]>
> Sent: Wednesday, February 1, 2023 3:30 PM
> To: Zhang, Qi Z <[email protected]>; Guo, Junfeng
> <[email protected]>
> Cc: [email protected]; Wu, Wenjun1 <[email protected]>; Su, Simei
> <[email protected]>
> Subject: [PATCH v2 2/2] net/igc: enable launch time offloading
>
> The LaunchTime defines the scheduling time of the packet from the packet
> buffer to the MAC. The launchtime of each packet is specified as an offset
> applied to the BaseT registers while BaseT is automatically incremented each
> cycle.
>
> This patch supports Tx timestamp based packet pacing by leveraging offload
> flag "RTE_ETH_TX_OFFLOAD_SEND_ON_TIMESTAMP". We should set the
> expected launchtime to the advanced transmit descriptor.
>
> Signed-off-by: Simei Su <[email protected]>
There is a coding style warning need to fix.
You can use devtools/checkpatches.sh to check the coding style before submit.
Otherwise, the patchset looks good.