Re: [PATCH net-next 1/6] net: mvpp2: only free the TSO header buffers when it was allocated

2017-12-08 Thread Antoine Tenart
On Thu, Dec 07, 2017 at 02:53:29PM -0500, David Miller wrote: > From: Antoine Tenart > Date: Thu, 7 Dec 2017 09:48:58 +0100 > > > This patch adds a check to only free the TSO header buffer when its > > allocation previously succeeded. > > > > Signed-off-by:

Re: [PATCH net-next 1/6] net: mvpp2: only free the TSO header buffers when it was allocated

2017-12-07 Thread David Miller
From: Antoine Tenart Date: Thu, 7 Dec 2017 09:48:58 +0100 > This patch adds a check to only free the TSO header buffer when its > allocation previously succeeded. > > Signed-off-by: Antoine Tenart No, please keep this as a

[PATCH net-next 1/6] net: mvpp2: only free the TSO header buffers when it was allocated

2017-12-07 Thread Antoine Tenart
This patch adds a check to only free the TSO header buffer when its allocation previously succeeded. Signed-off-by: Antoine Tenart --- drivers/net/ethernet/marvell/mvpp2.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git