From: David S. Miller Date: Tue, 8 Dec 2020 23:39:01 +0000 (-0800) Subject: Merge tag 'mlx5-updates-2020-12-01' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: microblaze-v5.12~172^2~100 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=a8d5dd192a0f44707ffa4b841424e760e21ff5f4;p=linux-2.6-microblaze.git Merge tag 'mlx5-updates-2020-12-01' of git://git./linux/kernel/git/saeed/linux mlx5-updates-2020-12-01 mlx5e port TX timestamping support and MISC updates 1) Add support for port TX timestamping, for better PTP accuracy. Currently in mlx5 HW TX timestamping is done on CQE (TX completion) generation, which much earlier than when the packet actually goes out to the wire, in this series Eran implements the option to do timestamping on the port using a special SQ (Send Queue), such Send Queue will generate 2 CQEs (TX completions), the original one and a new one when the packet leaves the port, due to the nature of this special handling, such mechanism is an opt-in only and it is off by default to avoid any performance degradation on normal traffic flows. This patchset improves TX Hardware timestamping offset to be less than 40ns at a 100Gbps line rate, compared to 600ns before. With that, making our HW compliant with G.8273.2 class C, and allow Linux systems to be deployed in the 5G telco edge, where this standard is a must. 2) Misc updates and trivial improvements. Signed-off-by: David S. Miller --- a8d5dd192a0f44707ffa4b841424e760e21ff5f4