Re: [dpdk-dev] [RFC v2 1/3] eventdev: allow for event devices requiring maintenance

2021-08-03 Thread Mattias Rönnblom
On 2021-08-03 06:39, Jerin Jacob wrote: On Mon, Aug 2, 2021 at 9:45 PM Mattias Rönnblom wrote: Extend Eventdev API to allow for event devices which require various forms of internal processing to happen, even when events are not enqueued to or dequeued from a port. RFC v2: - Change rte_eve

Re: [dpdk-dev] [RFC v2 1/3] eventdev: allow for event devices requiring maintenance

2021-08-02 Thread Jerin Jacob
On Mon, Aug 2, 2021 at 9:45 PM Mattias Rönnblom wrote: > > Extend Eventdev API to allow for event devices which require various > forms of internal processing to happen, even when events are not > enqueued to or dequeued from a port. > > RFC v2: > - Change rte_event_maintain() return type to be

[dpdk-dev] [RFC v2 1/3] eventdev: allow for event devices requiring maintenance

2021-08-02 Thread Mattias Rönnblom
Extend Eventdev API to allow for event devices which require various forms of internal processing to happen, even when events are not enqueued to or dequeued from a port. RFC v2: - Change rte_event_maintain() return type to be consistent with the documentation. - Remove unused typedef from