From mboxrd@z Thu Jan 1 00:00:00 1970 From: Saeed Mahameed Subject: Re: [net-next PATCH v2 7/9] mlx5e: Add support for UDP tunnel segmentation with outer checksum offload Date: Sun, 1 May 2016 23:08:12 +0300 Message-ID: References: <20160429222735.12418.61229.stgit@ahduyck-xeon-server> <20160429224345.12418.88876.stgit@ahduyck-xeon-server> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Tal Alon , Linux Netdev List , michael.chan@broadcom.com, "David S. Miller" , Gal Pressman , Or Gerlitz , Eran Ben Elisha To: Alexander Duyck Return-path: Received: from mail-yw0-f193.google.com ([209.85.161.193]:34317 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751942AbcEAUIc (ORCPT ); Sun, 1 May 2016 16:08:32 -0400 Received: by mail-yw0-f193.google.com with SMTP id i22so16787979ywc.1 for ; Sun, 01 May 2016 13:08:32 -0700 (PDT) In-Reply-To: <20160429224345.12418.88876.stgit@ahduyck-xeon-server> Sender: netdev-owner@vger.kernel.org List-ID: On Sat, Apr 30, 2016 at 1:43 AM, Alexander Duyck wrote: > This patch assumes that the mlx5 hardware will ignore existing IPv4/v6 > header fields for length and checksum as well as the length and checksum > fields for outer UDP headers. > > Signed-off-by: Alexander Duyck Reviewed-by: Saeed Mahameed