Re: [dpdk-dev] [PATCH] net/mvneta: check allocation in rx queue flush

2021-01-12 Thread Jerin Jacob
On Mon, Dec 7, 2020 at 5:07 PM wangyunjian wrote: > > From: Yunjian Wang > > The function rte_malloc() could return NULL, the return value > need to be checked. > > Fixes: ce7ea764597e ("net/mvneta: support Rx/Tx") > Cc: sta...@dpdk.org > > Signed-off-by: Yunjian Wang Acked-by: Liron Himi Appl

[dpdk-dev] [PATCH] net/mvneta: check allocation in rx queue flush

2020-12-07 Thread wangyunjian
From: Yunjian Wang The function rte_malloc() could return NULL, the return value need to be checked. Fixes: ce7ea764597e ("net/mvneta: support Rx/Tx") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang --- drivers/net/mvneta/mvneta_rxtx.c | 10 ++ 1 file changed, 10 insertions(+) diff -