[dpdk-dev] [EXT] Re: [PATCH v2 1/8] eventdev: introduce event vector capability

Pavan Nikhilesh Bhagavatula pbhagavatula at marvell.com
Tue Mar 16 20:17:18 CET 2021


>On Tue, Mar 16, 2021 at 9:19 PM <pbhagavatula at marvell.com> wrote:
>>
>> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>>
>> Introduce rte_event_vector datastructure which is capable of holding
>> multiple uintptr_t of the same flow thereby allowing applications
>> to vectorize their pipeline and reducing the complexity of pipelining
>> the events across multiple stages.
>> This approach also reduces the scheduling overhead on a event
>device.
>>
>> Add a event vector mempool create handler to create mempools
>based on
>> the best mempool ops available on a given platform.
>>
>> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
>> -#define RTE_EVENT_DEV_CAP_EVENT_QOS           (1ULL << 1)
>> +#define RTE_EVENT_DEV_CAP_EVENT_QOS (1ULL << 1)
>
>A lot of the style changes are accidentally added to this patch.
>Please resend.

My bad, I will send v3.


More information about the dev mailing list