Re: [dpdk-dev] [PATCH 1/2] lib/eventdev: add usage hints to port configure API

2021-09-16 Thread Van Haaren, Harry
> -Original Message- > From: Jerin Jacob > Sent: Thursday, September 16, 2021 5:59 AM > To: Van Haaren, Harry > Cc: dpdk-dev ; Pathak, Pravin ; > McDaniel, Timothy > Subject: Re: [dpdk-dev] [PATCH 1/2] lib/eventdev: add usage hints to port > configure API >

Re: [dpdk-dev] [PATCH 1/2] lib/eventdev: add usage hints to port configure API

2021-09-15 Thread Jerin Jacob
On Thu, Sep 9, 2021 at 6:24 PM Harry van Haaren wrote: > > This commit introduces 3 flags to the port configuration flags. > These flags allow the application to indicate what type of work > is expected to be performed by an eventdev port. > > The three new flags are > - RTE_EVENT_PORT_CFG_HINT_PR

[dpdk-dev] [PATCH 1/2] lib/eventdev: add usage hints to port configure API

2021-09-09 Thread Harry van Haaren
This commit introduces 3 flags to the port configuration flags. These flags allow the application to indicate what type of work is expected to be performed by an eventdev port. The three new flags are - RTE_EVENT_PORT_CFG_HINT_PRODUCER (mostly RTE_EVENT_OP_NEW events) - RTE_EVENT_PORT_CFG_HINT_CON