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 <jianfeng....@intel.com>
---
In general,
Acked-by: Anatoly Burakov <anatoly.bura...@intel.com>
However, i think it would be good to have it rebased/applied on top of
IPC coverity fixes, in particular because this patch uses strcpy instead
of instead of strlcpy.
--
Thanks,
Anatoly