Re: [dpdk-dev] [PATCH v3 2/2] event/dpaa2: Add all type queue capability flag

2020-07-23 Thread Jerin Jacob
On Thu, Jul 23, 2020 at 7:06 PM Nipun Gupta wrote: > > Acked-by: Nipun Gupta > > > -Original Message- > > From: Apeksha Gupta > > Sent: Monday, July 13, 2020 5:14 PM > > To: jerin.ja...@caviumnetworks.com > > Cc: tho...@monjalon.net; dev@dpdk.org; Hemant Agrawal > > ; Nipun Gupta ; Apeks

Re: [dpdk-dev] [PATCH v3 2/2] event/dpaa2: Add all type queue capability flag

2020-07-23 Thread Nipun Gupta
Acked-by: Nipun Gupta > -Original Message- > From: Apeksha Gupta > Sent: Monday, July 13, 2020 5:14 PM > To: jerin.ja...@caviumnetworks.com > Cc: tho...@monjalon.net; dev@dpdk.org; Hemant Agrawal > ; Nipun Gupta ; Apeksha > Gupta ; sta...@dpdk.org > Subject: [PATCH v3 2/2] event/dpaa2: A

Re: [dpdk-dev] [PATCH v3 2/2] event/dpaa2: Add all type queue capability flag

2020-07-21 Thread Jerin Jacob
On Mon, Jul 13, 2020 at 5:14 PM Apeksha Gupta wrote: > > Event device capability flag added in event driver, > Event device is capable of enqueuing events of any type to any queue. Please change the subject to "event/dpaa2: add all type queue capability flag" Update git commit comment to below o

[dpdk-dev] [PATCH v3 2/2] event/dpaa2: Add all type queue capability flag

2020-07-13 Thread Apeksha Gupta
Event device capability flag added in event driver, Event device is capable of enqueuing events of any type to any queue. Fixes: 8f4a294c23 ("event/dpaa2: apply new capability flags") Cc: sta...@dpdk.org Signed-off-by: Apeksha Gupta --- v3: * Added patch 1. event/dpaa2: Add all type queue capabi