[dpdk-dev] [PATCH 0/2] Fix unit tests execution for ENA PMD
Thomas Monjalon
thomas at monjalon.net
Thu Apr 8 23:15:07 CEST 2021
26/03/2021 11:47, Michal Krawczyk:
> ENA PMD uses timer service to implement various periodic device status
> check routine. Because of that, it already initializes the timer
> subsystem. As unit tests also initalizes the timer subsystem, return
> value is equal to -EAGAIN, as it was already done by the ENA PMD.
>
> This patch set adds missing documentation that this kind of return code
> may appear and this is not a failure and also changes unit tests tool,
> to do not fail if timer subsystem was already initialized.
>
> Stanislaw Kardach (2):
> timer: clarify subsystem_init return value
> test: proceed if timer subsystem was initialized
Applied, thanks
More information about the dev
mailing list