Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
debian-packages
lustre-release
Commits
a8209f8c
Commit
a8209f8c
authored
19 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
- set SCSI_MAX_PHYS_SEGMENTS to 256 for 1MB requests
parent
904ce4f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lustre/kernel_patches/patches/scsi-max-phys-segments-256.patch
+17
-0
17 additions, 0 deletions
...e/kernel_patches/patches/scsi-max-phys-segments-256.patch
lustre/kernel_patches/series/2.6-fc3.series
+1
-0
1 addition, 0 deletions
lustre/kernel_patches/series/2.6-fc3.series
with
18 additions
and
0 deletions
lustre/kernel_patches/patches/scsi-max-phys-segments-256.patch
0 → 100644
+
17
−
0
View file @
a8209f8c
Index: linux-2.6.10/include/scsi/scsi.h
===================================================================
--- linux-2.6.10.orig/include/scsi/scsi.h 2004-12-25 00:35:40.000000000 +0300
+++ linux-2.6.10/include/scsi/scsi.h 2005-09-05 18:05:35.000000000 +0400
@@ -14,7 +14,11 @@
* The maximum sg list length SCSI can cope with
* (currently must be a power of 2 between 32 and 256)
*/
-#define SCSI_MAX_PHYS_SEGMENTS MAX_PHYS_SEGMENTS
+
+/*
+ * bump it to 256 (was MAX_PHYS_SEGMENTS) for 1MB bio's -bzzz
+ */
+#define SCSI_MAX_PHYS_SEGMENTS 256
/*
This diff is collapsed.
Click to expand it.
lustre/kernel_patches/series/2.6-fc3.series
+
1
−
0
View file @
a8209f8c
...
@@ -32,3 +32,4 @@ nid-2.6-fc3.patch
...
@@ -32,3 +32,4 @@ nid-2.6-fc3.patch
highmem-split-2.6.10-fc3.patch
highmem-split-2.6.10-fc3.patch
pag-basic-2.6.10-fc3.patch
pag-basic-2.6.10-fc3.patch
sd_iostats-2.6-rhel4.patch
sd_iostats-2.6-rhel4.patch
scsi-max-phys-segments-256.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment