From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/tap: add Rx/Tx checksum offload support Date: Fri, 26 May 2017 10:23:28 +0100 Message-ID: <9afe69ea-bdba-4e75-7cd2-877d2e947992@intel.com> References: <172025985dc6ca989008cc2d93008e38ac3fff39.1495452020.git.pascal.mazon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Pascal Mazon , dev@dpdk.org 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) In-Reply-To: <172025985dc6ca989008cc2d93008e38ac3fff39.1495452020.git.pascal.mazon@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.