Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-14 Thread Hemant Agrawal
en Hemminger Sent: Sunday, July 12, 2020 8:42 AM To: Hemant Agrawal Cc: dev@dpdk.org; maryam.tah...@intel.com; reshma.pat...@intel.com Subject: Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info Importance: High On Sat, 11 Jul 2020 15:23:43 +0530 Hemant Agrawal w

Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-14 Thread Stephen Hemminger
On Mon, 13 Jul 2020 03:49:30 + Hemant Agrawal wrote: > -Original Message- > From: Stephen Hemminger > Sent: Sunday, July 12, 2020 8:42 AM > To: Hemant Agrawal > Cc: dev@dpdk.org; maryam.tah...@intel.com; reshma.pat...@intel.com > Subject: Re: [dpdk-dev] [PATC

Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-13 Thread Pattan, Reshma
> -Original Message- > From: Hemant Agrawal > + printf(" - ops_index %d ops_name %s\n", > + ptr->ops_index, ops ? ops->name:"NA"); > Nitpick, patch looks ok. ERROR: spaces required around that ':' (ctx:VxV) #233: FILE: app/proc-info/mai

Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-12 Thread Hemant Agrawal
-Original Message- From: Stephen Hemminger Sent: Sunday, July 12, 2020 8:42 AM To: Hemant Agrawal Cc: dev@dpdk.org; maryam.tah...@intel.com; reshma.pat...@intel.com Subject: Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info Importance: High On Sat, 11 Jul

Re: [dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-11 Thread Stephen Hemminger
On Sat, 11 Jul 2020 15:23:43 +0530 Hemant Agrawal wrote: > This patch enhances the port info for more details about > the port and queues. > This patch also add support to get info about the mempool > ops and security context for crypto devices. > > Signed-off-by: Hemant Agrawal What ever happ

[dpdk-dev] [PATCH v2] app/procinfo: enhance port mempool and crypto info

2020-07-11 Thread Hemant Agrawal
This patch enhances the port info for more details about the port and queues. This patch also add support to get info about the mempool ops and security context for crypto devices. Signed-off-by: Hemant Agrawal --- app/proc-info/main.c | 84 +--- 1 file ch