numam-dpdk/doc/guides
Konstantin Ananyev 03128be4cd examples/ipsec-secgw: allow disabling some Rx/Tx offloads
Right now ipsec-secgw always enables TX offloads
(DEV_TX_OFFLOAD_MULTI_SEGS, DEV_TX_OFFLOAD_SECURITY),
even when they are not requested by the config.
That causes many PMD to choose full-featured TX function,
which in many cases is much slower then one without offloads.
That patch adds ability for the user to disable unneeded HW offloads.
If DEV_TX_OFFLOAD_IPV4_CKSUM is disabled by user, then
SW version of ip cksum calculation is used.
That allows to use vector TX function, when inline-ipsec is not
requested.

Signed-off-by: Remy Horton <remy.horton@intel.com>
Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-01-10 16:57:22 +01:00
..
bbdevs bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
compressdevs compress/qat: add compression on DH895x 2019-01-10 16:57:22 +01:00
contributing fix dpdk.org URLs 2018-11-26 20:19:24 +01:00
cryptodevs crypto/aesni_mb: support plain SHA 2019-01-10 16:57:22 +01:00
eventdevs doc: create NXP DPAA2 platform guide 2018-11-19 01:16:35 +01:00
faq doc: update preferred log level syntax in guides 2018-04-25 12:16:50 +02:00
freebsd_gsg fix dpdk.org URLs 2018-11-26 20:19:24 +01:00
howto fix dpdk.org URLs 2018-11-26 20:19:24 +01:00
linux_gsg malloc: add option --match-allocations 2018-12-20 13:01:08 +01:00
mempool use registered name for OCTEON TX references 2018-10-26 14:16:05 +02:00
nics net/mlx5: add ConnectX-6 device IDs 2019-01-03 13:07:06 +01:00
platform doc: create NXP DPAA2 platform guide 2018-11-19 01:16:35 +01:00
prog_guide doc: add IPsec library guide 2019-01-10 16:57:22 +01:00
rawdevs doc: create NXP DPAA2 platform guide 2018-11-19 01:16:35 +01:00
rel_notes doc: add IPsec library guide 2019-01-10 16:57:22 +01:00
sample_app_ug examples/ipsec-secgw: allow disabling some Rx/Tx offloads 2019-01-10 16:57:22 +01:00
testpmd_app_ug doc: fix flow action command names in testpmd guide 2018-12-13 17:46:58 +00:00
tools app/procinfo: add --iter-mempool 2019-01-11 15:45:30 +01:00
conf.py doc: fix garbage text in generated HTML guides 2018-12-19 03:23:37 +01:00
custom.css doc: improve HTML spacing in release notes 2018-02-14 00:23:25 +01:00
index.rst doc: add compression driver and ISA-L PMD guides 2018-05-10 17:46:20 +01:00
meson.build doc: support building HTML guides with meson 2018-10-27 23:24:22 +02:00