numam-dpdk/app/test-pmd
Jiayu Hu b40f8d782b 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.hu@intel.com>
Reviewed-by: Jingjing Wu <jingjing.wu@intel.com>
Tested-by: Lei Yao <lei.a.yao@intel.com>
2017-07-09 18:15:05 +02:00
..
cmdline_flow.c ethdev: add fuzzy match in flow API 2017-07-05 19:51:56 +02:00
cmdline.c app/testpmd: enable TCP/IPv4 GRO 2017-07-09 18:15:05 +02:00
config.c app/testpmd: enable TCP/IPv4 GRO 2017-07-09 18:15:05 +02:00
csumonly.c app/testpmd: enable TCP/IPv4 GRO 2017-07-09 18:15:05 +02:00
flowgen.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
icmpecho.c app/testpmd: fix typos 2017-03-10 14:11:56 +01:00
ieee1588fwd.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
iofwd.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
macfwd.c app/testpmd: add MACsec commands 2017-01-15 19:16:48 +01:00
macswap.c app/testpmd: add MACsec commands 2017-01-15 19:16:48 +01:00
Makefile net/bnxt: support Tx loopback, set VF MAC and queues drop 2017-06-12 10:41:28 +01:00
parameters.c app/testpmd: print statistics periodically 2017-07-06 14:03:34 +02:00
rxonly.c app/testpmd: consolidate duplicate ifdefs into one 2017-04-21 01:19:14 +02:00
testpmd.c app/testpmd: enable TCP/IPv4 GRO 2017-07-09 18:15:05 +02:00
testpmd.h app/testpmd: enable TCP/IPv4 GRO 2017-07-09 18:15:05 +02:00
txonly.c app/testpmd: add MACsec commands 2017-01-15 19:16:48 +01:00