Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Ferruh Yigit
On 10/10/2017 8:33 PM, Ferruh Yigit wrote: > On 10/10/2017 3:56 PM, Pavan Nikhilesh wrote: >> Use the event device get attribute function to fetch the event >> port and queue count >> >> Signed-off-by: Pavan Nikhilesh > > Reviewed-by: Ferruh Yigit Squashed into relevant commit in next-net, than

Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Ferruh Yigit
ikhilesh >>> Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get >>> count >>> X-Mailer: git-send-email 2.7.4 >>> >>> Use the event device get attribute function to fetch the event >>> port and queue count >> >> >

Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Ferruh Yigit
On 10/10/2017 3:56 PM, Pavan Nikhilesh wrote: > Use the event device get attribute function to fetch the event > port and queue count > > Signed-off-by: Pavan Nikhilesh Reviewed-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Ferruh Yigit
On 10/10/2017 7:04 PM, Jerin Jacob wrote: > -Original Message- >> Date: Tue, 10 Oct 2017 20:26:15 +0530 >> From: Pavan Nikhilesh >> To: ferruh.yi...@intel.com >> CC: dev@dpdk.org, Pavan Nikhilesh >> Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev

Re: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Jerin Jacob
-Original Message- > Date: Tue, 10 Oct 2017 20:26:15 +0530 > From: Pavan Nikhilesh > To: ferruh.yi...@intel.com > CC: dev@dpdk.org, Pavan Nikhilesh > Subject: [dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get > count > X-Mailer: git-send-email 2.7

[dpdk-dev] [PATCH] net/octeontx: use eventdev attributes to get count

2017-10-10 Thread Pavan Nikhilesh
Use the event device get attribute function to fetch the event port and queue count Signed-off-by: Pavan Nikhilesh --- drivers/net/octeontx/octeontx_ethdev.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/octeontx/octeontx_ethdev.c b/drivers/net/octeontx/o