Re: [dpdk-dev] [PATCH] eal: Add the check for null peer pointer in mp request handler

2018-12-19 Thread Thomas Monjalon
10/12/2018 17:41, Burakov, Anatoly: > On 05-Dec-18 6:19 AM, gfree.w...@vip.163.com wrote: > > From: Gao Feng > > > > Add the check for null peer pointer like the bundle pointer in the mp > > request > > handler. They should follow same style. And add some logs for nomem cases. > > > > Signed-of

Re: [dpdk-dev] [PATCH] eal: Add the check for null peer pointer in mp request handler

2018-12-10 Thread Burakov, Anatoly
On 05-Dec-18 6:19 AM, gfree.w...@vip.163.com wrote: From: Gao Feng Add the check for null peer pointer like the bundle pointer in the mp request handler. They should follow same style. And add some logs for nomem cases. Signed-off-by: Gao Feng --- lib/librte_eal/common/hotplug_mp.c | 15 +++

[dpdk-dev] [PATCH] eal: Add the check for null peer pointer in mp request handler

2018-12-04 Thread gfree . wind
From: Gao Feng Add the check for null peer pointer like the bundle pointer in the mp request handler. They should follow same style. And add some logs for nomem cases. Signed-off-by: Gao Feng --- lib/librte_eal/common/hotplug_mp.c | 15 +++ 1 file changed, 15 insertions(+) diff --