On Fri, Jan 5, 2024 at 9:24 PM <pbhagavat...@marvell.com> wrote: > > From: Pavan Nikhilesh <pbhagavat...@marvell.com> > > Fix incorrect core masks in testeventdev example > commands. > > Fixes: f6dda59153f1 ("doc: add order queue test in eventdev test guide") > Fixes: dd37027f2ba6 ("doc: add order all types queue test in eventdev test > guide") > Fixes: 43bc2fef79cd ("doc: add perf queue test in eventdev test guide") > Fixes: b3d4e665ed3d ("doc: add perf all types queue test in eventdev test > guide") > Fixes: b01974da9f25 ("app/eventdev: add ethernet device producer option") > Fixes: ba9de463abeb ("doc: add pipeline queue test in testeventdev guide") > Fixes: d1b46daf7484 ("doc: add pipeline atq test in testeventdev guide") > Fixes: d008f20bce23 ("app/eventdev: add event timer adapter as a producer") > Fixes: 2eaa37b86635 ("app/eventdev: add vector mode in pipeline test") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
> > - sudo <build_dir>/app/dpdk-test-eventdev --vdev=event_octeontx -- \ > + sudo <build_dir>/app/dpdk-test-eventdev -c 0x1f --vdev=event_octeontx -- \ > --test=order_atq --plcores 1 --wlcores 2,3 Since you are here, Could you remove "--vdev=event_octeontx" from the documentation, as there are HW PMDs without vdev now. This doc was created there was only event_octeontx PMD.