Ken Merry needs some additional commands for his SMR work
I need at least one additional command and some flags for my io backpressure work
So I'm bumping these from 8 bits to 16 to keep alignments sane, etc,
Paths
| Differential D5784 Authored by imp on Mar 30 2016, 7:55 PM.
Details
Summary Ken Merry needs some additional commands for his SMR work So I'm bumping these from 8 bits to 16 to keep alignments sane, etc,
Diff Detail
Event Timelineimp updated this object. This revision is now accepted and ready to land.Mar 30 2016, 8:17 PM2016-03-30 20:17:15 (UTC+0) scottl edited edge metadata. kib edited edge metadata. Comment ActionsNote that 32bit accesses are slightly faster than 16bit, on x86. I would go with uint if touching this. Comment Actions
I've thought about this for a few days now. I think I'm going to pass on the suggestion. I don't want to push the end of the cached bit of the bio too far out. Closed by commit rS297955: Bump bio_cmd and bio_*flags from 8 bits to 16. (authored by imp). · Explain WhyApr 14 2016, 5:10 AM2016-04-14 05:10:59 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 14748 sys/geom/geom_io.c
sys/geom/geom_subr.c
sys/geom/mirror/g_mirror.c
sys/geom/raid3/g_raid3.c
sys/sys/bio.h
sys/sys/buf.h
|