From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2F06B9B7B for ; Fri, 26 May 2017 11:23:31 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 26 May 2017 02:23:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,396,1491289200"; d="scan'208";a="91682228" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 26 May 2017 02:23:29 -0700 To: Pascal Mazon , dev@dpdk.org References: <172025985dc6ca989008cc2d93008e38ac3fff39.1495452020.git.pascal.mazon@6wind.com> From: Ferruh Yigit Message-ID: <9afe69ea-bdba-4e75-7cd2-877d2e947992@intel.com> Date: Fri, 26 May 2017 10:23:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <172025985dc6ca989008cc2d93008e38ac3fff39.1495452020.git.pascal.mazon@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/tap: add Rx/Tx checksum offload support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 09:23:31 -0000 On 5/22/2017 12:20 PM, Pascal Mazon wrote: > This patch adds basic offloading support, widely expected in a PMD. > > Verify IPv4 and UDP/TCP checksums upon packet reception, and set > ol_flags accordingly. > > On Tx, set IPv4 and UDP/TCP checksums when required, considering > ol_flags. > > Signed-off-by: Pascal Mazon Applied to dpdk-next-net/master, thanks.