Re: [PATCH 3/3] selftests: pci_endpoint: Skip doorbell test when unsupported

From: Niklas Cassel

Date: Mon Feb 16 2026 - 05:39:22 EST


On Mon, Feb 16, 2026 at 12:03:34AM +0900, Koichiro Den wrote:
> PCITEST_DOORBELL may return -EOPNOTSUPP when the endpoint does not
> advertise CAP_DYNAMIC_INBOUND_MAPPING.
>
> Treat this like other optional capabilities and skip the doorbell test
> instead of reporting a failure.
>
> Suggested-by: Niklas Cassel <cassel@xxxxxxxxxx>
> Signed-off-by: Koichiro Den <den@xxxxxxxxxxxxx>
> ---

Reviewed-by: Niklas Cassel <cassel@xxxxxxxxxx>


Thank you for doing this work!