> -----Original Message----- > From: Hu, Jiayu > Sent: Thursday, June 29, 2017 6:59 PM > To: [email protected] > Cc: Ananyev, Konstantin <[email protected]>; Tan, Jianfeng > <[email protected]>; [email protected]; [email protected]; > Wu, Jingjing <[email protected]>; Bie, Tiwei <[email protected]>; Yao, > Lei A <[email protected]>; Hu, Jiayu <[email protected]> > 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 <[email protected]>
Looks fine from me about those new commands. Reviewed-by: Jingjing Wu <[email protected]> Thanks Jingjing

