>On Tue, Mar 16, 2021 at 9:19 PM <pbhagavat...@marvell.com> wrote:
>>
>> From: Pavan Nikhilesh <pbhagavat...@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 <pbhagavat...@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.

Reply via email to