Re: [dpdk-dev] [PATCH 1/2] ipc: clearn up code

2018-04-20 Thread Tan, Jianfeng
On 4/20/2018 3:55 PM, Burakov, Anatoly wrote: On 20-Apr-18 2:21 AM, Jianfeng Tan wrote: Following below commit, we change some internal function and variable names: commit ce3a7312357b ("eal: rename IPC request as synchronous one") Also use calloc to supersede malloc + memset for code clea

Re: [dpdk-dev] [PATCH 1/2] ipc: clearn up code

2018-04-20 Thread Burakov, Anatoly
On 20-Apr-18 2:21 AM, Jianfeng Tan wrote: Following below commit, we change some internal function and variable names: commit ce3a7312357b ("eal: rename IPC request as synchronous one") Also use calloc to supersede malloc + memset for code clean up. Signed-off-by: Jianfeng Tan --- In gene

[dpdk-dev] [PATCH 1/2] ipc: clearn up code

2018-04-19 Thread Jianfeng Tan
Following below commit, we change some internal function and variable names: commit ce3a7312357b ("eal: rename IPC request as synchronous one") Also use calloc to supersede malloc + memset for code clean up. Signed-off-by: Jianfeng Tan --- lib/librte_eal/common/eal_common_proc.c | 82