8000 Comparing axboe:master...cocalele:pfbd-v3.35 · axboe/fio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: axboe/fio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cocalele/fio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pfbd-v3.35
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 6, 2023

  1. Add engine pfbd to support pureflash block device.

    to build with pfengine, run configure as
       ./configure --pfbd-include=/root/v2/PureFlash/common/include --pfbd-lib=/root/v2/PureFlash/build/bin
    
    and then run fio as
        /root/v2/fio/fio -name=test -engine=pfbd -volume=v3 -iodepth=1  -rw=write -size=1M -bs=4k -direct=1
    cocalele committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0a3552e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b8a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18a58b9 View commit details
    Browse the repository at this point in the history
  4. Changed io callback, to adapt the lastest format

    Pureflash change its callback style to fit qemu's style
    cocalele committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    a8c72f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eac5394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50483e4 View commit details
    Browse the repository at this point in the history
  7. add spdk lib required by s5common

    qiyuanzhi authored and cocalele committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    28a1f0c View commit details
    Browse the repository at this point in the history
  8. add uuid on linking

    cocalele committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    85ad5d7 View commit details
    Browse the repository at this point in the history
Loading
0