• Niklas Schnelle's avatar
    s390/pci: handle FH state mismatch only on disable · 8256adda
    Niklas Schnelle authored
    Instead of always treating CLP_RC_SETPCIFN_ALRDY as success and blindly
    updating the function handle restrict this special handling to the
    disable case by moving it into zpci_disable_device() and still treating
    it as an error while also updating the function handle such that
    a subsequent zpci_disable_device() succeeds or the caller can ignore the
    error when aborting is not an option such as for zPCI event 0x304.
    Also print this occurrence to the log such that an admin can tell why
    a disable operation returned an error.
    
    A mismatch between the state of the underlying device and our view of it
    can naturally happen when the device suddenly enters the error state but
    we haven't gotten the error notification yet, it must not happen on
    enable though.
    Reviewed-by: default avatarMatthew Rosato <mjrosato@linux.ibm.com>
    Signed-off-by: default avatarNiklas Schnelle <schnelle@linux.ibm.com>
    Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
    8256adda
pci.h 7.66 KB