Page MenuHomeFreeBSD

mlx5ib(4): Mark driver knows net epoch
ClosedPublic

Authored by zlei on Apr 4 2023, 4:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
May 8 2024, 2:51 AM
Unknown Object (File)
May 8 2024, 2:50 AM
Unknown Object (File)
May 8 2024, 2:50 AM
Unknown Object (File)
May 7 2024, 11:46 PM
Unknown Object (File)
Dec 20 2023, 4:00 AM
Unknown Object (File)
Dec 12 2023, 1:28 AM
Unknown Object (File)
Dec 10 2023, 3:37 AM
Unknown Object (File)
Nov 14 2023, 2:06 PM
Subscribers

Details

Summary

The driver has already been EPOCH(9) aware since e48813009c6a.

Tested by: hselasky
MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zlei requested review of this revision.Apr 4 2023, 4:13 PM
zlei added a reviewer: network.
zlei edited the summary of this revision. (Show Details)

The mlx5 core IRQ handler grabs the NET EPOCH for all CQEs, so this should be pretty much fine!

Adding Konstantin just in case!

This revision is now accepted and ready to land.Apr 4 2023, 4:24 PM

I am unable to find the definition of the IB_DEVICE_KNOWSEPOCH symbol in the FreeBSD sources.

In D39406#897329, @kib wrote:

I am unable to find the definition of the IB_DEVICE_KNOWSEPOCH symbol in the FreeBSD sources.

That depends on D39405 which has not been committed.

This revision was automatically updated to reflect the committed changes.

@kib
I committed this quickly, I assume you will approve this change.

@kib : I will sync these changes internally ...