Page MenuHomeFreeBSD

cam(4): Limit search for disks in SES enclosure by single bus
ClosedPublic

Authored by mav on Oct 5 2021, 2:26 AM.
Tags
Referenced Files
Unknown Object (File)
Fri, Nov 15, 1:20 PM
Unknown Object (File)
Fri, Nov 15, 8:03 AM
Unknown Object (File)
Mon, Nov 4, 5:06 AM
Unknown Object (File)
Wed, Oct 30, 2:48 PM
Unknown Object (File)
Oct 18 2024, 11:08 AM
Unknown Object (File)
Oct 3 2024, 2:36 PM
Unknown Object (File)
Sep 30 2024, 4:18 AM
Unknown Object (File)
Sep 27 2024, 3:14 PM
Subscribers
None

Details

Summary

At least for SAS we only support now disks are typically connected to the same bus as the enclosure. Limiting the search scope makes it faster on systems with multiple buses and thousands of disks.

Test Plan

Works best in combination with https://reviews.freebsd.org/D32304.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

mav requested review of this revision.Oct 5 2021, 2:26 AM
mav created this revision.
mav edited the summary of this revision. (Show Details)
sys/cam/scsi/scsi_enc_ses.c
898

This is going in after your change from MATCH_NONE == 0 to MATCH_ANY == 0?
If so, then it's good.

sys/cam/scsi/scsi_enc_ses.c
898

It is. Though not sure why have you mentioned MATCH_ANY == 0 part, not the optimization in the same review.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 5 2021, 7:04 PM
This revision was automatically updated to reflect the committed changes.