Re: [dpdk-dev] [PATCH v2 1/4] net/dpaa: add null point check and fix mem leak

2018-01-17 Thread Thomas Monjalon
Hi, Please could you rebase on master and keep the acked already given? Please use --in-reply-to to keep v3 in the same thread as v2. Titles are the same for every patches. Are they all fixing a NULL pointer check and a mem leak? More details in the commit message may help. If they are fixes, a

Re: [dpdk-dev] [PATCH v2 1/4] net/dpaa: add null point check and fix mem leak

2017-12-20 Thread Shreyansh Jain
On Wednesday 20 December 2017 03:53 PM, Yong Wang wrote: Signed-off-by: Yong Wang --- drivers/net/dpaa/dpaa_ethdev.c | 36 +--- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index

[dpdk-dev] [PATCH v2 1/4] net/dpaa: add null point check and fix mem leak

2017-12-20 Thread Yong Wang
Signed-off-by: Yong Wang --- drivers/net/dpaa/dpaa_ethdev.c | 36 +--- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/drivers/net/dpaa/dpaa_ethdev.c b/drivers/net/dpaa/dpaa_ethdev.c index cf5a2ec..06d680c 100644 --- a/drivers/net/dpaa/dpaa_ethdev.c