On Tue, Nov 21, 2023 at 5:25 PM Bruce Richardson <bruce.richard...@intel.com> wrote: > > Not all eventdev's support all scheduling types, for example, some may > only support atomic scheduling or others only support ordered > scheduling. There is currently no clear indication for each driver what > sched types it supports, so add capability flags to be indicated on > return from rte_event_dev_info_get() API. > > Similarly add the possible scheduling types to the capabilities table in > the docs. > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com>
Sharing the finer details of device capability to application is always good . Acked-by: Jerin Jacob <jer...@marvell.com>