Re: [dpdk-dev] [PATCH 3/4] app/procinfo: remove suspicious sizeof

2020-11-17 Thread Varghese, Vipin
Thanks Ferruh > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, November 17, 2020 10:45 PM > To: Tahhan, Maryam ; Pattan, Reshma > ; Mcnamara, John ; > Varghese, Vipin > Cc: Yigit, Ferruh ; dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH 3/4] app/procinfo: remove suspicious siz

[dpdk-dev] [PATCH 3/4] app/procinfo: remove suspicious sizeof

2020-11-17 Thread Ferruh Yigit
The intention with the "sizeof(0)" usage is not clear, but the 'stats' already 'memset' by 'rte_cryptodev_stats_get()' API, removing 'memset' in application. Fixes: fe773600fe3e ("app/procinfo: add --show-crypto") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- Cc: vipin.vargh...@intel.com -