numam-dpdk/app/test-pmd
Tomasz Kulasek 6b520d54eb app/testpmd: use Tx preparation in checksum engine
Since all current drivers supports Tx preparation API, it is used
in csum forwarding engine by default for all drivers.

Adding additional step to the csum engine costs about 3-4% of performance
drop, on my setup with ixgbe driver. It's caused mostly by the need
of reaccessing and modification of packet data.

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2017-01-04 20:40:28 +01:00
..
cmdline_flow.c app/testpmd: fix flow command build on FreeBSD 2016-12-23 16:55:36 +01:00
cmdline.c app/testpmd: add flow query command 2016-12-23 10:24:28 +01:00
config.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
csumonly.c app/testpmd: use Tx preparation in checksum engine 2017-01-04 20:40:28 +01:00
flowgen.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
icmpecho.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +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: implement basic support for flow API 2016-12-23 10:19:15 +01:00
macswap.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
Makefile app/testpmd: add flow command 2016-12-23 10:20:47 +01:00
parameters.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
rxonly.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
testpmd.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
testpmd.h app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00
txonly.c app/testpmd: implement basic support for flow API 2016-12-23 10:19:15 +01:00