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

[action] [PR:13964] [Arista] Disable SSD NCQ on DCS-7050CX3-32S #14073

Merged
merged 1 commit into from
Mar 3, 2023

Commits on Mar 3, 2023

  1. [Arista] Disable SSD NCQ on Lodoga (sonic-net#13964)

    Why I did it
    Fix similar issue seen on sonic-net#13739 but only for DCS-7050CX3-32S
    
    How I did it
    Add a kernel parameter to tell libata to disable NCQ
    
    How to verify it
    The message ata2.00: FORCE: horkage modified (noncq) should appear on the dmesg.
    
    Test results using: fio --direct=1 --rw=randrw --bs=64k --ioengine=libaio --iodepth=64 --runtime=120 --numjobs=4
    
    with NCQ
    
       READ: bw=26.1MiB/s (27.4MB/s), 26.1MiB/s-26.1MiB/s (27.4MB/s-27.4MB/s), io=3136MiB (3288MB), run=120053-120053msec
      WRITE: bw=26.3MiB/s (27.6MB/s), 26.3MiB/s-26.3MiB/s (27.6MB/s-27.6MB/s), io=3161MiB (3315MB), run=120053-120053msec
    without NCQ
    
       READ: bw=22.0MiB/s (23.1MB/s), 22.0MiB/s-22.0MiB/s (23.1MB/s-23.1MB/s), io=2647MiB (2775MB), run=120069-120069msec
      WRITE: bw=22.2MiB/s (23.3MB/s), 22.2MiB/s-22.2MiB/s (23.3MB/s-23.3MB/s), io=2665MiB (2795MB), run=120069-120069msec
    Staphylo authored and mssonicbld committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    fc775f2 View commit details
    Browse the repository at this point in the history