Re: [PATCH net-next] cxgb3: Check and handle the dma mapping errors

2017-10-28 Thread David Miller
From: Ganesh Goudar Date: Fri, 27 Oct 2017 18:08:21 +0530 > From: Arjun Vynipadath > > This patch adds checks at approprate places whether *dma_map*() call has > succeeded or not. > > Original Work by: Santosh Rastapur > Signed-off-by: Arjun Vynipadath > Signed-off-by: Ganesh Goudar Applie

[PATCH net-next] cxgb3: Check and handle the dma mapping errors

2017-10-27 Thread Ganesh Goudar
From: Arjun Vynipadath This patch adds checks at approprate places whether *dma_map*() call has succeeded or not. Original Work by: Santosh Rastapur Signed-off-by: Arjun Vynipadath Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb3/sge.c | 118 ---