net/mlx4_en: CHECKSUM_COMPLETE support for fragments
authorEric Dumazet <edumazet@google.com>
Tue, 27 Mar 2018 21:21:14 +0000 (14:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 17:56:37 +0000 (13:56 -0400)
commitce5a453c4421ccd68a98fd987b6878923c549be2
tree5de68562f90a7db91c809f30d49ab9383370f320
parent2919ee2d41084aef216331d960b9e338ceff77a6
net/mlx4_en: CHECKSUM_COMPLETE support for fragments

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 <edumazet@google.com>
Cc: Willem de Bruijn <willemb@google.com>
Cc: Tariq Toukan <tariqt@mellanox.com>
Acked-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_rx.c