Re: [dpdk-dev] [PATCH 1/2] event/octeontx2: remove selftest from dev args

2020-11-19 Thread David Marchand
On Thu, Nov 19, 2020 at 1:24 PM wrote: > > From: Pavan Nikhilesh > > 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?

[dpdk-dev] [PATCH 1/2] event/octeontx2: remove selftest from dev args

2020-11-19 Thread pbhagavatula
From: Pavan Nikhilesh Since selftest now depends on dynamic mbuf fields it is not feasible to run selftest on device probe. Signed-off-by: Pavan Nikhilesh --- drivers/event/octeontx2/otx2_evdev.c | 8 drivers/event/octeontx2/otx2_evdev.h | 1 - 2 files changed, 9 deletions(-) diff --