Skip to content
Snippets Groups Projects
  • Zach Brown's avatar
    f2800b1a
    b=2252 · f2800b1a
    Zach Brown authored
    r=adilger
    (didn't see regressions in buffalo, confirmed read throughput increases
    with sf and fpp multi-node IOR)
    
    This cleans up llite's readpage path and implements our own read-ahead window
    that hangs off of ll_file_data.  The broad goal is to keep a fair amount of
    read-ahead pages issued and queued which can be fired off into read rpcs as
    read-ahead rpcs are completed.
    f2800b1a
    History
    b=2252
    Zach Brown authored
    r=adilger
    (didn't see regressions in buffalo, confirmed read throughput increases
    with sf and fpp multi-node IOR)
    
    This cleans up llite's readpage path and implements our own read-ahead window
    that hangs off of ll_file_data.  The broad goal is to keep a fair amount of
    read-ahead pages issued and queued which can be fired off into read rpcs as
    read-ahead rpcs are completed.