> -----Original Message----- > From: Hu, Jiayu > Sent: Thursday, June 29, 2017 6:59 PM > To: dev@dpdk.org > Cc: Ananyev, Konstantin <konstantin.anan...@intel.com>; Tan, Jianfeng > <jianfeng....@intel.com>; y...@fridaylinux.org; step...@networkplumber.org; > Wu, Jingjing <jingjing...@intel.com>; Bie, Tiwei <tiwei....@intel.com>; Yao, > Lei A <lei.a....@intel.com>; Hu, Jiayu <jiayu...@intel.com> > Subject: [PATCH v8 3/3] app/testpmd: enable TCP/IPv4 GRO > > This patch enables TCP/IPv4 GRO library in csum forwarding engine. > By default, GRO is turned off. Users can use command "gro (on|off) (port_id)" > to enable or disable GRO for a given port. If a port is enabled GRO, all > TCP/IPv4 > packets received from the port are performed GRO. Besides, users can set max > flow number and packets number per-flow by command "gro set > (max_flow_num) (max_item_num_per_flow) (port_id)". > > Signed-off-by: Jiayu Hu <jiayu...@intel.com>
Looks fine from me about those new commands. Reviewed-by: Jingjing Wu <jingjing...@intel.com> Thanks Jingjing