Re: [dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-21 Thread Ferruh Yigit
On 9/21/2020 3:06 AM, Chengchang Tang wrote: Hi, All These Patches improved procinfo was stuck in patchwork: https://patchwork.dpdk.org/patch/74960/ These patches look good for me. Will these be applied? I'm not sure what to do next. If these will be applied, I need modified the code. Hi Chen

Re: [dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-20 Thread Chengchang Tang
Hi, All These Patches improved procinfo was stuck in patchwork: https://patchwork.dpdk.org/patch/74960/ These patches look good for me. Will these be applied? I'm not sure what to do next. If these will be applied, I need modified the code. On 2020/9/19 6:11, Stephen Hemminger wrote: > On Mon, 7

Re: [dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-18 Thread Stephen Hemminger
On Mon, 7 Sep 2020 17:14:48 +0800 Chengchang Tang wrote: > On 2020/9/6 0:59, Stephen Hemminger wrote: > > On Sat, 5 Sep 2020 17:07:32 +0800 > > Chengchang Tang wrote: > > > >>printf("\t -- queue %d rx scatter %d" > >>" d

Re: [dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-07 Thread Chengchang Tang
On 2020/9/6 0:59, Stephen Hemminger wrote: > On Sat, 5 Sep 2020 17:07:32 +0800 > Chengchang Tang wrote: > >> printf("\t -- queue %d rx scatter %d" >> " descriptors %d" >> +" r

Re: [dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-05 Thread Stephen Hemminger
On Sat, 5 Sep 2020 17:07:32 +0800 Chengchang Tang wrote: > printf("\t -- queue %d rx scatter %d" > " descriptors %d" > + " rx buffer size %d" >

[dpdk-dev] [PATCH v4 3/5] app/procinfo: add Rx buffer size to --show-port

2020-09-05 Thread Chengchang Tang
Add Rx buffer size to show_port function to display it in the port PMD information so that the user can get the buffer length used by HW queue of receiving packets. Signed-off-by: Chengchang Tang --- app/proc-info/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/proc-info/main.c