Re: [PATCH net-next 1/4] dpaa_eth: fix SG mapping

2018-02-20 Thread David Miller
From: Madalin Bucur Date: Mon, 19 Feb 2018 10:10:41 -0600 > An issue in the code mapping the skb fragments into > scatter-gather frames was evidentiated by netperf > TCP_SENDFILE tests. This patch addresses the issue. > > Signed-off-by: Madalin Bucur This is a poorly worded commit message. Yo

[PATCH net-next 1/4] dpaa_eth: fix SG mapping

2018-02-19 Thread Madalin Bucur
An issue in the code mapping the skb fragments into scatter-gather frames was evidentiated by netperf TCP_SENDFILE tests. This patch addresses the issue. Signed-off-by: Madalin Bucur --- drivers/net/ethernet/freescale/dpaa/dpaa_eth.c | 27 ++ 1 file changed, 15 insertions