Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-04-01 Thread David Miller
From: Eric Dumazet Date: Sun, 1 Apr 2018 09:39:38 -0700 > On 04/01/2018 01:06 AM, Tariq Toukan wrote: > >> >> Acked-by: Tariq Toukan > > Thanks Tariq and Saeed for the review ! Applied, thanks everyone.

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-04-01 Thread Eric Dumazet
On 04/01/2018 01:06 AM, Tariq Toukan wrote: > > Acked-by: Tariq Toukan Thanks Tariq and Saeed for the review !

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-04-01 Thread Tariq Toukan
On 30/03/2018 3:34 AM, Saeed Mahameed wrote: On Tue, Mar 27, 2018 at 2:21 PM, Eric Dumazet wrote: Refine the RX check summing handling to propagate the hardware provided checksum so that we do not have to compute it later in software. Signed-off-by: Eric Dumazet Cc: Willem de Bruijn Cc: Ta

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-03-29 Thread Eric Dumazet
On Thu, Mar 29, 2018 at 5:44 PM Saeed Mahameed wrote: > On Thu, Mar 29, 2018 at 11:07 AM, David Miller wrote: > > From: Eric Dumazet > > Date: Tue, 27 Mar 2018 14:21:14 -0700 > > > >> Refine the RX check summing handling to propagate the > >> hardware provided checksum so that we do not have to

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-03-29 Thread Saeed Mahameed
On Thu, Mar 29, 2018 at 11:07 AM, David Miller wrote: > From: Eric Dumazet > Date: Tue, 27 Mar 2018 14:21:14 -0700 > >> Refine the RX check summing handling to propagate the >> hardware provided checksum so that we do not have to >> compute it later in software. >> >> Signed-off-by: Eric Dumazet

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-03-29 Thread Saeed Mahameed
On Tue, Mar 27, 2018 at 2:21 PM, Eric Dumazet wrote: > Refine the RX check summing handling to propagate the > hardware provided checksum so that we do not have to > compute it later in software. > > Signed-off-by: Eric Dumazet > Cc: Willem de Bruijn > Cc: Tariq Toukan > --- > drivers/net/ethe

Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-03-29 Thread David Miller
From: Eric Dumazet Date: Tue, 27 Mar 2018 14:21:14 -0700 > Refine the RX check summing handling to propagate the > hardware provided checksum so that we do not have to > compute it later in software. > > Signed-off-by: Eric Dumazet Tariq, please review.

[PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments

2018-03-27 Thread Eric Dumazet
Refine the RX check summing handling to propagate the hardware provided checksum so that we do not have to compute it later in software. Signed-off-by: Eric Dumazet Cc: Willem de Bruijn Cc: Tariq Toukan --- drivers/net/ethernet/mellanox/mlx4/en_rx.c | 10 -- 1 file changed, 4 insertion