From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net/mlx4_en: CHECKSUM_COMPLETE support for fragments Date: Thu, 29 Mar 2018 14:07:27 -0400 (EDT) Message-ID: <20180329.140727.1144450119035230504.davem@davemloft.net> References: <20180327212114.164202-1-edumazet@google.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, eric.dumazet@gmail.com, willemb@google.com, tariqt@mellanox.com To: edumazet@google.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:47322 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751210AbeC2SH2 (ORCPT ); Thu, 29 Mar 2018 14:07:28 -0400 In-Reply-To: <20180327212114.164202-1-edumazet@google.com> Sender: netdev-owner@vger.kernel.org List-ID: 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.