]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'eth-fbnic-add-fbnic-self-tests'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 10 Mar 2026 12:53:54 +0000 (13:53 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 10 Mar 2026 12:53:55 +0000 (13:53 +0100)
commit05e059510edf7b6101ff85db2a2e2d1b6f31ee6d
tree409d771c2b7f3e055f4051e9aa307540f76bdb39
parent89fe91c65992a37863241e35aec151210efc53ce
parent8e5218199da48913960a0ce7e22193020dc23891
Merge branch 'eth-fbnic-add-fbnic-self-tests'

Mike Marciniszyn says:

====================
eth fbnic: Add fbnic self tests

From: "Mike Marciniszyn (Meta)" <mike.marciniszyn@gmail.com>

This series adds self tests to test the registers, the
msix interrupts, the tlv, and the firmware mailbox.

This series assumes that the
[PATCH net-next 0/2] Add debugfs hooks [1]
is present.

When the self tests are run the with ethtool -t:

        ethtool -t eth0
        The test result is PASS
        The test extra info:
        Register test (offline)  0
        MSI-X Interrupt test (offline)   0
        FW mailbox test (on/offline)     0
====================

Link: https://patch.msgid.link/20260307105847.1438-1-mike.marciniszyn@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>