From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4] app/testpmd: enable the heavyweight mode TCP/IPv4 GRO Date: Sat, 7 Oct 2017 00:04:20 +0100 Message-ID: References: <1504420216-3258-1-git-send-email-jiayu.hu@intel.com> <1506407202-29843-1-git-send-email-jiayu.hu@intel.com> <2DBBFF226F7CF64BAFCA79B681719D953A2965D1@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "Tan, Jianfeng" , "Ananyev, Konstantin" , "thomas@monjalon.net" , "Wu, Jingjing" To: "Yao, Lei A" , "Hu, Jiayu" , "dev@dpdk.org" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 01EDE38EB for ; Sat, 7 Oct 2017 01:04:22 +0200 (CEST) In-Reply-To: <2DBBFF226F7CF64BAFCA79B681719D953A2965D1@shsmsx102.ccr.corp.intel.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 9/27/2017 8:23 AM, Yao, Lei A wrote: <...> >> The GRO library provides two modes to reassemble packets. Currently, the >> csum forwarding engine has supported to use the lightweight mode to >> reassemble TCP/IPv4 packets. This patch introduces the heavyweight mode >> for TCP/IPv4 GRO in the csum forwarding engine. >> >> With the command "set port gro on|off", users can enable >> TCP/IPv4 GRO for a given port. With the command "set gro flush ", >> users can determine when the GROed TCP/IPv4 packets are flushed from >> reassembly tables. With the command "show port gro", users can >> display GRO configuration. >> >> The GRO library doesn't re-calculate checksums for merged packets. If >> users want the merged packets to have correct IP and TCP checksums, >> please select HW IP checksum calculation and HW TCP checksum calculation >> for the port which the merged packets are transmitted to. >> >> Signed-off-by: Jiayu Hu >> Reviewed-by: Ferruh Yigit > Tested-by: Yao Lei Applied to dpdk-next-net/master, thanks.