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

fixes: Use default IOCQES/IOSQES upon device enable #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 15, 2018

  1. fixes: Use default IOCQES/IOSQES upon device enable

    Specification requires that CC.IOCQES and CC.IOSQES are
    configured prior to device enbale using CC.EN. Invalid value
    will lead to failure to initialize device.
    
    When device properly implements Controller Reset, hence clearing of
    CC,  this will lead to unexpected test failures.
    
    The following change adds default minimal values prior to
    enabling the device. Values are taken from specification
    and same approach is used in nvme driver in the linux kernel.
    
    Signed-off-by: Shimi Gersner <gersner@gmail.com>
    gersner committed Jun 15, 2018
    Configuration menu
    Copy the full SHA
    e7a44fc View commit details
    Browse the repository at this point in the history