Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[directfd] Add semi-track caching to DF driver #2083

Merged
merged 1 commit into from
Oct 21, 2024
Merged

[directfd] Add semi-track caching to DF driver #2083

merged 1 commit into from
Oct 21, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Oct 20, 2024

DF driver now supports no caching (CONFIG_TRACK_CACHE=n), full-track caching (FULL_TRACK=1, starts w/sector 1) and semi-track (FULL_TRACK=0, starts w/requested sector). These differing options have been added to permit future performance testing discussed in Mellvik/TLVC#88.

Considering adding fixed-size cache buffer caching, but need more testing as discussed above. Also probably need to turn off caching altogether for fast (386+ systems) as discussed.

Tested on QEMU w/IODELAY emulation.

@ghaerr ghaerr merged commit eddf88b into master Oct 21, 2024
1 check passed
@ghaerr ghaerr deleted the df3 branch October 21, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant