RE: [Intel-wired-lan] [PATCH net v2] igb: only strip Rx timestamp header on the first buffer of a frame
From: Tjerk Kusters
Date: Tue Jun 23 2026 - 06:39:59 EST
Hi,
> >
> > /* pull rx packet timestamp if available and valid */
> Is this comment up-to-date now ?
> Reviewed-by: Piotr Kwapulinski <piotr.kwapulinski@xxxxxxxxx>
>
Good point, the comment doesn't fully match the code anymore. I'll update it in v3 to:
/* pull rx packet timestamp if available and valid; it is only
* present on the first buffer of a frame
*/
Thanks for the review.
Tjerk