Re: [dpdk-dev] [PATCH v2 1/3] eventdev: introduce adapter flags for periodic mode

2021-03-16 Thread Shijith Thotton
On Tue, Mar 16, 2021 at 07:04:16PM +, Carrillo, Erik G wrote: > Thanks, Shijith. I'm posting a couple of follow-up comments in-line: > > > -Original Message- > > From: Shijith Thotton > > Sent: Sunday, March 14, 2021 11:46 AM > > To: Carrillo, Erik G > > Cc: Shijith Thotton ; Pavan

Re: [dpdk-dev] [PATCH v2 1/3] eventdev: introduce adapter flags for periodic mode

2021-03-16 Thread Carrillo, Erik G
Thanks, Shijith. I'm posting a couple of follow-up comments in-line: > -Original Message- > From: Shijith Thotton > Sent: Sunday, March 14, 2021 11:46 AM > To: Carrillo, Erik G > Cc: Shijith Thotton ; Pavan Nikhilesh > ; Jerin Jacob ; > dev@dpdk.org > Subject: [PATCH v2 1/3] eventdev: i

[dpdk-dev] [PATCH v2 1/3] eventdev: introduce adapter flags for periodic mode

2021-03-14 Thread Shijith Thotton
A timer adapter in periodic mode can be used to arm periodic timers. This patch adds flags used to advertise capability and configure timer adapter in periodic mode. Capability flag should be set for adapters which support periodic mode. Below is a programming sequence on the usage: /* che