>On Thu, Nov 19, 2020 at 1:24 PM <pbhagavat...@marvell.com> wrote: >> >> From: Pavan Nikhilesh <pbhagavat...@marvell.com> >> >> Since selftest now depends on dynamic mbuf fields it is not >> feasible to run selftest on device probe. > >Indeed, this is something that I missed with the seqn rework. >Can't you call rte_event_dev_selftest() from within the pmd? >
We can but generally selftest is run as a safety net before an custom application runs but now since selftest uses dynamic mbuf fields the custom application would be starved of that field since there is no way to unregister it. Regards, Pavan. > >-- >David Marchand