History log of /dpdk/doc/guides/cryptodevs/ (Results 226 – 250 of 486)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6e21c1a516-Apr-2020 Adam Dybkowski <adamx.dybkowski@intel.com>

crypto/qat: support plain SHA1..SHA512 hashes

This patch adds support for plain SHA-1, SHA-224, SHA-256,
SHA-384 and SHA-512 hashes to QAT PMD.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.

crypto/qat: support plain SHA1..SHA512 hashes

This patch adds support for plain SHA-1, SHA-224, SHA-256,
SHA-384 and SHA-512 hashes to QAT PMD.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...

b3aaf24d16-Apr-2020 Pablo de Lara <pablo.de.lara.guarch@intel.com>

cryptodev: add session-less feature flag

Add feature flag for symmetric sessionless support,
so it can be checked by applications.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acke

cryptodev: add session-less feature flag

Add feature flag for symmetric sessionless support,
so it can be checked by applications.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Tested-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...


/dpdk/.gitignore
/dpdk/app/test-bbdev/Makefile
/dpdk/app/test-bbdev/meson.build
/dpdk/app/test-bbdev/test_bbdev_perf.c
/dpdk/app/test/test_compressdev.c
/dpdk/app/test/test_cryptodev_blockcipher.c
/dpdk/app/test/test_cryptodev_hash_test_vectors.h
/dpdk/config/common_base
/dpdk/doc/guides/bbdevs/features/default.ini
/dpdk/doc/guides/bbdevs/features/fpga_5gnr_fec.ini
/dpdk/doc/guides/bbdevs/features/fpga_lte_fec.ini
/dpdk/doc/guides/bbdevs/features/mbc.ini
/dpdk/doc/guides/bbdevs/features/null.ini
/dpdk/doc/guides/bbdevs/features/turbo_sw.ini
/dpdk/doc/guides/bbdevs/fpga_5gnr_fec.rst
/dpdk/doc/guides/bbdevs/index.rst
/dpdk/doc/guides/bbdevs/overview.rst
/dpdk/doc/guides/conf.py
features/aesni_gcm.ini
features/aesni_mb.ini
features/armv8.ini
features/caam_jr.ini
features/ccp.ini
features/default.ini
features/kasumi.ini
features/octeontx.ini
features/octeontx2.ini
features/openssl.ini
features/snow3g.ini
features/zuc.ini
/dpdk/doc/guides/rel_notes/release_20_05.rst
/dpdk/drivers/baseband/Makefile
/dpdk/drivers/baseband/fpga_5gnr_fec/Makefile
/dpdk/drivers/baseband/fpga_5gnr_fec/fpga_5gnr_fec.h
/dpdk/drivers/baseband/fpga_5gnr_fec/meson.build
/dpdk/drivers/baseband/fpga_5gnr_fec/rte_fpga_5gnr_fec.c
/dpdk/drivers/baseband/fpga_5gnr_fec/rte_pmd_bbdev_fpga_5gnr_fec_version.map
/dpdk/drivers/baseband/fpga_5gnr_fec/rte_pmd_fpga_5gnr_fec.h
/dpdk/drivers/baseband/meson.build
/dpdk/drivers/crypto/aesni_gcm/aesni_gcm_pmd.c
/dpdk/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
/dpdk/drivers/crypto/armv8/rte_armv8_pmd.c
/dpdk/drivers/crypto/ccp/rte_ccp_pmd.c
/dpdk/drivers/crypto/kasumi/rte_kasumi_pmd.c
/dpdk/drivers/crypto/null/null_crypto_pmd.c
/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev.c
/dpdk/drivers/crypto/openssl/rte_openssl_pmd.c
/dpdk/drivers/crypto/snow3g/rte_snow3g_pmd.c
/dpdk/drivers/crypto/zuc/rte_zuc_pmd.c
/dpdk/lib/librte_cryptodev/rte_cryptodev.c
/dpdk/lib/librte_cryptodev/rte_cryptodev.h
/dpdk/mk/rte.app.mk
c13cecf617-Apr-2020 Adam Dybkowski <adamx.dybkowski@intel.com>

compress/qat: support IM buffer too small operation

This patch implements a special way of buffer handling when internal
QAT IM buffer is too small for Huffman dynamic compression operation.
Instead

compress/qat: support IM buffer too small operation

This patch implements a special way of buffer handling when internal
QAT IM buffer is too small for Huffman dynamic compression operation.
Instead of falling back to fixed compression, the operation is now
split into multiple smaller dynamic compression requests (possible to
execute on QAT) and their results are then combined and copied into
the output buffer. This is not possible if any checksum calculation
was requested - in such case the code falls back to fixed compression
as before.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...

a2c6d3f317-Apr-2020 Konstantin Ananyev <konstantin.ananyev@intel.com>

crypto/aesni_mb: support CPU crypto

Add support for CPU crypto mode by introducing required handler.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Pablo de Lara <pablo.

crypto/aesni_mb: support CPU crypto

Add support for CPU crypto mode by introducing required handler.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>

show more ...


/dpdk/.ci/linux-build.sh
/dpdk/MAINTAINERS
/dpdk/app/meson.build
/dpdk/app/test-acl/main.c
/dpdk/app/test-bbdev/Makefile
/dpdk/app/test-bbdev/meson.build
/dpdk/app/test-cmdline/cmdline_test.c
/dpdk/app/test-cmdline/commands.c
/dpdk/app/test-compress-perf/Makefile
/dpdk/app/test-compress-perf/meson.build
/dpdk/app/test-crypto-perf/Makefile
/dpdk/app/test-crypto-perf/cperf_test_common.c
/dpdk/app/test-crypto-perf/meson.build
/dpdk/app/test-eventdev/evt_options.h
/dpdk/app/test-eventdev/test_order_atq.c
/dpdk/app/test-eventdev/test_order_common.c
/dpdk/app/test-eventdev/test_order_common.h
/dpdk/app/test-eventdev/test_order_queue.c
/dpdk/app/test-eventdev/test_perf_atq.c
/dpdk/app/test-eventdev/test_perf_common.h
/dpdk/app/test-eventdev/test_perf_queue.c
/dpdk/app/test-eventdev/test_pipeline_common.c
/dpdk/app/test-fib/Makefile
/dpdk/app/test-fib/meson.build
/dpdk/app/test-pipeline/main.c
/dpdk/app/test-pipeline/pipeline_hash.c
/dpdk/app/test-pmd/Makefile
/dpdk/app/test-pmd/bpf_cmd.c
/dpdk/app/test-pmd/cmdline.c
/dpdk/app/test-pmd/cmdline_mtr.c
/dpdk/app/test-pmd/cmdline_tm.c
/dpdk/app/test-pmd/csumonly.c
/dpdk/app/test-pmd/meson.build
/dpdk/app/test-pmd/txonly.c
/dpdk/app/test-sad/Makefile
/dpdk/app/test-sad/meson.build
/dpdk/app/test/Makefile
/dpdk/app/test/commands.c
/dpdk/app/test/has-hugepage.sh
/dpdk/app/test/meson.build
/dpdk/app/test/test_atomic.c
/dpdk/app/test/test_bitmap.c
/dpdk/app/test/test_cmdline_lib.c
/dpdk/app/test/test_cryptodev_blockcipher.c
/dpdk/app/test/test_efd.c
/dpdk/app/test/test_func_reentrancy.c
/dpdk/app/test/test_hash.c
/dpdk/app/test/test_hash_readwrite.c
/dpdk/app/test/test_hash_readwrite_lf_perf.c
/dpdk/app/test/test_malloc.c
/dpdk/app/test/test_mcslock.c
/dpdk/app/test/test_member.c
/dpdk/app/test/test_mempool.c
/dpdk/app/test/test_mempool_perf.c
/dpdk/app/test/test_pdump.c
/dpdk/app/test/test_per_lcore.c
/dpdk/app/test/test_ring.c
/dpdk/app/test/test_ring_hts_stress.c
/dpdk/app/test/test_ring_mpmc_stress.c
/dpdk/app/test/test_ring_peek_stress.c
/dpdk/app/test/test_ring_rts_stress.c
/dpdk/app/test/test_ring_stress.c
/dpdk/app/test/test_ring_stress.h
/dpdk/app/test/test_ring_stress_impl.h
/dpdk/app/test/test_rwlock.c
/dpdk/app/test/test_spinlock.c
/dpdk/app/test/test_table.c
/dpdk/app/test/test_table.h
/dpdk/app/test/test_table_pipeline.c
/dpdk/app/test/test_ticketlock.c
/dpdk/app/test/test_timer.c
/dpdk/app/test/test_timer_racecond.c
/dpdk/config/meson.build
/dpdk/devtools/checkpatches.sh
/dpdk/devtools/libabigail.abignore
/dpdk/devtools/test-build.sh
/dpdk/devtools/test-meson-builds.sh
/dpdk/doc/guides/conf.py
/dpdk/doc/guides/contributing/coding_style.rst
aesni_mb.rst
features/aesni_mb.ini
/dpdk/doc/guides/nics/features/bnx2x.ini
/dpdk/doc/guides/prog_guide/packet_classif_access_ctrl.rst
/dpdk/doc/guides/prog_guide/ring_lib.rst
/dpdk/doc/guides/rel_notes/release_20_05.rst
/dpdk/doc/guides/sample_app_ug/cmd_line.rst
/dpdk/doc/guides/sample_app_ug/flow_classify.rst
/dpdk/doc/guides/sample_app_ug/hello_world.rst
/dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst
/dpdk/doc/guides/sample_app_ug/l2_forward_event.rst
/dpdk/doc/guides/sample_app_ug/l3_forward_power_man.rst
/dpdk/doc/guides/sample_app_ug/performance_thread.rst
/dpdk/doc/guides/sample_app_ug/skeleton.rst
/dpdk/doc/guides/sample_app_ug/timer.rst
/dpdk/drivers/baseband/fpga_lte_fec/Makefile
/dpdk/drivers/baseband/fpga_lte_fec/fpga_lte_fec.c
/dpdk/drivers/baseband/fpga_lte_fec/meson.build
/dpdk/drivers/baseband/null/Makefile
/dpdk/drivers/baseband/null/meson.build
/dpdk/drivers/baseband/turbo_sw/Makefile
/dpdk/drivers/baseband/turbo_sw/meson.build
/dpdk/drivers/bus/dpaa/Makefile
/dpdk/drivers/bus/dpaa/base/qbman/qman.c
/dpdk/drivers/bus/dpaa/include/fsl_bman.h
/dpdk/drivers/bus/dpaa/include/fsl_fman.h
/dpdk/drivers/bus/dpaa/include/fsl_qman.h
/dpdk/drivers/bus/dpaa/meson.build
/dpdk/drivers/bus/fslmc/Makefile
/dpdk/drivers/bus/fslmc/meson.build
/dpdk/drivers/bus/fslmc/portal/dpaa2_hw_pvt.h
/dpdk/drivers/bus/ifpga/Makefile
/dpdk/drivers/bus/ifpga/meson.build
/dpdk/drivers/bus/ifpga/rte_bus_ifpga.h
/dpdk/drivers/bus/pci/Makefile
/dpdk/drivers/bus/pci/meson.build
/dpdk/drivers/bus/vdev/Makefile
/dpdk/drivers/bus/vdev/meson.build
/dpdk/drivers/bus/vmbus/Makefile
/dpdk/drivers/bus/vmbus/meson.build
/dpdk/drivers/common/cpt/cpt_common.h
/dpdk/drivers/common/cpt/cpt_ucode.h
/dpdk/drivers/common/cpt/cpt_ucode_asym.h
/dpdk/drivers/common/cpt/meson.build
/dpdk/drivers/common/dpaax/Makefile
/dpdk/drivers/common/dpaax/caamflib/compat.h
/dpdk/drivers/common/dpaax/compat.h
/dpdk/drivers/common/dpaax/dpaax_iova_table.h
/dpdk/drivers/common/dpaax/meson.build
/dpdk/drivers/common/iavf/Makefile
/dpdk/drivers/common/iavf/iavf_osdep.h
/dpdk/drivers/common/iavf/meson.build
/dpdk/drivers/common/mlx5/meson.build
/dpdk/drivers/common/mlx5/mlx5_glue.c
/dpdk/drivers/common/mlx5/mlx5_nl.c
/dpdk/drivers/common/octeontx2/Makefile
/dpdk/drivers/common/octeontx2/meson.build
/dpdk/drivers/common/octeontx2/otx2_common.h
/dpdk/drivers/common/qat/Makefile
/dpdk/drivers/compress/isal/Makefile
/dpdk/drivers/compress/isal/meson.build
/dpdk/drivers/compress/octeontx/Makefile
/dpdk/drivers/compress/octeontx/meson.build
/dpdk/drivers/compress/qat/meson.build
/dpdk/drivers/compress/zlib/Makefile
/dpdk/drivers/compress/zlib/meson.build
/dpdk/drivers/compress/zlib/zlib_pmd.c
/dpdk/drivers/compress/zlib/zlib_pmd_private.h
/dpdk/drivers/crypto/aesni_gcm/Makefile
/dpdk/drivers/crypto/aesni_gcm/aesni_gcm_pmd.c
/dpdk/drivers/crypto/aesni_gcm/aesni_gcm_pmd_private.h
/dpdk/drivers/crypto/aesni_gcm/meson.build
/dpdk/drivers/crypto/aesni_mb/Makefile
/dpdk/drivers/crypto/aesni_mb/aesni_mb_pmd_private.h
/dpdk/drivers/crypto/aesni_mb/meson.build
/dpdk/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
/dpdk/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c
/dpdk/drivers/crypto/armv8/Makefile
/dpdk/drivers/crypto/armv8/meson.build
/dpdk/drivers/crypto/caam_jr/Makefile
/dpdk/drivers/crypto/caam_jr/caam_jr_desc.h
/dpdk/drivers/crypto/caam_jr/meson.build
/dpdk/drivers/crypto/dpaa2_sec/Makefile
/dpdk/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
/dpdk/drivers/crypto/dpaa2_sec/meson.build
/dpdk/drivers/crypto/dpaa_sec/Makefile
/dpdk/drivers/crypto/dpaa_sec/meson.build
/dpdk/drivers/crypto/kasumi/Makefile
/dpdk/drivers/crypto/kasumi/kasumi_pmd_private.h
/dpdk/drivers/crypto/kasumi/meson.build
/dpdk/drivers/crypto/kasumi/rte_kasumi_pmd.c
/dpdk/drivers/crypto/mvsam/mrvl_pmd_private.h
/dpdk/drivers/crypto/mvsam/rte_mrvl_pmd.c
/dpdk/drivers/crypto/nitrox/Makefile
/dpdk/drivers/crypto/nitrox/meson.build
/dpdk/drivers/crypto/octeontx/Makefile
/dpdk/drivers/crypto/octeontx/meson.build
/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c
/dpdk/drivers/crypto/octeontx2/Makefile
/dpdk/drivers/crypto/octeontx2/meson.build
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_ops.c
/dpdk/drivers/crypto/openssl/Makefile
/dpdk/drivers/crypto/openssl/meson.build
/dpdk/drivers/crypto/openssl/openssl_pmd_private.h
/dpdk/drivers/crypto/openssl/rte_openssl_pmd.c
/dpdk/drivers/crypto/qat/qat_asym.h
/dpdk/drivers/crypto/snow3g/Makefile
/dpdk/drivers/crypto/snow3g/meson.build
/dpdk/drivers/crypto/snow3g/rte_snow3g_pmd.c
/dpdk/drivers/crypto/snow3g/snow3g_pmd_private.h
/dpdk/drivers/crypto/zuc/Makefile
/dpdk/drivers/crypto/zuc/meson.build
/dpdk/drivers/crypto/zuc/rte_zuc_pmd.c
/dpdk/drivers/crypto/zuc/zuc_pmd_private.h
/dpdk/drivers/event/dpaa/Makefile
/dpdk/drivers/event/dpaa/meson.build
/dpdk/drivers/event/dpaa2/Makefile
/dpdk/drivers/event/dpaa2/meson.build
/dpdk/drivers/event/dsw/Makefile
/dpdk/drivers/event/dsw/dsw_evdev.c
/dpdk/drivers/event/dsw/dsw_evdev.h
/dpdk/drivers/event/dsw/dsw_event.c
/dpdk/drivers/event/dsw/dsw_xstats.c
/dpdk/drivers/event/dsw/meson.build
/dpdk/drivers/event/octeontx/meson.build
/dpdk/drivers/event/octeontx/ssovf_worker.c
/dpdk/drivers/event/octeontx/ssovf_worker.h
/dpdk/drivers/event/octeontx2/Makefile
/dpdk/drivers/event/octeontx2/meson.build
/dpdk/drivers/event/octeontx2/otx2_tim_evdev.c
/dpdk/drivers/event/octeontx2/otx2_tim_evdev.h
/dpdk/drivers/event/octeontx2/otx2_tim_worker.c
/dpdk/drivers/event/octeontx2/otx2_worker.c
/dpdk/drivers/event/octeontx2/otx2_worker_dual.c
/dpdk/drivers/event/octeontx2/otx2_worker_dual.h
/dpdk/drivers/event/opdl/Makefile
/dpdk/drivers/event/opdl/meson.build
/dpdk/drivers/mempool/bucket/Makefile
/dpdk/drivers/mempool/bucket/meson.build
/dpdk/drivers/mempool/dpaa/Makefile
/dpdk/drivers/mempool/dpaa/meson.build
/dpdk/drivers/mempool/dpaa2/Makefile
/dpdk/drivers/mempool/dpaa2/meson.build
/dpdk/drivers/mempool/octeontx/Makefile
/dpdk/drivers/mempool/octeontx/meson.build
/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c
/dpdk/drivers/mempool/octeontx2/Makefile
/dpdk/drivers/mempool/octeontx2/meson.build
/dpdk/drivers/mempool/octeontx2/otx2_mempool_ops.c
/dpdk/drivers/mempool/stack/Makefile
/dpdk/drivers/mempool/stack/meson.build
/dpdk/drivers/meson.build
/dpdk/drivers/net/ark/ark_pktchkr.h
/dpdk/drivers/net/ark/ark_pktdir.h
/dpdk/drivers/net/ark/ark_pktgen.h
/dpdk/drivers/net/atlantic/Makefile
/dpdk/drivers/net/atlantic/atl_types.h
/dpdk/drivers/net/atlantic/hw_atl/hw_atl_utils.h
/dpdk/drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c
/dpdk/drivers/net/atlantic/meson.build
/dpdk/drivers/net/avp/Makefile
/dpdk/drivers/net/avp/meson.build
/dpdk/drivers/net/avp/rte_avp_common.h
/dpdk/drivers/net/axgbe/Makefile
/dpdk/drivers/net/axgbe/meson.build
/dpdk/drivers/net/bnx2x/Makefile
/dpdk/drivers/net/bnx2x/meson.build
/dpdk/drivers/net/bnxt/bnxt.h
/dpdk/drivers/net/bnxt/bnxt_rxtx_vec_sse.c
/dpdk/drivers/net/bnxt/hsi_struct_def_dpdk.h
/dpdk/drivers/net/bonding/Makefile
/dpdk/drivers/net/bonding/meson.build
/dpdk/drivers/net/bonding/rte_eth_bond_8023ad.h
/dpdk/drivers/net/bonding/rte_eth_bond_pmd.c
/dpdk/drivers/net/dpaa/Makefile
/dpdk/drivers/net/dpaa/dpaa_rxtx.h
/dpdk/drivers/net/dpaa/meson.build
/dpdk/drivers/net/dpaa2/Makefile
/dpdk/drivers/net/dpaa2/base/dpaa2_hw_dpni_annot.h
/dpdk/drivers/net/dpaa2/dpaa2_ethdev.h
/dpdk/drivers/net/dpaa2/dpaa2_rxtx.c
/dpdk/drivers/net/dpaa2/meson.build
/dpdk/drivers/net/e1000/Makefile
/dpdk/drivers/net/e1000/base/meson.build
/dpdk/drivers/net/e1000/meson.build
/dpdk/drivers/net/ena/Makefile
/dpdk/drivers/net/ena/meson.build
/dpdk/drivers/net/enetc/Makefile
/dpdk/drivers/net/enetc/enetc_rxtx.c
/dpdk/drivers/net/enetc/meson.build
/dpdk/drivers/net/enic/Makefile
/dpdk/drivers/net/enic/base/vnic_dev.c
/dpdk/drivers/net/enic/base/vnic_devcmd.h
/dpdk/drivers/net/enic/meson.build
/dpdk/drivers/net/failsafe/Makefile
/dpdk/drivers/net/failsafe/meson.build
/dpdk/drivers/net/fm10k/Makefile
/dpdk/drivers/net/fm10k/base/meson.build
/dpdk/drivers/net/fm10k/fm10k_ethdev.c
/dpdk/drivers/net/fm10k/fm10k_rxtx_vec.c
/dpdk/drivers/net/fm10k/meson.build
/dpdk/drivers/net/hinic/hinic_pmd_rx.c
/dpdk/drivers/net/hns3/Makefile
/dpdk/drivers/net/hns3/hns3_ethdev.c
/dpdk/drivers/net/hns3/hns3_ethdev_vf.c
/dpdk/drivers/net/hns3/hns3_fdir.c
/dpdk/drivers/net/hns3/meson.build
/dpdk/drivers/net/i40e/Makefile
/dpdk/drivers/net/i40e/base/i40e_osdep.h
/dpdk/drivers/net/i40e/base/meson.build
/dpdk/drivers/net/i40e/i40e_ethdev.c
/dpdk/drivers/net/i40e/i40e_rxtx.c
/dpdk/drivers/net/i40e/i40e_rxtx_vec_altivec.c
/dpdk/drivers/net/i40e/i40e_rxtx_vec_neon.c
/dpdk/drivers/net/i40e/i40e_rxtx_vec_sse.c
/dpdk/drivers/net/i40e/meson.build
/dpdk/drivers/net/iavf/Makefile
/dpdk/drivers/net/iavf/iavf_rxtx_vec_sse.c
/dpdk/drivers/net/iavf/meson.build
/dpdk/drivers/net/ice/Makefile
/dpdk/drivers/net/ice/base/ice_osdep.h
/dpdk/drivers/net/ice/ice_rxtx.c
/dpdk/drivers/net/ice/ice_rxtx_vec_sse.c
/dpdk/drivers/net/ice/meson.build
/dpdk/drivers/net/ionic/Makefile
/dpdk/drivers/net/ionic/ionic_rxtx.c
/dpdk/drivers/net/ipn3ke/Makefile
/dpdk/drivers/net/ipn3ke/meson.build
/dpdk/drivers/net/ixgbe/Makefile
/dpdk/drivers/net/ixgbe/base/meson.build
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx_vec_sse.c
/dpdk/drivers/net/ixgbe/meson.build
/dpdk/drivers/net/memif/Makefile
/dpdk/drivers/net/memif/memif.h
/dpdk/drivers/net/memif/meson.build
/dpdk/drivers/net/mlx4/Makefile
/dpdk/drivers/net/mlx4/meson.build
/dpdk/drivers/net/mlx5/Makefile
/dpdk/drivers/net/mlx5/meson.build
/dpdk/drivers/net/mlx5/mlx5.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec.c
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_altivec.h
/dpdk/drivers/net/mlx5/mlx5_socket.c
/dpdk/drivers/net/netvsc/Makefile
/dpdk/drivers/net/netvsc/meson.build
/dpdk/drivers/net/nfp/Makefile
/dpdk/drivers/net/nfp/meson.build
/dpdk/drivers/net/nfp/nfp_net_pmd.h
/dpdk/drivers/net/octeontx/Makefile
/dpdk/drivers/net/octeontx/base/meson.build
/dpdk/drivers/net/octeontx/meson.build
/dpdk/drivers/net/octeontx/octeontx_rxtx.c
/dpdk/drivers/net/octeontx/octeontx_rxtx.h
/dpdk/drivers/net/octeontx2/otx2_rx.c
/dpdk/drivers/net/octeontx2/otx2_tx.c
/dpdk/drivers/net/pfe/Makefile
/dpdk/drivers/net/pfe/base/pfe.h
/dpdk/drivers/net/pfe/meson.build
/dpdk/drivers/net/qede/Makefile
/dpdk/drivers/net/qede/base/bcm_osal.h
/dpdk/drivers/net/qede/base/meson.build
/dpdk/drivers/net/qede/meson.build
/dpdk/drivers/net/qede/qede_filter.c
/dpdk/drivers/net/sfc/Makefile
/dpdk/drivers/net/sfc/base/meson.build
/dpdk/drivers/net/sfc/meson.build
/dpdk/drivers/net/softnic/Makefile
/dpdk/drivers/net/softnic/meson.build
/dpdk/drivers/net/softnic/rte_eth_softnic_cli.c
/dpdk/drivers/net/tap/Makefile
/dpdk/drivers/net/tap/meson.build
/dpdk/drivers/net/tap/tap_bpf.h
/dpdk/drivers/net/tap/tap_bpf_program.c
/dpdk/drivers/net/tap/tap_rss.h
/dpdk/drivers/net/thunderx/Makefile
/dpdk/drivers/net/thunderx/base/meson.build
/dpdk/drivers/net/thunderx/base/nicvf_mbox.c
/dpdk/drivers/net/thunderx/meson.build
/dpdk/drivers/net/thunderx/nicvf_rxtx.c
/dpdk/drivers/net/thunderx/nicvf_rxtx.h
/dpdk/drivers/net/vdev_netvsc/Makefile
/dpdk/drivers/net/vdev_netvsc/meson.build
/dpdk/drivers/net/virtio/Makefile
/dpdk/drivers/net/virtio/meson.build
/dpdk/drivers/net/virtio/virtio_pci.h
/dpdk/drivers/net/virtio/virtio_rxtx_simple.c
/dpdk/drivers/net/virtio/virtio_user/vhost_user.c
/dpdk/drivers/net/virtio/virtqueue.h
/dpdk/drivers/net/vmxnet3/Makefile
/dpdk/drivers/net/vmxnet3/meson.build
/dpdk/drivers/raw/dpaa2_cmdif/Makefile
/dpdk/drivers/raw/dpaa2_cmdif/meson.build
/dpdk/drivers/raw/dpaa2_qdma/Makefile
/dpdk/drivers/raw/dpaa2_qdma/dpaa2_qdma.h
/dpdk/drivers/raw/dpaa2_qdma/meson.build
/dpdk/drivers/raw/ifpga/Makefile
/dpdk/drivers/raw/ifpga/base/ifpga_compat.h
/dpdk/drivers/raw/ifpga/base/opae_hw_api.h
/dpdk/drivers/raw/ifpga/meson.build
/dpdk/drivers/raw/ioat/rte_ioat_spec.h
/dpdk/drivers/raw/ntb/Makefile
/dpdk/drivers/raw/ntb/meson.build
/dpdk/drivers/vdpa/ifc/Makefile
/dpdk/drivers/vdpa/ifc/base/ifcvf.h
/dpdk/drivers/vdpa/ifc/meson.build
/dpdk/drivers/vdpa/mlx5/Makefile
/dpdk/drivers/vdpa/mlx5/meson.build
/dpdk/examples/bond/main.c
/dpdk/examples/cmdline/commands.c
/dpdk/examples/cmdline/parse_obj_list.c
/dpdk/examples/ethtool/ethtool-app/main.c
/dpdk/examples/fips_validation/fips_validation_aes.c
/dpdk/examples/fips_validation/fips_validation_hmac.c
/dpdk/examples/fips_validation/fips_validation_sha.c
/dpdk/examples/fips_validation/fips_validation_tdes.c
/dpdk/examples/flow_classify/flow_classify.c
/dpdk/examples/helloworld/main.c
/dpdk/examples/ip_fragmentation/main.c
/dpdk/examples/ip_pipeline/cli.c
/dpdk/examples/ip_reassembly/main.c
/dpdk/examples/ipsec-secgw/ep0.cfg
/dpdk/examples/ipsec-secgw/ipsec-secgw.c
/dpdk/examples/ipsec-secgw/ipsec.c
/dpdk/examples/ipsec-secgw/ipsec.h
/dpdk/examples/ipsec-secgw/sa.c
/dpdk/examples/l2fwd-cat/l2fwd-cat.c
/dpdk/examples/l2fwd-event/l2fwd_common.h
/dpdk/examples/l2fwd-event/main.c
/dpdk/examples/l2fwd-event/meson.build
/dpdk/examples/l2fwd-jobstats/main.c
/dpdk/examples/l2fwd-keepalive/main.c
/dpdk/examples/l2fwd/main.c
/dpdk/examples/l3fwd-acl/main.c
/dpdk/examples/l3fwd-power/main.c
/dpdk/examples/l3fwd/l3fwd.h
/dpdk/examples/l3fwd/l3fwd_em.c
/dpdk/examples/l3fwd/l3fwd_lpm.c
/dpdk/examples/link_status_interrupt/main.c
/dpdk/examples/multi_process/client_server_mp/mp_server/main.c
/dpdk/examples/multi_process/hotplug_mp/commands.c
/dpdk/examples/multi_process/simple_mp/main.c
/dpdk/examples/multi_process/simple_mp/mp_commands.c
/dpdk/examples/multi_process/symmetric_mp/main.c
/dpdk/examples/ntb/ntb_fwd.c
/dpdk/examples/performance-thread/l3fwd-thread/main.c
/dpdk/examples/performance-thread/pthread_shim/main.c
/dpdk/examples/performance-thread/pthread_shim/pthread_shim.h
/dpdk/examples/ptpclient/ptpclient.c
/dpdk/examples/qos_meter/main.c
/dpdk/examples/qos_sched/cmdline.c
/dpdk/examples/qos_sched/main.c
/dpdk/examples/rxtx_callbacks/main.c
/dpdk/examples/server_node_efd/server/main.c
/dpdk/examples/skeleton/basicfwd.c
/dpdk/examples/timer/main.c
/dpdk/examples/vdpa/main.c
/dpdk/examples/vhost_blk/blk_spec.h
/dpdk/examples/vm_power_manager/guest_cli/vm_power_cli_guest.h
/dpdk/examples/vm_power_manager/main.c
/dpdk/examples/vm_power_manager/oob_monitor_nop.c
/dpdk/examples/vm_power_manager/vm_power_cli.c
/dpdk/examples/vm_power_manager/vm_power_cli.h
/dpdk/examples/vmdq/main.c
/dpdk/lib/Makefile
/dpdk/lib/librte_acl/acl_run.h
/dpdk/lib/librte_acl/acl_run_altivec.h
/dpdk/lib/librte_acl/acl_run_neon.h
/dpdk/lib/librte_bbdev/Makefile
/dpdk/lib/librte_bbdev/meson.build
/dpdk/lib/librte_bpf/Makefile
/dpdk/lib/librte_bpf/meson.build
/dpdk/lib/librte_cmdline/Makefile
/dpdk/lib/librte_cmdline/cmdline.c
/dpdk/lib/librte_cmdline/cmdline_parse_etheraddr.c
/dpdk/lib/librte_cmdline/cmdline_parse_portlist.c
/dpdk/lib/librte_cmdline/meson.build
/dpdk/lib/librte_compressdev/Makefile
/dpdk/lib/librte_compressdev/meson.build
/dpdk/lib/librte_cryptodev/Makefile
/dpdk/lib/librte_cryptodev/meson.build
/dpdk/lib/librte_cryptodev/rte_cryptodev.c
/dpdk/lib/librte_distributor/meson.build
/dpdk/lib/librte_eal/arm/include/rte_vect.h
/dpdk/lib/librte_eal/common/eal_common_log.c
/dpdk/lib/librte_eal/common/eal_common_options.c
/dpdk/lib/librte_eal/common/eal_private.h
/dpdk/lib/librte_eal/common/eal_thread.h
/dpdk/lib/librte_eal/common/rte_random.c
/dpdk/lib/librte_eal/freebsd/Makefile
/dpdk/lib/librte_eal/freebsd/eal.c
/dpdk/lib/librte_eal/freebsd/eal_thread.c
/dpdk/lib/librte_eal/include/rte_bitmap.h
/dpdk/lib/librte_eal/include/rte_common.h
/dpdk/lib/librte_eal/include/rte_debug.h
/dpdk/lib/librte_eal/include/rte_dev.h
/dpdk/lib/librte_eal/include/rte_function_versioning.h
/dpdk/lib/librte_eal/include/rte_log.h
/dpdk/lib/librte_eal/include/rte_memzone.h
/dpdk/lib/librte_eal/linux/Makefile
/dpdk/lib/librte_eal/linux/eal.c
/dpdk/lib/librte_eal/linux/eal_interrupts.c
/dpdk/lib/librte_eal/linux/eal_log.c
/dpdk/lib/librte_eal/linux/eal_thread.c
/dpdk/lib/librte_eal/linux/eal_timer.c
/dpdk/lib/librte_eal/linux/eal_vfio.c
/dpdk/lib/librte_eal/meson.build
/dpdk/lib/librte_eal/ppc/include/rte_cycles.h
/dpdk/lib/librte_eal/ppc/include/rte_vect.h
/dpdk/lib/librte_eal/windows/eal.c
/dpdk/lib/librte_eal/windows/eal_lcore.c
/dpdk/lib/librte_eal/windows/eal_thread.c
/dpdk/lib/librte_eal/windows/eal_windows.h
/dpdk/lib/librte_eal/windows/include/fnmatch.h
/dpdk/lib/librte_eal/windows/include/meson.build
/dpdk/lib/librte_eal/windows/include/pthread.h
/dpdk/lib/librte_eal/windows/include/rte_os.h
/dpdk/lib/librte_eal/windows/include/rte_windows.h
/dpdk/lib/librte_eal/x86/include/rte_rtm.h
/dpdk/lib/librte_efd/rte_efd.c
/dpdk/lib/librte_ethdev/Makefile
/dpdk/lib/librte_ethdev/meson.build
/dpdk/lib/librte_ethdev/rte_ethdev.h
/dpdk/lib/librte_eventdev/Makefile
/dpdk/lib/librte_eventdev/meson.build
/dpdk/lib/librte_fib/Makefile
/dpdk/lib/librte_fib/meson.build
/dpdk/lib/librte_flow_classify/Makefile
/dpdk/lib/librte_flow_classify/meson.build
/dpdk/lib/librte_hash/Makefile
/dpdk/lib/librte_hash/meson.build
/dpdk/lib/librte_hash/rte_thash.h
/dpdk/lib/librte_ip_frag/rte_ip_frag.h
/dpdk/lib/librte_ipsec/Makefile
/dpdk/lib/librte_ipsec/crypto.h
/dpdk/lib/librte_ipsec/meson.build
/dpdk/lib/librte_mbuf/Makefile
/dpdk/lib/librte_mbuf/meson.build
/dpdk/lib/librte_mbuf/rte_mbuf.c
/dpdk/lib/librte_mempool/Makefile
/dpdk/lib/librte_mempool/meson.build
/dpdk/lib/librte_net/Makefile
/dpdk/lib/librte_net/meson.build
/dpdk/lib/librte_net/rte_arp.h
/dpdk/lib/librte_net/rte_esp.h
/dpdk/lib/librte_net/rte_ether.h
/dpdk/lib/librte_net/rte_gre.h
/dpdk/lib/librte_net/rte_gtp.h
/dpdk/lib/librte_net/rte_icmp.h
/dpdk/lib/librte_net/rte_ip.h
/dpdk/lib/librte_net/rte_mpls.h
/dpdk/lib/librte_net/rte_sctp.h
/dpdk/lib/librte_net/rte_tcp.h
/dpdk/lib/librte_net/rte_udp.h
/dpdk/lib/librte_net/rte_vxlan.h
/dpdk/lib/librte_pdump/Makefile
/dpdk/lib/librte_pdump/meson.build
/dpdk/lib/librte_pdump/rte_pdump.c
/dpdk/lib/librte_pipeline/Makefile
/dpdk/lib/librte_pipeline/meson.build
/dpdk/lib/librte_pipeline/rte_table_action.c
/dpdk/lib/librte_port/rte_port_ring.c
/dpdk/lib/librte_power/Makefile
/dpdk/lib/librte_power/power_kvm_vm.c
/dpdk/lib/librte_power/rte_power_empty_poll.c
/dpdk/lib/librte_rcu/Makefile
/dpdk/lib/librte_rcu/meson.build
/dpdk/lib/librte_rib/Makefile
/dpdk/lib/librte_rib/meson.build
/dpdk/lib/librte_ring/Makefile
/dpdk/lib/librte_ring/meson.build
/dpdk/lib/librte_ring/rte_ring.c
/dpdk/lib/librte_ring/rte_ring.h
/dpdk/lib/librte_ring/rte_ring_core.h
/dpdk/lib/librte_ring/rte_ring_elem.h
/dpdk/lib/librte_ring/rte_ring_hts.h
/dpdk/lib/librte_ring/rte_ring_hts_c11_mem.h
/dpdk/lib/librte_ring/rte_ring_peek.h
/dpdk/lib/librte_ring/rte_ring_peek_c11_mem.h
/dpdk/lib/librte_ring/rte_ring_rts.h
/dpdk/lib/librte_ring/rte_ring_rts_c11_mem.h
/dpdk/lib/librte_sched/rte_sched_common.h
/dpdk/lib/librte_stack/Makefile
/dpdk/lib/librte_stack/meson.build
/dpdk/lib/librte_telemetry/Makefile
/dpdk/lib/librte_telemetry/meson.build
/dpdk/lib/librte_timer/Makefile
/dpdk/lib/librte_timer/meson.build
/dpdk/lib/librte_vhost/Makefile
/dpdk/lib/librte_vhost/meson.build
/dpdk/lib/librte_vhost/vhost_user.h
/dpdk/lib/meson.build
/dpdk/mk/target/generic/rte.vars.mk
2a41db7513-Mar-2020 Nagadheeraj Rottela <rnagadheeraj@marvell.com>

crypto/nitrox: support 3DES-CBC

This patch adds 3DES CBC mode cipher algorithm.

Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com>

a1598e9026-Mar-2020 Adam Dybkowski <adamx.dybkowski@intel.com>

crypto/qat: handle mixed hash-cipher on GEN2

This patch adds handling of mixed hash-cipher algorithms
available on GEN2 QAT in particular firmware versions.
Also the documentation is updated to show

crypto/qat: handle mixed hash-cipher on GEN2

This patch adds handling of mixed hash-cipher algorithms
available on GEN2 QAT in particular firmware versions.
Also the documentation is updated to show the mixed crypto
algorithms are supported on QAT GEN2.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...


/dpdk/app/test-bbdev/ldpc_dec_default.data
/dpdk/app/test-bbdev/main.c
/dpdk/app/test-bbdev/main.h
/dpdk/app/test-bbdev/test_bbdev_perf.c
/dpdk/app/test-bbdev/test_bbdev_vector.c
/dpdk/app/test-bbdev/test_vectors/ldpc_dec_v9503.data
/dpdk/app/test-bbdev/test_vectors/turbo_dec_c2_k3136_r0_e4920_sbd_negllr_crc24b.data
/dpdk/app/test/test_cryptodev.c
/dpdk/app/test/test_cryptodev.h
/dpdk/app/test/test_cryptodev_aead_test_vectors.h
/dpdk/app/test/test_ipsec.c
qat.rst
/dpdk/doc/guides/rel_notes/release_20_05.rst
/dpdk/doc/guides/tools/testbbdev.rst
/dpdk/drivers/baseband/turbo_sw/bbdev_turbo_software.c
/dpdk/drivers/common/qat/qat_adf/icp_qat_fw.h
/dpdk/drivers/common/qat/qat_qp.c
/dpdk/drivers/common/qat/qat_qp.h
/dpdk/drivers/crypto/aesni_gcm/aesni_gcm_pmd_ops.c
/dpdk/drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c
/dpdk/drivers/crypto/armv8/rte_armv8_pmd_ops.c
/dpdk/drivers/crypto/caam_jr/caam_jr.c
/dpdk/drivers/crypto/ccp/ccp_pmd_ops.c
/dpdk/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
/dpdk/drivers/crypto/dpaa_sec/dpaa_sec.c
/dpdk/drivers/crypto/kasumi/rte_kasumi_pmd_ops.c
/dpdk/drivers/crypto/mvsam/rte_mrvl_pmd_ops.c
/dpdk/drivers/crypto/null/null_crypto_pmd_ops.c
/dpdk/drivers/crypto/octeontx/otx_cryptodev_ops.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_ops.c
/dpdk/drivers/crypto/openssl/rte_openssl_pmd_ops.c
/dpdk/drivers/crypto/qat/qat_asym_pmd.c
/dpdk/drivers/crypto/qat/qat_sym.c
/dpdk/drivers/crypto/qat/qat_sym_capabilities.h
/dpdk/drivers/crypto/qat/qat_sym_pmd.c
/dpdk/drivers/crypto/qat/qat_sym_pmd.h
/dpdk/drivers/crypto/qat/qat_sym_session.c
/dpdk/drivers/crypto/qat/qat_sym_session.h
/dpdk/drivers/crypto/scheduler/scheduler_pmd_ops.c
/dpdk/drivers/crypto/snow3g/rte_snow3g_pmd_ops.c
/dpdk/drivers/crypto/virtio/virtio_cryptodev.c
/dpdk/drivers/crypto/zuc/rte_zuc_pmd_ops.c
/dpdk/lib/librte_bbdev/rte_bbdev.h
/dpdk/lib/librte_bbdev/rte_bbdev_op.h
/dpdk/lib/librte_compressdev/rte_compressdev_pmd.h
/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h
9cd9d3e704-Mar-2020 Adam Dybkowski <adamx.dybkowski@intel.com>

common/qat: fix GEN3 marketing name

This patch fixes the marketing name of the QAT GEN3 to P5xxx.
Updates this name mentioned in the compression PMD as well as
in the documentation.

Fixes: aa983f03

common/qat: fix GEN3 marketing name

This patch fixes the marketing name of the QAT GEN3 to P5xxx.
Updates this name mentioned in the compression PMD as well as
in the documentation.

Fixes: aa983f03ad2e ("crypto/qat: handle Single Pass Crypto Requests on GEN3")
Fixes: a124830a6f00 ("compress/qat: enable dynamic huffman encoding")
Fixes: 1f5e4053f9b4 ("common/qat: support GEN3 devices")
Cc: stable@dpdk.org

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...


/dpdk/.ci/linux-setup.sh
/dpdk/.editorconfig
/dpdk/.travis.yml
/dpdk/ABI_VERSION
/dpdk/MAINTAINERS
/dpdk/VERSION
/dpdk/app/Makefile
/dpdk/app/meson.build
/dpdk/app/test-fib/Makefile
/dpdk/app/test-fib/main.c
/dpdk/app/test-pipeline/config.c
/dpdk/app/test-pmd/cmdline_flow.c
/dpdk/app/test/meson.build
/dpdk/app/test/test_acl.c
/dpdk/app/test/test_compressdev_test_buffer.h
/dpdk/app/test/test_cryptodev_aes_test_vectors.h
/dpdk/app/test/test_fib_perf.c
/dpdk/app/test/test_hash.c
/dpdk/app/test/test_kvargs.c
/dpdk/app/test/test_lpm_perf.c
/dpdk/app/test/test_table_pipeline.c
/dpdk/app/test/test_timer_racecond.c
/dpdk/buildtools/pmdinfogen/meson.build
/dpdk/buildtools/pmdinfogen/pmdinfogen.c
/dpdk/buildtools/pmdinfogen/pmdinfogen.h
/dpdk/config/arm/meson.build
/dpdk/config/common_armv8a_linux
/dpdk/config/common_base
/dpdk/config/meson.build
/dpdk/config/ppc/meson.build
/dpdk/config/x86/meson_mingw.txt
/dpdk/devtools/build-tags.sh
/dpdk/devtools/check-git-log.sh
/dpdk/devtools/check-symbol-change.sh
/dpdk/devtools/checkpatches.sh
/dpdk/devtools/git-log-fixes.sh
/dpdk/devtools/load-devel-config
/dpdk/devtools/test-meson-builds.sh
/dpdk/devtools/words-case.txt
/dpdk/doc/api/doxy-api.conf.in
qat.rst
/dpdk/doc/guides/nics/cxgbe.rst
/dpdk/doc/guides/nics/fail_safe.rst
/dpdk/doc/guides/nics/features/axgbe.ini
/dpdk/doc/guides/nics/features/hinic.ini
/dpdk/doc/guides/nics/features/hns3.ini
/dpdk/doc/guides/nics/features/hns3_vf.ini
/dpdk/doc/guides/nics/hns3.rst
/dpdk/doc/guides/nics/i40e.rst
/dpdk/doc/guides/nics/ice.rst
/dpdk/doc/guides/nics/memif.rst
/dpdk/doc/guides/nics/mlx4.rst
/dpdk/doc/guides/nics/mlx5.rst
/dpdk/doc/guides/prog_guide/rte_flow.rst
/dpdk/doc/guides/rel_notes/deprecation.rst
/dpdk/doc/guides/rel_notes/index.rst
/dpdk/doc/guides/rel_notes/known_issues.rst
/dpdk/doc/guides/rel_notes/release_18_08.rst
/dpdk/doc/guides/rel_notes/release_19_02.rst
/dpdk/doc/guides/rel_notes/release_19_11.rst
/dpdk/doc/guides/rel_notes/release_20_02.rst
/dpdk/doc/guides/rel_notes/release_20_05.rst
/dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst
/dpdk/doc/guides/sample_app_ug/vm_power_management.rst
/dpdk/doc/guides/testpmd_app_ug/testpmd_funcs.rst
/dpdk/doc/guides/vdpadevs/mlx5.rst
/dpdk/doc/guides/windows_gsg/build_dpdk.rst
/dpdk/drivers/Makefile
/dpdk/drivers/bus/dpaa/Makefile
/dpdk/drivers/bus/fslmc/fslmc_bus.c
/dpdk/drivers/bus/ifpga/ifpga_bus.c
/dpdk/drivers/bus/ifpga/rte_bus_ifpga.h
/dpdk/drivers/bus/pci/linux/pci.c
/dpdk/drivers/common/mlx5/meson.build
/dpdk/drivers/common/mlx5/mlx5_common.c
/dpdk/drivers/common/mlx5/mlx5_common.h
/dpdk/drivers/common/mlx5/mlx5_prm.h
/dpdk/drivers/common/qat/qat_logs.c
/dpdk/drivers/compress/qat/qat_comp_pmd.c
/dpdk/drivers/crypto/aesni_gcm/Makefile
/dpdk/drivers/crypto/aesni_mb/Makefile
/dpdk/drivers/crypto/caam_jr/Makefile
/dpdk/drivers/crypto/dpaa_sec/Makefile
/dpdk/drivers/crypto/kasumi/Makefile
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev.h
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_ops.h
/dpdk/drivers/crypto/qat/qat_sym_capabilities.h
/dpdk/drivers/crypto/qat/qat_sym_session.c
/dpdk/drivers/crypto/snow3g/Makefile
/dpdk/drivers/crypto/zuc/Makefile
/dpdk/drivers/event/dpaa/Makefile
/dpdk/drivers/net/af_packet/rte_eth_af_packet.c
/dpdk/drivers/net/axgbe/axgbe_common.h
/dpdk/drivers/net/axgbe/axgbe_dev.c
/dpdk/drivers/net/axgbe/axgbe_ethdev.c
/dpdk/drivers/net/axgbe/axgbe_ethdev.h
/dpdk/drivers/net/axgbe/axgbe_i2c.c
/dpdk/drivers/net/axgbe/axgbe_mdio.c
/dpdk/drivers/net/axgbe/axgbe_phy_impl.c
/dpdk/drivers/net/axgbe/axgbe_regs.h
/dpdk/drivers/net/axgbe/axgbe_rxtx.c
/dpdk/drivers/net/axgbe/axgbe_rxtx.h
/dpdk/drivers/net/bnxt/bnxt_ethdev.c
/dpdk/drivers/net/cxgbe/Makefile
/dpdk/drivers/net/cxgbe/base/adapter.h
/dpdk/drivers/net/cxgbe/base/common.h
/dpdk/drivers/net/cxgbe/base/t4_hw.c
/dpdk/drivers/net/cxgbe/base/t4_msg.h
/dpdk/drivers/net/cxgbe/base/t4_regs.h
/dpdk/drivers/net/cxgbe/base/t4_tcb.h
/dpdk/drivers/net/cxgbe/base/t4fw_interface.h
/dpdk/drivers/net/cxgbe/cxgbe.h
/dpdk/drivers/net/cxgbe/cxgbe_ethdev.c
/dpdk/drivers/net/cxgbe/cxgbe_filter.c
/dpdk/drivers/net/cxgbe/cxgbe_filter.h
/dpdk/drivers/net/cxgbe/cxgbe_flow.c
/dpdk/drivers/net/cxgbe/cxgbe_main.c
/dpdk/drivers/net/cxgbe/meson.build
/dpdk/drivers/net/cxgbe/smt.c
/dpdk/drivers/net/cxgbe/smt.h
/dpdk/drivers/net/dpaa/Makefile
/dpdk/drivers/net/enetc/Makefile
/dpdk/drivers/net/enetc/base/enetc_hw.h
/dpdk/drivers/net/enetc/enetc.h
/dpdk/drivers/net/enetc/enetc_ethdev.c
/dpdk/drivers/net/enetc/enetc_rxtx.c
/dpdk/drivers/net/enetc/meson.build
/dpdk/drivers/net/enic/enic_fm_flow.c
/dpdk/drivers/net/hinic/base/hinic_compat.h
/dpdk/drivers/net/hinic/base/hinic_pmd_api_cmd.c
/dpdk/drivers/net/hinic/base/hinic_pmd_cmdq.c
/dpdk/drivers/net/hinic/base/hinic_pmd_eqs.c
/dpdk/drivers/net/hinic/base/hinic_pmd_hwdev.c
/dpdk/drivers/net/hinic/base/hinic_pmd_hwdev.h
/dpdk/drivers/net/hinic/base/hinic_pmd_mbox.c
/dpdk/drivers/net/hinic/base/hinic_pmd_nicio.c
/dpdk/drivers/net/hinic/base/hinic_pmd_wq.c
/dpdk/drivers/net/hinic/base/hinic_pmd_wq.h
/dpdk/drivers/net/hinic/hinic_pmd_ethdev.c
/dpdk/drivers/net/hinic/hinic_pmd_rx.c
/dpdk/drivers/net/hinic/hinic_pmd_rx.h
/dpdk/drivers/net/hinic/hinic_pmd_tx.c
/dpdk/drivers/net/hinic/hinic_pmd_tx.h
/dpdk/drivers/net/hns3/hns3_cmd.h
/dpdk/drivers/net/hns3/hns3_ethdev.c
/dpdk/drivers/net/hns3/hns3_ethdev.h
/dpdk/drivers/net/hns3/hns3_ethdev_vf.c
/dpdk/drivers/net/hns3/hns3_mbx.c
/dpdk/drivers/net/hns3/hns3_mbx.h
/dpdk/drivers/net/hns3/hns3_regs.h
/dpdk/drivers/net/hns3/hns3_rxtx.c
/dpdk/drivers/net/hns3/hns3_rxtx.h
/dpdk/drivers/net/i40e/i40e_ethdev.c
/dpdk/drivers/net/i40e/i40e_ethdev_vf.c
/dpdk/drivers/net/i40e/i40e_rxtx.c
/dpdk/drivers/net/ice/ice_ethdev.c
/dpdk/drivers/net/ice/ice_fdir_filter.c
/dpdk/drivers/net/ice/ice_generic_flow.c
/dpdk/drivers/net/ice/ice_hash.c
/dpdk/drivers/net/ice/ice_rxtx.c
/dpdk/drivers/net/ice/ice_rxtx.h
/dpdk/drivers/net/ice/ice_switch_filter.c
/dpdk/drivers/net/ionic/ionic_dev.c
/dpdk/drivers/net/ionic/ionic_dev.h
/dpdk/drivers/net/ionic/ionic_mac_api.c
/dpdk/drivers/net/ionic/ionic_main.c
/dpdk/drivers/net/ionic/ionic_osdep.h
/dpdk/drivers/net/ionic/ionic_rx_filter.c
/dpdk/drivers/net/ixgbe/ixgbe_pf.c
/dpdk/drivers/net/memif/memif_socket.c
/dpdk/drivers/net/memif/rte_eth_memif.c
/dpdk/drivers/net/memif/rte_eth_memif.h
/dpdk/drivers/net/mlx4/mlx4.c
/dpdk/drivers/net/mlx5/mlx5.c
/dpdk/drivers/net/mlx5/mlx5_flow.c
/dpdk/drivers/net/mlx5/mlx5_flow_dv.c
/dpdk/drivers/net/mlx5/mlx5_flow_verbs.c
/dpdk/drivers/net/mlx5/mlx5_mr.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.c
/dpdk/drivers/net/mlx5/mlx5_txq.c
/dpdk/drivers/net/octeontx2/otx2_link.c
/dpdk/drivers/net/sfc/base/ef10_filter.c
/dpdk/drivers/net/sfc/base/ef10_impl.h
/dpdk/drivers/net/sfc/base/efx.h
/dpdk/drivers/net/sfc/base/efx_filter.c
/dpdk/drivers/net/sfc/base/efx_impl.h
/dpdk/drivers/net/sfc/sfc.c
/dpdk/drivers/net/sfc/sfc.h
/dpdk/drivers/net/sfc/sfc_ethdev.c
/dpdk/drivers/net/sfc/sfc_filter.h
/dpdk/drivers/net/sfc/sfc_flow.c
/dpdk/drivers/net/sfc/sfc_flow.h
/dpdk/drivers/net/sfc/sfc_rx.c
/dpdk/drivers/net/thunderx/base/nicvf_mbox.c
/dpdk/drivers/net/thunderx/base/nicvf_mbox.h
/dpdk/drivers/net/thunderx/nicvf_ethdev.c
/dpdk/drivers/net/virtio/meson.build
/dpdk/drivers/net/vmxnet3/vmxnet3_ethdev.c
/dpdk/drivers/net/vmxnet3/vmxnet3_ethdev.h
/dpdk/drivers/net/vmxnet3/vmxnet3_rxtx.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa.h
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_event.c
/dpdk/examples/eventdev_pipeline/main.c
/dpdk/examples/eventdev_pipeline/pipeline_common.h
/dpdk/examples/ipsec-secgw/Makefile
/dpdk/examples/ipsec-secgw/event_helper.c
/dpdk/examples/ipsec-secgw/event_helper.h
/dpdk/examples/ipsec-secgw/ipsec-secgw.c
/dpdk/examples/ipsec-secgw/ipsec-secgw.h
/dpdk/examples/ipsec-secgw/ipsec.c
/dpdk/examples/ipsec-secgw/ipsec.h
/dpdk/examples/ipsec-secgw/ipsec_worker.c
/dpdk/examples/ipsec-secgw/ipsec_worker.h
/dpdk/examples/ipsec-secgw/meson.build
/dpdk/examples/ipsec-secgw/sa.c
/dpdk/examples/ipsec-secgw/sad.h
/dpdk/examples/performance-thread/l3fwd-thread/test.sh
/dpdk/examples/qos_sched/cfg_file.c
/dpdk/examples/qos_sched/main.h
/dpdk/examples/vhost_blk/vhost_blk.c
/dpdk/examples/vhost_blk/vhost_blk.h
/dpdk/kernel/freebsd/contigmem/contigmem.c
/dpdk/kernel/linux/igb_uio/meson.build
/dpdk/kernel/linux/kni/meson.build
/dpdk/lib/librte_cfgfile/Makefile
/dpdk/lib/librte_cmdline/cmdline.h
/dpdk/lib/librte_cryptodev/rte_cryptodev.c
/dpdk/lib/librte_eal/Makefile
/dpdk/lib/librte_eal/arm/include/meson.build
/dpdk/lib/librte_eal/arm/include/rte_atomic.h
/dpdk/lib/librte_eal/arm/include/rte_atomic_32.h
/dpdk/lib/librte_eal/arm/include/rte_atomic_64.h
/dpdk/lib/librte_eal/arm/include/rte_byteorder.h
/dpdk/lib/librte_eal/arm/include/rte_cpuflags.h
/dpdk/lib/librte_eal/arm/include/rte_cpuflags_32.h
/dpdk/lib/librte_eal/arm/include/rte_cpuflags_64.h
/dpdk/lib/librte_eal/arm/include/rte_cycles.h
/dpdk/lib/librte_eal/arm/include/rte_cycles_32.h
/dpdk/lib/librte_eal/arm/include/rte_cycles_64.h
/dpdk/lib/librte_eal/arm/include/rte_io.h
/dpdk/lib/librte_eal/arm/include/rte_io_64.h
/dpdk/lib/librte_eal/arm/include/rte_mcslock.h
/dpdk/lib/librte_eal/arm/include/rte_memcpy.h
/dpdk/lib/librte_eal/arm/include/rte_memcpy_32.h
/dpdk/lib/librte_eal/arm/include/rte_memcpy_64.h
/dpdk/lib/librte_eal/arm/include/rte_pause.h
/dpdk/lib/librte_eal/arm/include/rte_pause_32.h
/dpdk/lib/librte_eal/arm/include/rte_pause_64.h
/dpdk/lib/librte_eal/arm/include/rte_prefetch.h
/dpdk/lib/librte_eal/arm/include/rte_prefetch_32.h
/dpdk/lib/librte_eal/arm/include/rte_prefetch_64.h
/dpdk/lib/librte_eal/arm/include/rte_rwlock.h
/dpdk/lib/librte_eal/arm/include/rte_spinlock.h
/dpdk/lib/librte_eal/arm/include/rte_ticketlock.h
/dpdk/lib/librte_eal/arm/include/rte_vect.h
/dpdk/lib/librte_eal/arm/meson.build
/dpdk/lib/librte_eal/arm/rte_cpuflags.c
/dpdk/lib/librte_eal/arm/rte_cycles.c
/dpdk/lib/librte_eal/arm/rte_hypervisor.c
/dpdk/lib/librte_eal/common/eal_common_log.c
/dpdk/lib/librte_eal/common/eal_common_memory.c
/dpdk/lib/librte_eal/common/eal_common_options.c
/dpdk/lib/librte_eal/common/eal_common_thread.c
/dpdk/lib/librte_eal/common/meson.build
/dpdk/lib/librte_eal/common/rte_service.c
/dpdk/lib/librte_eal/freebsd/Makefile
/dpdk/lib/librte_eal/freebsd/eal.c
/dpdk/lib/librte_eal/freebsd/eal_alarm.c
/dpdk/lib/librte_eal/freebsd/eal_alarm_private.h
/dpdk/lib/librte_eal/freebsd/eal_cpuflags.c
/dpdk/lib/librte_eal/freebsd/eal_debug.c
/dpdk/lib/librte_eal/freebsd/eal_dev.c
/dpdk/lib/librte_eal/freebsd/eal_hugepage_info.c
/dpdk/lib/librte_eal/freebsd/eal_interrupts.c
/dpdk/lib/librte_eal/freebsd/eal_lcore.c
/dpdk/lib/librte_eal/freebsd/eal_memalloc.c
/dpdk/lib/librte_eal/freebsd/eal_memory.c
/dpdk/lib/librte_eal/freebsd/eal_thread.c
/dpdk/lib/librte_eal/freebsd/eal_timer.c
/dpdk/lib/librte_eal/freebsd/include/meson.build
/dpdk/lib/librte_eal/freebsd/include/rte_os.h
/dpdk/lib/librte_eal/freebsd/meson.build
/dpdk/lib/librte_eal/include/Makefile
/dpdk/lib/librte_eal/include/generic/rte_atomic.h
/dpdk/lib/librte_eal/include/generic/rte_byteorder.h
/dpdk/lib/librte_eal/include/generic/rte_cpuflags.h
/dpdk/lib/librte_eal/include/generic/rte_cycles.h
/dpdk/lib/librte_eal/include/generic/rte_io.h
/dpdk/lib/librte_eal/include/generic/rte_mcslock.h
/dpdk/lib/librte_eal/include/generic/rte_memcpy.h
/dpdk/lib/librte_eal/include/generic/rte_pause.h
/dpdk/lib/librte_eal/include/generic/rte_prefetch.h
/dpdk/lib/librte_eal/include/generic/rte_rwlock.h
/dpdk/lib/librte_eal/include/generic/rte_spinlock.h
/dpdk/lib/librte_eal/include/generic/rte_ticketlock.h
/dpdk/lib/librte_eal/include/generic/rte_vect.h
/dpdk/lib/librte_eal/include/meson.build
/dpdk/lib/librte_eal/include/rte_alarm.h
/dpdk/lib/librte_eal/include/rte_bitmap.h
/dpdk/lib/librte_eal/include/rte_branch_prediction.h
/dpdk/lib/librte_eal/include/rte_bus.h
/dpdk/lib/librte_eal/include/rte_class.h
/dpdk/lib/librte_eal/include/rte_common.h
/dpdk/lib/librte_eal/include/rte_compat.h
/dpdk/lib/librte_eal/include/rte_debug.h
/dpdk/lib/librte_eal/include/rte_dev.h
/dpdk/lib/librte_eal/include/rte_devargs.h
/dpdk/lib/librte_eal/include/rte_eal.h
/dpdk/lib/librte_eal/include/rte_eal_interrupts.h
/dpdk/lib/librte_eal/include/rte_eal_memconfig.h
/dpdk/lib/librte_eal/include/rte_errno.h
/dpdk/lib/librte_eal/include/rte_fbarray.h
/dpdk/lib/librte_eal/include/rte_function_versioning.h
/dpdk/lib/librte_eal/include/rte_hexdump.h
/dpdk/lib/librte_eal/include/rte_hypervisor.h
/dpdk/lib/librte_eal/include/rte_interrupts.h
/dpdk/lib/librte_eal/include/rte_keepalive.h
/dpdk/lib/librte_eal/include/rte_launch.h
/dpdk/lib/librte_eal/include/rte_lcore.h
/dpdk/lib/librte_eal/include/rte_log.h
/dpdk/lib/librte_eal/include/rte_malloc.h
/dpdk/lib/librte_eal/include/rte_memory.h
/dpdk/lib/librte_eal/include/rte_memzone.h
/dpdk/lib/librte_eal/include/rte_option.h
/dpdk/lib/librte_eal/include/rte_pci_dev_feature_defs.h
/dpdk/lib/librte_eal/include/rte_pci_dev_features.h
/dpdk/lib/librte_eal/include/rte_per_lcore.h
/dpdk/lib/librte_eal/include/rte_random.h
/dpdk/lib/librte_eal/include/rte_reciprocal.h
/dpdk/lib/librte_eal/include/rte_service.h
/dpdk/lib/librte_eal/include/rte_service_component.h
/dpdk/lib/librte_eal/include/rte_string_fns.h
/dpdk/lib/librte_eal/include/rte_tailq.h
/dpdk/lib/librte_eal/include/rte_test.h
/dpdk/lib/librte_eal/include/rte_time.h
/dpdk/lib/librte_eal/include/rte_uuid.h
/dpdk/lib/librte_eal/include/rte_version.h
/dpdk/lib/librte_eal/include/rte_vfio.h
/dpdk/lib/librte_eal/linux/Makefile
/dpdk/lib/librte_eal/linux/eal.c
/dpdk/lib/librte_eal/linux/eal_alarm.c
/dpdk/lib/librte_eal/linux/eal_cpuflags.c
/dpdk/lib/librte_eal/linux/eal_debug.c
/dpdk/lib/librte_eal/linux/eal_dev.c
/dpdk/lib/librte_eal/linux/eal_hugepage_info.c
/dpdk/lib/librte_eal/linux/eal_interrupts.c
/dpdk/lib/librte_eal/linux/eal_lcore.c
/dpdk/lib/librte_eal/linux/eal_log.c
/dpdk/lib/librte_eal/linux/eal_memalloc.c
/dpdk/lib/librte_eal/linux/eal_memory.c
/dpdk/lib/librte_eal/linux/eal_thread.c
/dpdk/lib/librte_eal/linux/eal_timer.c
/dpdk/lib/librte_eal/linux/eal_vfio.c
/dpdk/lib/librte_eal/linux/eal_vfio.h
/dpdk/lib/librte_eal/linux/eal_vfio_mp_sync.c
/dpdk/lib/librte_eal/linux/include/meson.build
/dpdk/lib/librte_eal/linux/include/rte_kni_common.h
/dpdk/lib/librte_eal/linux/include/rte_os.h
/dpdk/lib/librte_eal/linux/meson.build
/dpdk/lib/librte_eal/meson.build
/dpdk/lib/librte_eal/ppc/include/meson.build
/dpdk/lib/librte_eal/ppc/include/rte_atomic.h
/dpdk/lib/librte_eal/ppc/include/rte_byteorder.h
/dpdk/lib/librte_eal/ppc/include/rte_cpuflags.h
/dpdk/lib/librte_eal/ppc/include/rte_cycles.h
/dpdk/lib/librte_eal/ppc/include/rte_io.h
/dpdk/lib/librte_eal/ppc/include/rte_mcslock.h
/dpdk/lib/librte_eal/ppc/include/rte_memcpy.h
/dpdk/lib/librte_eal/ppc/include/rte_pause.h
/dpdk/lib/librte_eal/ppc/include/rte_prefetch.h
/dpdk/lib/librte_eal/ppc/include/rte_rwlock.h
/dpdk/lib/librte_eal/ppc/include/rte_spinlock.h
/dpdk/lib/librte_eal/ppc/include/rte_ticketlock.h
/dpdk/lib/librte_eal/ppc/include/rte_vect.h
/dpdk/lib/librte_eal/ppc/meson.build
/dpdk/lib/librte_eal/ppc/rte_cpuflags.c
/dpdk/lib/librte_eal/ppc/rte_cycles.c
/dpdk/lib/librte_eal/ppc/rte_hypervisor.c
/dpdk/lib/librte_eal/rte_eal_version.map
/dpdk/lib/librte_eal/windows/eal.c
/dpdk/lib/librte_eal/windows/eal_debug.c
/dpdk/lib/librte_eal/windows/eal_lcore.c
/dpdk/lib/librte_eal/windows/eal_thread.c
/dpdk/lib/librte_eal/windows/getopt.c
/dpdk/lib/librte_eal/windows/include/dirent.h
/dpdk/lib/librte_eal/windows/include/fnmatch.h
/dpdk/lib/librte_eal/windows/include/getopt.h
/dpdk/lib/librte_eal/windows/include/meson.build
/dpdk/lib/librte_eal/windows/include/pthread.h
/dpdk/lib/librte_eal/windows/include/regex.h
/dpdk/lib/librte_eal/windows/include/rte_os.h
/dpdk/lib/librte_eal/windows/include/sched.h
/dpdk/lib/librte_eal/windows/include/sys/queue.h
/dpdk/lib/librte_eal/windows/include/unistd.h
/dpdk/lib/librte_eal/windows/meson.build
/dpdk/lib/librte_eal/x86/include/meson.build
/dpdk/lib/librte_eal/x86/include/rte_atomic.h
/dpdk/lib/librte_eal/x86/include/rte_atomic_32.h
/dpdk/lib/librte_eal/x86/include/rte_atomic_64.h
/dpdk/lib/librte_eal/x86/include/rte_byteorder.h
/dpdk/lib/librte_eal/x86/include/rte_byteorder_32.h
/dpdk/lib/librte_eal/x86/include/rte_byteorder_64.h
/dpdk/lib/librte_eal/x86/include/rte_cpuflags.h
/dpdk/lib/librte_eal/x86/include/rte_cycles.h
/dpdk/lib/librte_eal/x86/include/rte_io.h
/dpdk/lib/librte_eal/x86/include/rte_mcslock.h
/dpdk/lib/librte_eal/x86/include/rte_memcpy.h
/dpdk/lib/librte_eal/x86/include/rte_pause.h
/dpdk/lib/librte_eal/x86/include/rte_prefetch.h
/dpdk/lib/librte_eal/x86/include/rte_rtm.h
/dpdk/lib/librte_eal/x86/include/rte_rwlock.h
/dpdk/lib/librte_eal/x86/include/rte_spinlock.h
/dpdk/lib/librte_eal/x86/include/rte_ticketlock.h
/dpdk/lib/librte_eal/x86/include/rte_vect.h
/dpdk/lib/librte_eal/x86/meson.build
/dpdk/lib/librte_eal/x86/rte_cpuflags.c
/dpdk/lib/librte_eal/x86/rte_cpuid.h
/dpdk/lib/librte_eal/x86/rte_cycles.c
/dpdk/lib/librte_eal/x86/rte_hypervisor.c
/dpdk/lib/librte_eal/x86/rte_spinlock.c
/dpdk/lib/librte_ethdev/rte_ethdev.c
/dpdk/lib/librte_ethdev/rte_ethdev_pci.h
/dpdk/lib/librte_ethdev/rte_ethdev_vdev.h
/dpdk/lib/librte_ethdev/rte_flow.c
/dpdk/lib/librte_ethdev/rte_flow.h
/dpdk/lib/librte_fib/rte_fib.h
/dpdk/lib/librte_fib/rte_fib6.h
/dpdk/lib/librte_flow_classify/rte_flow_classify.c
/dpdk/lib/librte_kvargs/Makefile
/dpdk/lib/librte_kvargs/rte_kvargs.c
/dpdk/lib/librte_lpm/rte_lpm6.c
/dpdk/lib/librte_lpm/rte_lpm6.h
/dpdk/lib/librte_mbuf/rte_mbuf.h
/dpdk/lib/librte_pci/rte_pci.c
/dpdk/lib/librte_pci/rte_pci.h
/dpdk/lib/librte_ring/rte_ring_elem.h
/dpdk/lib/librte_table/rte_lru_x86.h
/dpdk/lib/librte_telemetry/rte_telemetry_parser.c
/dpdk/lib/meson.build
/dpdk/license/exceptions.txt
/dpdk/meson.build
/dpdk/mk/arch/ppc_64/rte.vars.mk
/dpdk/mk/exec-env/freebsd/rte.vars.mk
/dpdk/mk/exec-env/linux/rte.vars.mk
f69ed10417-Feb-2020 Pablo de Lara <pablo.de.lara.guarch@intel.com>

doc: add build requirement in some crypto PMD guides

The following crypto PMDs use the Intel Multi-buffer library:
- AESNI MB PMD
- AESNI GCM PMD
- ZUC PMD
- KASUMI PMD
- SNOW3G PMD

When this libra

doc: add build requirement in some crypto PMD guides

The following crypto PMDs use the Intel Multi-buffer library:
- AESNI MB PMD
- AESNI GCM PMD
- ZUC PMD
- KASUMI PMD
- SNOW3G PMD

When this library is built with gcc < 5.0, it might throw
some compilation issues. A workaround has been added in the
repo of this library, so a note on this has been added
to the documentation of these PMDs.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>

show more ...


/dpdk/.ci/linux-build.sh
/dpdk/.travis.yml
/dpdk/MAINTAINERS
/dpdk/VERSION
/dpdk/app/pdump/main.c
/dpdk/app/test-crypto-perf/cperf_test_latency.c
/dpdk/app/test-eventdev/meson.build
/dpdk/app/test-fib/Makefile
/dpdk/app/test-fib/main.c
/dpdk/app/test-fib/meson.build
/dpdk/app/test-pmd/cmdline.c
/dpdk/app/test-pmd/config.c
/dpdk/app/test-pmd/flowgen.c
/dpdk/app/test-pmd/macswap.c
/dpdk/app/test-pmd/parameters.c
/dpdk/app/test-pmd/testpmd.c
/dpdk/app/test-pmd/testpmd.h
/dpdk/app/test-pmd/txonly.c
/dpdk/app/test-pmd/util.c
/dpdk/app/test/Makefile
/dpdk/app/test/meson.build
/dpdk/app/test/process.h
/dpdk/app/test/test.c
/dpdk/app/test/test_acl.c
/dpdk/app/test/test_acl.h
/dpdk/app/test/test_compressdev_test_buffer.h
/dpdk/app/test/test_cryptodev.c
/dpdk/app/test/test_ipsec.c
/dpdk/app/test/test_mbuf.c
/dpdk/buildtools/list-dir-globs.py
/dpdk/buildtools/meson.build
/dpdk/buildtools/options-ibverbs-static.sh
/dpdk/buildtools/pmdinfogen/pmdinfogen.h
/dpdk/config/arm/arm64_stingray_linux_gcc
/dpdk/config/common_armv8a_linux
/dpdk/config/common_linux
/dpdk/config/defconfig_arm-armv7a-linuxapp-gcc
/dpdk/config/defconfig_arm64-armada-linuxapp-gcc
/dpdk/config/defconfig_arm64-octeontx2-linuxapp-gcc
/dpdk/config/defconfig_arm64-stingray-linuxapp-gcc
/dpdk/config/defconfig_arm64-thunderx-linuxapp-gcc
/dpdk/config/meson.build
/dpdk/devtools/check-abi.sh
/dpdk/devtools/cocci.sh
/dpdk/devtools/test-build.sh
/dpdk/doc/api/generate_doxygen.sh
/dpdk/doc/api/generate_examples.sh
/dpdk/doc/api/meson.build
/dpdk/doc/guides/contributing/documentation.rst
/dpdk/doc/guides/contributing/stable.rst
aesni_gcm.rst
aesni_mb.rst
kasumi.rst
snow3g.rst
zuc.rst
/dpdk/doc/guides/eventdevs/octeontx2.rst
/dpdk/doc/guides/freebsd_gsg/build_dpdk.rst
/dpdk/doc/guides/freebsd_gsg/build_sample_apps.rst
/dpdk/doc/guides/freebsd_gsg/install_from_ports.rst
/dpdk/doc/guides/freebsd_gsg/intro.rst
/dpdk/doc/guides/howto/index.rst
/dpdk/doc/guides/howto/openwrt.rst
/dpdk/doc/guides/nics/af_xdp.rst
/dpdk/doc/guides/nics/features.rst
/dpdk/doc/guides/nics/features/default.ini
/dpdk/doc/guides/nics/features/mlx5.ini
/dpdk/doc/guides/nics/features/octeontx2.ini
/dpdk/doc/guides/nics/features/octeontx2_vf.ini
/dpdk/doc/guides/nics/i40e.rst
/dpdk/doc/guides/nics/mlx4.rst
/dpdk/doc/guides/nics/mlx5.rst
/dpdk/doc/guides/nics/thunderx.rst
/dpdk/doc/guides/prog_guide/build-sdk-meson.rst
/dpdk/doc/guides/prog_guide/img/ring-mp-enqueue3.svg
/dpdk/doc/guides/prog_guide/index.rst
/dpdk/doc/guides/prog_guide/ipsec_lib.rst
/dpdk/doc/guides/prog_guide/meson_ut.rst
/dpdk/doc/guides/prog_guide/rcu_lib.rst
/dpdk/doc/guides/prog_guide/ring_lib.rst
/dpdk/doc/guides/prog_guide/rte_security.rst
/dpdk/doc/guides/rel_notes/release_20_02.rst
/dpdk/doc/guides/sample_app_ug/img/vm_power_mgr_highlevel.svg
/dpdk/doc/guides/sample_app_ug/img/vm_power_mgr_vm_request_seq.svg
/dpdk/doc/guides/sample_app_ug/l3_forward.rst
/dpdk/doc/guides/sample_app_ug/vm_power_management.rst
/dpdk/doc/guides/testpmd_app_ug/run_app.rst
/dpdk/doc/guides/tools/comp_perf.rst
/dpdk/drivers/common/cpt/cpt_mcode_defines.h
/dpdk/drivers/common/cpt/cpt_ucode.h
/dpdk/drivers/common/cpt/cpt_ucode_asym.h
/dpdk/drivers/common/iavf/rte_common_iavf_version.map
/dpdk/drivers/common/mlx5/meson.build
/dpdk/drivers/common/mlx5/mlx5_common.h
/dpdk/drivers/common/mlx5/mlx5_glue.c
/dpdk/drivers/common/mlx5/mlx5_prm.h
/dpdk/drivers/common/mlx5/rte_common_mlx5_version.map
/dpdk/drivers/common/octeontx2/Makefile
/dpdk/drivers/common/octeontx2/hw/otx2_npc.h
/dpdk/drivers/common/octeontx2/meson.build
/dpdk/drivers/common/octeontx2/otx2_dev.c
/dpdk/drivers/common/octeontx2/otx2_mbox.c
/dpdk/drivers/common/octeontx2/otx2_mbox.h
/dpdk/drivers/common/octeontx2/rte_common_octeontx2_version.map
/dpdk/drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c
/dpdk/drivers/crypto/ccp/ccp_dev.h
/dpdk/drivers/crypto/ccp/rte_ccp_pmd.c
/dpdk/drivers/crypto/octeontx/otx_cryptodev_capabilities.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_capabilities.c
/dpdk/drivers/crypto/openssl/rte_openssl_pmd.c
/dpdk/drivers/event/dpaa2/dpaa2_eventdev.c
/dpdk/drivers/event/opdl/Makefile
/dpdk/drivers/event/sw/Makefile
/dpdk/drivers/mempool/octeontx2/otx2_mempool_ops.c
/dpdk/drivers/meson.build
/dpdk/drivers/net/af_xdp/rte_eth_af_xdp.c
/dpdk/drivers/net/bnxt/bnxt.h
/dpdk/drivers/net/bnxt/bnxt_cpr.c
/dpdk/drivers/net/bnxt/bnxt_ethdev.c
/dpdk/drivers/net/bnxt/bnxt_hwrm.c
/dpdk/drivers/net/bnxt/bnxt_hwrm.h
/dpdk/drivers/net/bnxt/bnxt_rxr.c
/dpdk/drivers/net/failsafe/failsafe_intr.c
/dpdk/drivers/net/fm10k/Makefile
/dpdk/drivers/net/hinic/base/hinic_compat.h
/dpdk/drivers/net/i40e/Makefile
/dpdk/drivers/net/i40e/i40e_ethdev_vf.c
/dpdk/drivers/net/i40e/i40e_fdir.c
/dpdk/drivers/net/i40e/i40e_rxtx.c
/dpdk/drivers/net/ice/base/ice_fdir.c
/dpdk/drivers/net/ice/ice_ethdev.c
/dpdk/drivers/net/ice/ice_fdir_filter.c
/dpdk/drivers/net/ice/ice_rxtx.c
/dpdk/drivers/net/ionic/Makefile
/dpdk/drivers/net/ionic/meson.build
/dpdk/drivers/net/ionic/rte_pmd_ionic_version.map
/dpdk/drivers/net/ipn3ke/meson.build
/dpdk/drivers/net/ixgbe/Makefile
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.h
/dpdk/drivers/net/ixgbe/ixgbe_pf.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx.h
/dpdk/drivers/net/mlx4/meson.build
/dpdk/drivers/net/mlx4/mlx4.c
/dpdk/drivers/net/mlx4/mlx4_ethdev.c
/dpdk/drivers/net/mlx5/mlx5.c
/dpdk/drivers/net/mlx5/mlx5_defs.h
/dpdk/drivers/net/mlx5/mlx5_ethdev.c
/dpdk/drivers/net/mlx5/mlx5_flow.c
/dpdk/drivers/net/mlx5/mlx5_flow.h
/dpdk/drivers/net/mlx5/mlx5_flow_dv.c
/dpdk/drivers/net/mlx5/mlx5_rxq.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.c
/dpdk/drivers/net/mlx5/mlx5_trigger.c
/dpdk/drivers/net/mlx5/mlx5_txq.c
/dpdk/drivers/net/netvsc/hn_ethdev.c
/dpdk/drivers/net/octeontx2/meson.build
/dpdk/drivers/net/octeontx2/otx2_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.h
/dpdk/drivers/net/octeontx2/otx2_flow_ctrl.c
/dpdk/drivers/net/qede/base/ecore_dev.c
/dpdk/drivers/net/qede/base/ecore_dev_api.h
/dpdk/drivers/net/qede/base/ecore_iov_api.h
/dpdk/drivers/net/qede/base/ecore_sriov.c
/dpdk/drivers/net/qede/base/ecore_vf.c
/dpdk/drivers/net/qede/base/ecore_vf.h
/dpdk/drivers/net/qede/base/ecore_vf_api.h
/dpdk/drivers/net/qede/base/ecore_vfpf_if.h
/dpdk/drivers/net/qede/base/mcp_public.h
/dpdk/drivers/net/qede/qede_ethdev.c
/dpdk/drivers/net/qede/qede_main.c
/dpdk/drivers/net/sfc/sfc.c
/dpdk/drivers/net/sfc/sfc_ethdev.c
/dpdk/drivers/net/sfc/sfc_rx.c
/dpdk/drivers/net/vdev_netvsc/vdev_netvsc.c
/dpdk/drivers/net/vhost/rte_eth_vhost.c
/dpdk/drivers/raw/ifpga/meson.build
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c
/dpdk/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_event.c
/dpdk/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map
/dpdk/examples/ethtool/lib/rte_ethtool.c
/dpdk/examples/fips_validation/fips_validation_gcm.c
/dpdk/examples/ioat/ioatfwd.c
/dpdk/examples/ip_fragmentation/main.c
/dpdk/examples/ipsec-secgw/ipsec.c
/dpdk/examples/ipsec-secgw/ipsec_process.c
/dpdk/examples/ipsec-secgw/sa.c
/dpdk/examples/ipsec-secgw/test/common_defs.sh
/dpdk/examples/ipsec-secgw/test/linux_test4.sh
/dpdk/examples/ipsec-secgw/test/linux_test6.sh
/dpdk/examples/ipsec-secgw/test/trs_3descbc_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/trs_aescbc_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/trs_aesctr_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
/dpdk/examples/ipsec-secgw/test/tun_3descbc_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/tun_aescbc_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/tun_aesctr_sha1_common_defs.sh
/dpdk/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh
/dpdk/examples/kni/main.c
/dpdk/examples/l2fwd-event/l2fwd_event_generic.c
/dpdk/examples/l2fwd-event/l2fwd_event_internal_port.c
/dpdk/examples/l2fwd-event/l2fwd_poll.c
/dpdk/examples/l3fwd-power/main.c
/dpdk/examples/l3fwd/l3fwd_lpm.c
/dpdk/examples/tep_termination/vxlan_setup.c
/dpdk/examples/vhost_blk/vhost_blk.c
/dpdk/examples/vm_power_manager/channel_monitor.c
/dpdk/kernel/linux/kni/compat.h
/dpdk/kernel/linux/kni/kni_net.c
/dpdk/lib/librte_acl/acl_bld.c
/dpdk/lib/librte_bpf/meson.build
/dpdk/lib/librte_cryptodev/rte_crypto_sym.h
/dpdk/lib/librte_eal/common/eal_common_mcfg.c
/dpdk/lib/librte_eal/common/eal_common_options.c
/dpdk/lib/librte_eal/common/eal_memcfg.h
/dpdk/lib/librte_eal/common/include/arch/x86/rte_vect.h
/dpdk/lib/librte_eal/common/include/rte_eal_interrupts.h
/dpdk/lib/librte_eal/freebsd/eal/eal_interrupts.c
/dpdk/lib/librte_eal/linux/eal/eal_interrupts.c
/dpdk/lib/librte_eal/linux/eal/eal_memory.c
/dpdk/lib/librte_eal/rte_eal_version.map
/dpdk/lib/librte_eal/windows/eal/eal.c
/dpdk/lib/librte_eal/windows/eal/eal_debug.c
/dpdk/lib/librte_eal/windows/eal/eal_lcore.c
/dpdk/lib/librte_eal/windows/eal/eal_thread.c
/dpdk/lib/librte_eal/windows/eal/getopt.c
/dpdk/lib/librte_eal/windows/eal/include/dirent.h
/dpdk/lib/librte_eal/windows/eal/include/getopt.h
/dpdk/lib/librte_eal/windows/eal/include/pthread.h
/dpdk/lib/librte_eal/windows/eal/include/rte_os.h
/dpdk/lib/librte_eal/windows/eal/include/sched.h
/dpdk/lib/librte_eal/windows/eal/include/sys/queue.h
/dpdk/lib/librte_eal/windows/eal/meson.build
/dpdk/lib/librte_ethdev/rte_ethdev_core.h
/dpdk/lib/librte_fib/trie.c
/dpdk/lib/librte_ipsec/esp_inb.c
/dpdk/lib/librte_ipsec/esp_outb.c
/dpdk/lib/librte_ipsec/misc.h
/dpdk/lib/librte_ipsec/rte_ipsec.h
/dpdk/lib/librte_ipsec/sa.c
/dpdk/lib/librte_ipsec/sa.h
/dpdk/lib/librte_ipsec/ses.c
/dpdk/lib/librte_kni/rte_kni.c
/dpdk/lib/librte_lpm/rte_lpm6.c
/dpdk/lib/librte_lpm/rte_lpm6.h
/dpdk/lib/librte_mbuf/rte_mbuf.c
/dpdk/lib/librte_mbuf/rte_mbuf.h
/dpdk/lib/librte_mempool/rte_mempool.h
/dpdk/lib/librte_ring/rte_ring_elem.h
/dpdk/lib/librte_security/rte_security.h
/dpdk/lib/librte_vhost/vhost.c
/dpdk/lib/librte_vhost/vhost.h
/dpdk/lib/librte_vhost/vhost_user.c
/dpdk/license/exceptions.txt
/dpdk/meson_options.txt
/dpdk/mk/rte.lib.mk
/dpdk/mk/toolchain/clang/rte.vars.mk
/dpdk/mk/toolchain/gcc/rte.vars.mk
/dpdk/usertools/dpdk-pmdinfo.py
/dpdk/usertools/dpdk-telemetry-client.py
d6946fe904-Feb-2020 Marcin Smoczynski <marcinx.smoczynski@intel.com>

crypto/aesni_gcm: support CPU crypto

Add support for CPU crypto mode by introducing required handler.
Authenticated encryption and decryption are supported with tag
generation/verification.

CPU cry

crypto/aesni_gcm: support CPU crypto

Add support for CPU crypto mode by introducing required handler.
Authenticated encryption and decryption are supported with tag
generation/verification.

CPU crypto support include both AES-GCM and GMAC algorithms.

Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
Tested-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

show more ...

7adf992f04-Feb-2020 Marcin Smoczynski <marcinx.smoczynski@intel.com>

cryptodev: introduce CPU crypto API

Add new API allowing to process crypto operations in a synchronous
manner. Operations are performed on a set of SG arrays.

Cryptodevs which allows CPU crypto ope

cryptodev: introduce CPU crypto API

Add new API allowing to process crypto operations in a synchronous
manner. Operations are performed on a set of SG arrays.

Cryptodevs which allows CPU crypto operation mode have to
use RTE_CRYPTODEV_FF_SYM_CPU_CRYPTO capability.

Add a helper method to easily convert mbufs to a SGL form.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...


/dpdk/MAINTAINERS
/dpdk/app/test-compress-perf/Makefile
/dpdk/app/test-compress-perf/comp_perf.h
/dpdk/app/test-compress-perf/comp_perf_options.h
/dpdk/app/test-compress-perf/comp_perf_options_parse.c
/dpdk/app/test-compress-perf/comp_perf_test_common.c
/dpdk/app/test-compress-perf/comp_perf_test_common.h
/dpdk/app/test-compress-perf/comp_perf_test_cyclecount.c
/dpdk/app/test-compress-perf/comp_perf_test_cyclecount.h
/dpdk/app/test-compress-perf/comp_perf_test_throughput.c
/dpdk/app/test-compress-perf/comp_perf_test_throughput.h
/dpdk/app/test-compress-perf/comp_perf_test_verify.c
/dpdk/app/test-compress-perf/main.c
/dpdk/app/test-compress-perf/meson.build
features/default.ini
/dpdk/doc/guides/nics/octeontx2.rst
/dpdk/doc/guides/prog_guide/cryptodev_lib.rst
/dpdk/doc/guides/rel_notes/release_20_02.rst
/dpdk/doc/guides/sample_app_ug/ipsec_secgw.rst
/dpdk/drivers/bus/dpaa/rte_dpaa_bus.h
/dpdk/drivers/common/octeontx2/Makefile
/dpdk/drivers/common/octeontx2/meson.build
/dpdk/drivers/common/octeontx2/otx2_common.h
/dpdk/drivers/common/octeontx2/otx2_mbox.h
/dpdk/drivers/common/octeontx2/otx2_sec_idev.c
/dpdk/drivers/common/octeontx2/otx2_sec_idev.h
/dpdk/drivers/common/octeontx2/rte_common_octeontx2_version.map
/dpdk/drivers/crypto/armv8/meson.build
/dpdk/drivers/crypto/armv8/rte_armv8_pmd.c
/dpdk/drivers/crypto/ccp/rte_ccp_pmd.c
/dpdk/drivers/crypto/dpaa_sec/dpaa_sec.c
/dpdk/drivers/crypto/dpaa_sec/dpaa_sec.h
/dpdk/drivers/crypto/dpaa_sec/meson.build
/dpdk/drivers/crypto/meson.build
/dpdk/drivers/crypto/octeontx2/Makefile
/dpdk/drivers/crypto/octeontx2/meson.build
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_hw_access.h
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_mbox.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_mbox.h
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_ops.c
/dpdk/drivers/crypto/octeontx2/otx2_cryptodev_qp.h
/dpdk/drivers/crypto/octeontx2/otx2_ipsec_fp.h
/dpdk/drivers/event/octeontx2/Makefile
/dpdk/drivers/event/octeontx2/meson.build
/dpdk/drivers/event/octeontx2/otx2_evdev.c
/dpdk/drivers/event/octeontx2/otx2_evdev.h
/dpdk/drivers/event/octeontx2/otx2_worker.c
/dpdk/drivers/event/octeontx2/otx2_worker.h
/dpdk/drivers/event/octeontx2/otx2_worker_dual.c
/dpdk/drivers/net/octeontx2/Makefile
/dpdk/drivers/net/octeontx2/meson.build
/dpdk/drivers/net/octeontx2/otx2_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.h
/dpdk/drivers/net/octeontx2/otx2_ethdev_devargs.c
/dpdk/drivers/net/octeontx2/otx2_ethdev_sec.c
/dpdk/drivers/net/octeontx2/otx2_ethdev_sec.h
/dpdk/drivers/net/octeontx2/otx2_ethdev_sec_tx.h
/dpdk/drivers/net/octeontx2/otx2_flow.c
/dpdk/drivers/net/octeontx2/otx2_lookup.c
/dpdk/drivers/net/octeontx2/otx2_rx.c
/dpdk/drivers/net/octeontx2/otx2_rx.h
/dpdk/drivers/net/octeontx2/otx2_tx.c
/dpdk/drivers/net/octeontx2/otx2_tx.h
/dpdk/examples/fips_validation/Makefile
/dpdk/examples/fips_validation/fips_validation.c
/dpdk/examples/fips_validation/fips_validation.h
/dpdk/examples/fips_validation/fips_validation_gcm.c
/dpdk/examples/fips_validation/fips_validation_xts.c
/dpdk/examples/fips_validation/main.c
/dpdk/examples/fips_validation/meson.build
/dpdk/examples/ipsec-secgw/Makefile
/dpdk/examples/ipsec-secgw/ipsec-secgw.c
/dpdk/examples/ipsec-secgw/ipsec.h
/dpdk/examples/ipsec-secgw/meson.build
/dpdk/examples/ipsec-secgw/parser.c
/dpdk/examples/ipsec-secgw/parser.h
/dpdk/examples/ipsec-secgw/sa.c
/dpdk/examples/ipsec-secgw/sad.c
/dpdk/examples/ipsec-secgw/sad.h
/dpdk/examples/ipsec-secgw/sp4.c
/dpdk/examples/ipsec-secgw/sp6.c
/dpdk/lib/librte_cryptodev/rte_crypto_sym.h
/dpdk/lib/librte_cryptodev/rte_cryptodev.c
/dpdk/lib/librte_cryptodev/rte_cryptodev.h
/dpdk/lib/librte_cryptodev/rte_cryptodev_pmd.h
/dpdk/lib/librte_cryptodev/rte_cryptodev_version.map
/dpdk/lib/librte_ipsec/ipsec_sad.c
/dpdk/lib/librte_ipsec/rte_ipsec_sad.h
/dpdk/meson_options.txt
bde43e8a23-Jan-2020 Ruifeng Wang <ruifeng.wang@arm.com>

crypto/armv8: link to library hosted by Arm

Armv8 crypto PMD linked to armv8_crypto library created by Marvell.
Maintenance of armv8_crypto library will be discontinued.
Change Armv8 PMD to link to

crypto/armv8: link to library hosted by Arm

Armv8 crypto PMD linked to armv8_crypto library created by Marvell.
Maintenance of armv8_crypto library will be discontinued.
Change Armv8 PMD to link to AArch64 crypto library hosted by Arm.

Signed-off-by: Ruifeng Wang <ruifeng.wang@arm.com>
Reviewed-by: Honnappa Nagarahalli <honnappa.nagarahalli@arm.com>
Reviewed-by: Gavin Hu <gavin.hu@arm.com>
Reviewed-by: Ola Liljedahl <ola.liljedahl@arm.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...

7c87e2d720-Jan-2020 Pablo de Lara <pablo.de.lara.guarch@intel.com>

crypto/snow3g: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for SNOW3G-UEA2 and SNOW3G-UIA2 from version v0.53,
moving from libSSO SNOW3G library.

Signed-off

crypto/snow3g: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for SNOW3G-UEA2 and SNOW3G-UIA2 from version v0.53,
moving from libSSO SNOW3G library.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...

bf6eb2c220-Jan-2020 Pablo de Lara <pablo.de.lara.guarch@intel.com>

crypto/kasumi: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for KASUMI-F8 and KASUMI-F9 from version v0.53,
moving from libSSO KASUMI library.

Signed-off-by:

crypto/kasumi: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for KASUMI-F8 and KASUMI-F9 from version v0.53,
moving from libSSO KASUMI library.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...

61f7c98820-Jan-2020 Pablo de Lara <pablo.de.lara.guarch@intel.com>

crypto/zuc: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for ZUC-EEA3 and ZUC-EIA3 from version v0.53,
moving from libSSO ZUC library.

Signed-off-by: Pablo d

crypto/zuc: use IPsec library

Link against Intel IPsec Multi-buffer library, which
added support for ZUC-EEA3 and ZUC-EIA3 from version v0.53,
moving from libSSO ZUC library.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...


/dpdk/MAINTAINERS
/dpdk/app/test-pmd/cmdline.c
/dpdk/app/test-pmd/cmdline_flow.c
/dpdk/app/test-pmd/txonly.c
/dpdk/app/test/Makefile
/dpdk/app/test/autotest_data.py
/dpdk/app/test/meson.build
/dpdk/app/test/test_hash_readwrite.c
/dpdk/app/test/test_hash_readwrite_lf_perf.c
/dpdk/buildtools/gen-pmdinfo-cfile.sh
/dpdk/config/common_base
/dpdk/devtools/test-build.sh
zuc.rst
/dpdk/doc/guides/nics/features/mlx5.ini
/dpdk/doc/guides/nics/mlx5.rst
/dpdk/doc/guides/nics/octeontx2.rst
/dpdk/doc/guides/nics/thunderx.rst
/dpdk/doc/guides/rel_notes/release_20_02.rst
/dpdk/doc/guides/vdpadevs/features/mlx5.ini
/dpdk/doc/guides/vdpadevs/index.rst
/dpdk/doc/guides/vdpadevs/mlx5.rst
/dpdk/drivers/common/Makefile
/dpdk/drivers/common/meson.build
/dpdk/drivers/common/mlx5/Makefile
/dpdk/drivers/common/mlx5/meson.build
/dpdk/drivers/common/mlx5/mlx5_common.c
/dpdk/drivers/common/mlx5/mlx5_common.h
/dpdk/drivers/common/mlx5/mlx5_common_utils.h
/dpdk/drivers/common/mlx5/mlx5_devx_cmds.c
/dpdk/drivers/common/mlx5/mlx5_devx_cmds.h
/dpdk/drivers/common/mlx5/mlx5_glue.c
/dpdk/drivers/common/mlx5/mlx5_glue.h
/dpdk/drivers/common/mlx5/mlx5_nl.c
/dpdk/drivers/common/mlx5/mlx5_nl.h
/dpdk/drivers/common/mlx5/mlx5_prm.h
/dpdk/drivers/common/mlx5/rte_common_mlx5_version.map
/dpdk/drivers/common/octeontx2/otx2_mbox.h
/dpdk/drivers/crypto/zuc/Makefile
/dpdk/drivers/crypto/zuc/meson.build
/dpdk/drivers/crypto/zuc/rte_zuc_pmd.c
/dpdk/drivers/crypto/zuc/rte_zuc_pmd_ops.c
/dpdk/drivers/crypto/zuc/zuc_pmd_private.h
/dpdk/drivers/meson.build
/dpdk/drivers/net/bnx2x/bnx2x.c
/dpdk/drivers/net/bnx2x/bnx2x.h
/dpdk/drivers/net/bnx2x/bnx2x_rxtx.c
/dpdk/drivers/net/bnxt/bnxt.h
/dpdk/drivers/net/bnxt/bnxt_ethdev.c
/dpdk/drivers/net/bnxt/bnxt_filter.c
/dpdk/drivers/net/bnxt/bnxt_flow.c
/dpdk/drivers/net/bnxt/bnxt_hwrm.c
/dpdk/drivers/net/bnxt/bnxt_irq.c
/dpdk/drivers/net/bnxt/bnxt_ring.c
/dpdk/drivers/net/bnxt/bnxt_rxr.c
/dpdk/drivers/net/bnxt/bnxt_rxr.h
/dpdk/drivers/net/bnxt/bnxt_rxtx_vec_sse.c
/dpdk/drivers/net/bnxt/bnxt_stats.c
/dpdk/drivers/net/bnxt/bnxt_vnic.c
/dpdk/drivers/net/e1000/em_ethdev.c
/dpdk/drivers/net/e1000/igb_ethdev.c
/dpdk/drivers/net/enic/enic_res.c
/dpdk/drivers/net/enic/enic_res.h
/dpdk/drivers/net/failsafe/failsafe_ops.c
/dpdk/drivers/net/i40e/base/i40e_adminq.c
/dpdk/drivers/net/i40e/i40e_ethdev_vf.c
/dpdk/drivers/net/ice/base/ice_fdir.c
/dpdk/drivers/net/ice/base/ice_fdir.h
/dpdk/drivers/net/ice/base/ice_flow.c
/dpdk/drivers/net/ice/base/ice_osdep.h
/dpdk/drivers/net/ice/ice_ethdev.h
/dpdk/drivers/net/ice/ice_fdir_filter.c
/dpdk/drivers/net/ice/ice_generic_flow.c
/dpdk/drivers/net/ice/ice_generic_flow.h
/dpdk/drivers/net/ice/ice_hash.c
/dpdk/drivers/net/ionic/ionic_if.h
/dpdk/drivers/net/memif/rte_eth_memif.c
/dpdk/drivers/net/mlx4/Makefile
/dpdk/drivers/net/mlx4/meson.build
/dpdk/drivers/net/mlx4/mlx4.c
/dpdk/drivers/net/mlx4/mlx4_ethdev.c
/dpdk/drivers/net/mlx4/mlx4_flow.c
/dpdk/drivers/net/mlx4/mlx4_intr.c
/dpdk/drivers/net/mlx4/mlx4_mp.c
/dpdk/drivers/net/mlx4/mlx4_mr.c
/dpdk/drivers/net/mlx4/mlx4_rxq.c
/dpdk/drivers/net/mlx4/mlx4_rxtx.c
/dpdk/drivers/net/mlx4/mlx4_txq.c
/dpdk/drivers/net/mlx4/mlx4_utils.c
/dpdk/drivers/net/mlx4/mlx4_utils.h
/dpdk/drivers/net/mlx5/Makefile
/dpdk/drivers/net/mlx5/meson.build
/dpdk/drivers/net/mlx5/mlx5.c
/dpdk/drivers/net/mlx5/mlx5.h
/dpdk/drivers/net/mlx5/mlx5_defs.h
/dpdk/drivers/net/mlx5/mlx5_ethdev.c
/dpdk/drivers/net/mlx5/mlx5_flow.c
/dpdk/drivers/net/mlx5/mlx5_flow.h
/dpdk/drivers/net/mlx5/mlx5_flow_dv.c
/dpdk/drivers/net/mlx5/mlx5_flow_meter.c
/dpdk/drivers/net/mlx5/mlx5_flow_verbs.c
/dpdk/drivers/net/mlx5/mlx5_mac.c
/dpdk/drivers/net/mlx5/mlx5_mp.c
/dpdk/drivers/net/mlx5/mlx5_mr.c
/dpdk/drivers/net/mlx5/mlx5_rss.c
/dpdk/drivers/net/mlx5/mlx5_rxmode.c
/dpdk/drivers/net/mlx5/mlx5_rxq.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec.c
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_altivec.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_neon.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_sse.h
/dpdk/drivers/net/mlx5/mlx5_socket.c
/dpdk/drivers/net/mlx5/mlx5_stats.c
/dpdk/drivers/net/mlx5/mlx5_trigger.c
/dpdk/drivers/net/mlx5/mlx5_txq.c
/dpdk/drivers/net/mlx5/mlx5_utils.c
/dpdk/drivers/net/mlx5/mlx5_utils.h
/dpdk/drivers/net/mlx5/mlx5_vlan.c
/dpdk/drivers/net/mlx5/rte_pmd_mlx5.h
/dpdk/drivers/net/mlx5/rte_pmd_mlx5_version.map
/dpdk/drivers/net/octeontx/base/octeontx_bgx.c
/dpdk/drivers/net/octeontx/base/octeontx_bgx.h
/dpdk/drivers/net/octeontx/octeontx_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.h
/dpdk/drivers/net/octeontx2/otx2_ethdev_devargs.c
/dpdk/drivers/net/octeontx2/otx2_flow_ctrl.c
/dpdk/drivers/net/octeontx2/otx2_rss.c
/dpdk/drivers/net/tap/rte_eth_tap.c
/dpdk/drivers/net/virtio/virtio_user_ethdev.c
/dpdk/drivers/vdpa/Makefile
/dpdk/drivers/vdpa/meson.build
/dpdk/drivers/vdpa/mlx5/Makefile
/dpdk/drivers/vdpa/mlx5/meson.build
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa.h
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_event.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_lm.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_mem.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_steer.c
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_utils.h
/dpdk/drivers/vdpa/mlx5/mlx5_vdpa_virtq.c
/dpdk/drivers/vdpa/mlx5/rte_pmd_mlx5_vdpa_version.map
/dpdk/lib/librte_distributor/meson.build
/dpdk/lib/librte_distributor/rte_distributor.c
/dpdk/lib/librte_distributor/rte_distributor_single.c
/dpdk/lib/librte_eal/linux/eal/eal_vfio.c
/dpdk/lib/librte_hash/rte_hash.h
/dpdk/lib/librte_lpm/meson.build
/dpdk/lib/librte_lpm/rte_lpm.c
/dpdk/lib/librte_lpm/rte_lpm6.c
/dpdk/lib/librte_pdump/rte_pdump.c
/dpdk/lib/librte_timer/meson.build
/dpdk/lib/librte_timer/rte_timer.c
/dpdk/lib/librte_vhost/socket.c
/dpdk/lib/librte_vhost/vhost_crypto.c
/dpdk/lib/librte_vhost/vhost_user.c
/dpdk/lib/librte_vhost/virtio_net.c
/dpdk/mk/rte.app.mk
/dpdk/mk/toolchain/icc/rte.vars.mk
f5862ae905-Feb-2020 Thomas Monjalon <thomas@monjalon.net>

cryptodev: revert Chacha20-Poly1305 AEAD algorithm

API makes think that rte_cryptodev_info_get() cannot return
a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11).
20.02-rc1 was returning 3 (RTE_CRYPTO

cryptodev: revert Chacha20-Poly1305 AEAD algorithm

API makes think that rte_cryptodev_info_get() cannot return
a value >= 3 (RTE_CRYPTO_AEAD_LIST_END in 19.11).
20.02-rc1 was returning 3 (RTE_CRYPTO_AEAD_CHACHA20_POLY1305).
So the ABI compatibility contract was broken.

It could be solved with some function versioning,
but because a lack of time, the feature is reverted for now.

This reverts following commits:
- 6c9f3b347e21 ("cryptodev: add Chacha20-Poly1305 AEAD algorithm")
- 2c512e64d600 ("crypto/qat: support Chacha Poly")
- d55e01f579e1 ("test/crypto: add Chacha Poly cases")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

show more ...


/dpdk/.ci/linux-build.sh
/dpdk/.travis.yml
/dpdk/MAINTAINERS
/dpdk/VERSION
/dpdk/app/test-pmd/cmdline.c
/dpdk/app/test-pmd/cmdline_flow.c
/dpdk/app/test-pmd/config.c
/dpdk/app/test-pmd/flowgen.c
/dpdk/app/test-pmd/icmpecho.c
/dpdk/app/test-pmd/parameters.c
/dpdk/app/test-pmd/testpmd.c
/dpdk/app/test-pmd/testpmd.h
/dpdk/app/test-pmd/txonly.c
/dpdk/app/test-pmd/util.c
/dpdk/app/test/get-coremask.sh
/dpdk/app/test/meson.build
/dpdk/app/test/test.c
/dpdk/app/test/test_cmdline_etheraddr.c
/dpdk/app/test/test_cmdline_ipaddr.c
/dpdk/app/test/test_cmdline_num.c
/dpdk/app/test/test_cmdline_portlist.c
/dpdk/app/test/test_cmdline_string.c
/dpdk/app/test/test_debug.c
/dpdk/app/test/test_eal_flags.c
/dpdk/app/test/test_errno.c
/dpdk/app/test/test_func_reentrancy.c
/dpdk/app/test/test_hash.c
/dpdk/app/test/test_hash_functions.c
/dpdk/app/test/test_lpm.c
/dpdk/app/test/test_lpm6.c
/dpdk/app/test/test_lpm6_data.h
/dpdk/app/test/test_malloc.c
/dpdk/app/test/test_memcpy.c
/dpdk/app/test/test_memcpy_perf.c
/dpdk/app/test/test_mp_secondary.c
/dpdk/app/test/test_pdump.c
/dpdk/app/test/test_pmd_ring_perf.c
/dpdk/app/test/test_power.c
/dpdk/app/test/test_ring.c
/dpdk/app/test/test_ring.h
/dpdk/app/test/test_ring_perf.c
/dpdk/app/test/test_timer_secondary.c
/dpdk/config/common_armv8a_linux
/dpdk/config/common_base
/dpdk/config/common_linux
/dpdk/config/defconfig_arm-armv7a-linuxapp-gcc
/dpdk/config/defconfig_ppc_64-power8-linuxapp-gcc
/dpdk/devtools/check-abi.sh
/dpdk/devtools/gen-abi.sh
/dpdk/devtools/libabigail.abignore
/dpdk/devtools/test-build.sh
/dpdk/devtools/test-meson-builds.sh
/dpdk/doc/guides/contributing/patches.rst
features/default.ini
features/qat.ini
qat.rst
/dpdk/doc/guides/nics/features/hns3.ini
/dpdk/doc/guides/nics/features/hns3_vf.ini
/dpdk/doc/guides/nics/features/ionic.ini
/dpdk/doc/guides/nics/features/octeontx.ini
/dpdk/doc/guides/nics/hns3.rst
/dpdk/doc/guides/nics/i40e.rst
/dpdk/doc/guides/nics/ice.rst
/dpdk/doc/guides/nics/index.rst
/dpdk/doc/guides/nics/ionic.rst
/dpdk/doc/guides/nics/ixgbe.rst
/dpdk/doc/guides/nics/mlx5.rst
/dpdk/doc/guides/prog_guide/mempool_lib.rst
/dpdk/doc/guides/prog_guide/rte_flow.rst
/dpdk/doc/guides/rawdevs/index.rst
/dpdk/doc/guides/rawdevs/ntb.rst
/dpdk/doc/guides/rawdevs/octeontx2_ep.rst
/dpdk/doc/guides/rel_notes/deprecation.rst
/dpdk/doc/guides/rel_notes/release_20_02.rst
/dpdk/doc/guides/sample_app_ug/l3_forward.rst
/dpdk/doc/guides/testpmd_app_ug/testpmd_funcs.rst
/dpdk/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c
/dpdk/drivers/common/Makefile
/dpdk/drivers/common/iavf/Makefile
/dpdk/drivers/common/iavf/README
/dpdk/drivers/common/iavf/iavf_adminq.c
/dpdk/drivers/common/iavf/iavf_adminq.h
/dpdk/drivers/common/iavf/iavf_adminq_cmd.h
/dpdk/drivers/common/iavf/iavf_alloc.h
/dpdk/drivers/common/iavf/iavf_common.c
/dpdk/drivers/common/iavf/iavf_devids.h
/dpdk/drivers/common/iavf/iavf_impl.c
/dpdk/drivers/common/iavf/iavf_osdep.h
/dpdk/drivers/common/iavf/iavf_prototype.h
/dpdk/drivers/common/iavf/iavf_register.h
/dpdk/drivers/common/iavf/iavf_status.h
/dpdk/drivers/common/iavf/iavf_type.h
/dpdk/drivers/common/iavf/meson.build
/dpdk/drivers/common/iavf/rte_common_iavf_version.map
/dpdk/drivers/common/iavf/virtchnl.h
/dpdk/drivers/common/meson.build
/dpdk/drivers/common/octeontx2/hw/otx2_sdp.h
/dpdk/drivers/common/octeontx2/otx2_common.c
/dpdk/drivers/common/octeontx2/otx2_common.h
/dpdk/drivers/common/octeontx2/otx2_dev.h
/dpdk/drivers/common/octeontx2/otx2_mbox.c
/dpdk/drivers/common/octeontx2/rte_common_octeontx2_version.map
/dpdk/drivers/common/qat/qat_adf/icp_qat_hw.h
/dpdk/drivers/crypto/qat/qat_sym_capabilities.h
/dpdk/drivers/crypto/qat/qat_sym_pmd.c
/dpdk/drivers/crypto/qat/qat_sym_session.c
/dpdk/drivers/event/dsw/Makefile
/dpdk/drivers/event/dsw/dsw_evdev.c
/dpdk/drivers/event/dsw/dsw_evdev.h
/dpdk/drivers/event/dsw/dsw_event.c
/dpdk/drivers/event/dsw/meson.build
/dpdk/drivers/mempool/octeontx/octeontx_fpavf.c
/dpdk/drivers/meson.build
/dpdk/drivers/net/Makefile
/dpdk/drivers/net/af_xdp/rte_eth_af_xdp.c
/dpdk/drivers/net/ark/ark_ethdev_rx.c
/dpdk/drivers/net/ark/ark_ethdev_tx.c
/dpdk/drivers/net/axgbe/axgbe_common.h
/dpdk/drivers/net/axgbe/axgbe_dev.c
/dpdk/drivers/net/axgbe/axgbe_ethdev.c
/dpdk/drivers/net/axgbe/axgbe_ethdev.h
/dpdk/drivers/net/axgbe/axgbe_mdio.c
/dpdk/drivers/net/axgbe/axgbe_phy_impl.c
/dpdk/drivers/net/axgbe/axgbe_rxtx.c
/dpdk/drivers/net/axgbe/axgbe_rxtx.h
/dpdk/drivers/net/bnx2x/bnx2x_ethdev.c
/dpdk/drivers/net/bnx2x/bnx2x_ethdev.h
/dpdk/drivers/net/bnx2x/ecore_sp.c
/dpdk/drivers/net/bnxt/bnxt.h
/dpdk/drivers/net/bnxt/bnxt_cpr.c
/dpdk/drivers/net/bnxt/bnxt_ethdev.c
/dpdk/drivers/net/bnxt/bnxt_filter.c
/dpdk/drivers/net/bnxt/bnxt_filter.h
/dpdk/drivers/net/bnxt/bnxt_flow.c
/dpdk/drivers/net/bnxt/bnxt_hwrm.c
/dpdk/drivers/net/bnxt/bnxt_hwrm.h
/dpdk/drivers/net/bnxt/bnxt_rxr.c
/dpdk/drivers/net/bnxt/bnxt_rxr.h
/dpdk/drivers/net/bnxt/bnxt_stats.c
/dpdk/drivers/net/cxgbe/cxgbe.h
/dpdk/drivers/net/cxgbe/cxgbe_compat.h
/dpdk/drivers/net/cxgbe/cxgbe_main.c
/dpdk/drivers/net/dpaa/dpaa_ethdev.c
/dpdk/drivers/net/e1000/base/e1000_osdep.h
/dpdk/drivers/net/e1000/igb_ethdev.c
/dpdk/drivers/net/ena/base/ena_com.c
/dpdk/drivers/net/ena/base/ena_com.h
/dpdk/drivers/net/ena/base/ena_defs/ena_admin_defs.h
/dpdk/drivers/net/ena/base/ena_defs/ena_common_defs.h
/dpdk/drivers/net/ena/base/ena_defs/ena_eth_io_defs.h
/dpdk/drivers/net/ena/base/ena_defs/ena_gen_info.h
/dpdk/drivers/net/ena/base/ena_defs/ena_regs_defs.h
/dpdk/drivers/net/ena/base/ena_eth_com.c
/dpdk/drivers/net/ena/base/ena_eth_com.h
/dpdk/drivers/net/ena/base/ena_plat_dpdk.h
/dpdk/drivers/net/ena/ena_ethdev.c
/dpdk/drivers/net/enic/base/cq_desc.h
/dpdk/drivers/net/enic/base/cq_enet_desc.h
/dpdk/drivers/net/enic/base/rq_enet_desc.h
/dpdk/drivers/net/enic/base/vnic_cq.c
/dpdk/drivers/net/enic/base/vnic_cq.h
/dpdk/drivers/net/enic/base/vnic_dev.c
/dpdk/drivers/net/enic/base/vnic_dev.h
/dpdk/drivers/net/enic/base/vnic_devcmd.h
/dpdk/drivers/net/enic/base/vnic_enet.h
/dpdk/drivers/net/enic/base/vnic_intr.c
/dpdk/drivers/net/enic/base/vnic_intr.h
/dpdk/drivers/net/enic/base/vnic_nic.h
/dpdk/drivers/net/enic/base/vnic_resource.h
/dpdk/drivers/net/enic/base/vnic_rq.c
/dpdk/drivers/net/enic/base/vnic_rq.h
/dpdk/drivers/net/enic/base/vnic_rss.h
/dpdk/drivers/net/enic/base/vnic_stats.h
/dpdk/drivers/net/enic/base/vnic_wq.c
/dpdk/drivers/net/enic/base/vnic_wq.h
/dpdk/drivers/net/enic/base/wq_enet_desc.h
/dpdk/drivers/net/enic/enic.h
/dpdk/drivers/net/enic/enic_clsf.c
/dpdk/drivers/net/enic/enic_compat.h
/dpdk/drivers/net/enic/enic_flow.c
/dpdk/drivers/net/enic/enic_fm_flow.c
/dpdk/drivers/net/enic/enic_main.c
/dpdk/drivers/net/enic/enic_res.c
/dpdk/drivers/net/enic/enic_res.h
/dpdk/drivers/net/enic/enic_rxtx.c
/dpdk/drivers/net/enic/enic_rxtx_common.h
/dpdk/drivers/net/fm10k/base/fm10k_osdep.h
/dpdk/drivers/net/fm10k/fm10k_ethdev.c
/dpdk/drivers/net/fm10k/fm10k_rxtx.c
/dpdk/drivers/net/hns3/hns3_cmd.c
/dpdk/drivers/net/hns3/hns3_cmd.h
/dpdk/drivers/net/hns3/hns3_dcb.c
/dpdk/drivers/net/hns3/hns3_dcb.h
/dpdk/drivers/net/hns3/hns3_ethdev.c
/dpdk/drivers/net/hns3/hns3_ethdev.h
/dpdk/drivers/net/hns3/hns3_ethdev_vf.c
/dpdk/drivers/net/hns3/hns3_flow.c
/dpdk/drivers/net/hns3/hns3_mbx.c
/dpdk/drivers/net/hns3/hns3_mbx.h
/dpdk/drivers/net/hns3/hns3_regs.c
/dpdk/drivers/net/hns3/hns3_regs.h
/dpdk/drivers/net/hns3/hns3_rss.c
/dpdk/drivers/net/hns3/hns3_rss.h
/dpdk/drivers/net/hns3/hns3_rxtx.c
/dpdk/drivers/net/hns3/hns3_rxtx.h
/dpdk/drivers/net/hns3/hns3_stats.c
/dpdk/drivers/net/i40e/base/i40e_adminq.c
/dpdk/drivers/net/i40e/base/i40e_adminq_cmd.h
/dpdk/drivers/net/i40e/base/i40e_common.c
/dpdk/drivers/net/i40e/base/i40e_dcb.c
/dpdk/drivers/net/i40e/base/i40e_dcb.h
/dpdk/drivers/net/i40e/base/i40e_devids.h
/dpdk/drivers/net/i40e/base/i40e_nvm.c
/dpdk/drivers/net/i40e/base/i40e_prototype.h
/dpdk/drivers/net/i40e/base/i40e_register.h
/dpdk/drivers/net/i40e/base/i40e_type.h
/dpdk/drivers/net/i40e/base/virtchnl.h
/dpdk/drivers/net/i40e/i40e_ethdev.c
/dpdk/drivers/net/i40e/i40e_ethdev.h
/dpdk/drivers/net/i40e/i40e_ethdev_vf.c
/dpdk/drivers/net/i40e/i40e_fdir.c
/dpdk/drivers/net/i40e/i40e_flow.c
/dpdk/drivers/net/i40e/i40e_rxtx.c
/dpdk/drivers/net/i40e/i40e_rxtx.h
/dpdk/drivers/net/i40e/rte_pmd_i40e.c
/dpdk/drivers/net/iavf/Makefile
/dpdk/drivers/net/iavf/iavf.h
/dpdk/drivers/net/iavf/iavf_ethdev.c
/dpdk/drivers/net/iavf/iavf_rxtx.c
/dpdk/drivers/net/iavf/iavf_rxtx.h
/dpdk/drivers/net/iavf/iavf_rxtx_vec_avx2.c
/dpdk/drivers/net/iavf/iavf_rxtx_vec_sse.c
/dpdk/drivers/net/iavf/iavf_vchnl.c
/dpdk/drivers/net/iavf/meson.build
/dpdk/drivers/net/ice/base/ice_adminq_cmd.h
/dpdk/drivers/net/ice/base/ice_common.c
/dpdk/drivers/net/ice/base/ice_devids.h
/dpdk/drivers/net/ice/base/ice_fdir.c
/dpdk/drivers/net/ice/base/ice_flex_pipe.c
/dpdk/drivers/net/ice/base/ice_flex_pipe.h
/dpdk/drivers/net/ice/base/ice_flow.c
/dpdk/drivers/net/ice/base/ice_flow.h
/dpdk/drivers/net/ice/base/ice_nvm.c
/dpdk/drivers/net/ice/base/ice_osdep.h
/dpdk/drivers/net/ice/base/ice_switch.c
/dpdk/drivers/net/ice/base/ice_switch.h
/dpdk/drivers/net/ice/base/ice_type.h
/dpdk/drivers/net/ice/ice_ethdev.c
/dpdk/drivers/net/ice/ice_rxtx.c
/dpdk/drivers/net/ice/ice_rxtx.h
/dpdk/drivers/net/ice/ice_rxtx_vec_common.h
/dpdk/drivers/net/ionic/Makefile
/dpdk/drivers/net/ionic/ionic.h
/dpdk/drivers/net/ionic/ionic_dev.c
/dpdk/drivers/net/ionic/ionic_dev.h
/dpdk/drivers/net/ionic/ionic_ethdev.c
/dpdk/drivers/net/ionic/ionic_ethdev.h
/dpdk/drivers/net/ionic/ionic_if.h
/dpdk/drivers/net/ionic/ionic_lif.c
/dpdk/drivers/net/ionic/ionic_lif.h
/dpdk/drivers/net/ionic/ionic_logs.h
/dpdk/drivers/net/ionic/ionic_mac_api.c
/dpdk/drivers/net/ionic/ionic_mac_api.h
/dpdk/drivers/net/ionic/ionic_main.c
/dpdk/drivers/net/ionic/ionic_osdep.h
/dpdk/drivers/net/ionic/ionic_regs.h
/dpdk/drivers/net/ionic/ionic_rx_filter.c
/dpdk/drivers/net/ionic/ionic_rx_filter.h
/dpdk/drivers/net/ionic/ionic_rxtx.c
/dpdk/drivers/net/ionic/ionic_rxtx.h
/dpdk/drivers/net/ionic/meson.build
/dpdk/drivers/net/ionic/rte_pmd_ionic_version.map
/dpdk/drivers/net/ipn3ke/ipn3ke_representor.c
/dpdk/drivers/net/ipn3ke/meson.build
/dpdk/drivers/net/ixgbe/Makefile
/dpdk/drivers/net/ixgbe/base/ixgbe_osdep.h
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.h
/dpdk/drivers/net/ixgbe/ixgbe_pf.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx.c
/dpdk/drivers/net/ixgbe/ixgbe_rxtx.h
/dpdk/drivers/net/ixgbe/meson.build
/dpdk/drivers/net/mlx5/Makefile
/dpdk/drivers/net/mlx5/meson.build
/dpdk/drivers/net/mlx5/mlx5.c
/dpdk/drivers/net/mlx5/mlx5.h
/dpdk/drivers/net/mlx5/mlx5_defs.h
/dpdk/drivers/net/mlx5/mlx5_devx_cmds.c
/dpdk/drivers/net/mlx5/mlx5_ethdev.c
/dpdk/drivers/net/mlx5/mlx5_flow.c
/dpdk/drivers/net/mlx5/mlx5_flow.h
/dpdk/drivers/net/mlx5/mlx5_flow_dv.c
/dpdk/drivers/net/mlx5/mlx5_glue.c
/dpdk/drivers/net/mlx5/mlx5_glue.h
/dpdk/drivers/net/mlx5/mlx5_prm.h
/dpdk/drivers/net/mlx5/mlx5_rxq.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.c
/dpdk/drivers/net/mlx5/mlx5_rxtx.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_altivec.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_neon.h
/dpdk/drivers/net/mlx5/mlx5_rxtx_vec_sse.h
/dpdk/drivers/net/mlx5/mlx5_socket.c
/dpdk/drivers/net/mlx5/mlx5_trigger.c
/dpdk/drivers/net/mlx5/mlx5_txq.c
/dpdk/drivers/net/netvsc/hn_ethdev.c
/dpdk/drivers/net/netvsc/hn_rndis.c
/dpdk/drivers/net/nfp/nfp_net.c
/dpdk/drivers/net/octeontx/base/octeontx_bgx.c
/dpdk/drivers/net/octeontx/base/octeontx_bgx.h
/dpdk/drivers/net/octeontx/octeontx_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.c
/dpdk/drivers/net/octeontx2/otx2_ethdev.h
/dpdk/drivers/net/octeontx2/otx2_lookup.c
/dpdk/drivers/net/octeontx2/otx2_ptp.c
/dpdk/drivers/net/octeontx2/otx2_rx.c
/dpdk/drivers/net/octeontx2/otx2_tx.c
/dpdk/drivers/net/pcap/rte_eth_pcap.c
/dpdk/drivers/net/qede/base/bcm_osal.h
/dpdk/drivers/net/qede/base/ecore_dev.c
/dpdk/drivers/net/qede/base/ecore_vf.c
/dpdk/drivers/net/qede/qede_ethdev.c
/dpdk/drivers/net/qede/qede_rxtx.c
/dpdk/drivers/net/qede/qede_rxtx.h
/dpdk/drivers/net/thunderx/nicvf_struct.h
/dpdk/drivers/net/vhost/rte_eth_vhost.c
/dpdk/drivers/net/virtio/virtio_ethdev.c
/dpdk/drivers/net/virtio/virtio_ethdev.h
/dpdk/drivers/net/virtio/virtio_pci.c
/dpdk/drivers/net/virtio/virtio_pci.h
/dpdk/drivers/net/virtio/virtio_user/vhost_kernel.c
/dpdk/drivers/net/virtio/virtio_user/vhost_kernel_tap.c
/dpdk/drivers/net/virtio/virtio_user/vhost_kernel_tap.h
/dpdk/drivers/net/virtio/virtio_user/vhost_user.c
/dpdk/drivers/net/virtio/virtio_user/virtio_user_dev.c
/dpdk/drivers/net/virtio/virtio_user/virtio_user_dev.h
/dpdk/drivers/net/virtio/virtio_user_ethdev.c
/dpdk/drivers/net/virtio/virtqueue.c
/dpdk/drivers/net/virtio/virtqueue.h
/dpdk/drivers/net/vmxnet3/base/vmxnet3_defs.h
/dpdk/drivers/net/vmxnet3/base/vmxnet3_osdep.h
/dpdk/drivers/raw/Makefile
/dpdk/drivers/raw/ifpga/meson.build
/dpdk/drivers/raw/meson.build
/dpdk/drivers/raw/ntb/ntb.c
/dpdk/drivers/raw/octeontx2_ep/Makefile
/dpdk/drivers/raw/octeontx2_ep/meson.build
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_enqdeq.c
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_enqdeq.h
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_rawdev.c
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_rawdev.h
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_test.c
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_vf.c
/dpdk/drivers/raw/octeontx2_ep/otx2_ep_vf.h
/dpdk/drivers/raw/octeontx2_ep/rte_rawdev_octeontx2_ep_version.map
/dpdk/examples/ip_pipeline/parser.c
/dpdk/examples/ipv4_multicast/main.c
/dpdk/examples/l3fwd-power/main.c
/dpdk/examples/l3fwd/Makefile
/dpdk/examples/l3fwd/l3fwd.h
/dpdk/examples/l3fwd/l3fwd_em.c
/dpdk/examples/l3fwd/l3fwd_em.h
/dpdk/examples/l3fwd/l3fwd_em_hlm.h
/dpdk/examples/l3fwd/l3fwd_em_sequential.h
/dpdk/examples/l3fwd/l3fwd_event.c
/dpdk/examples/l3fwd/l3fwd_event.h
/dpdk/examples/l3fwd/l3fwd_event_generic.c
/dpdk/examples/l3fwd/l3fwd_event_internal_port.c
/dpdk/examples/l3fwd/l3fwd_lpm.c
/dpdk/examples/l3fwd/main.c
/dpdk/examples/l3fwd/meson.build
/dpdk/examples/ntb/ntb_fwd.c
/dpdk/examples/vhost_blk/vhost_blk.c
/dpdk/examples/vmdq/main.c
/dpdk/examples/vmdq_dcb/main.c
/dpdk/kernel/freebsd/contigmem/contigmem.c
/dpdk/kernel/linux/kni/kni_dev.h
/dpdk/kernel/linux/kni/kni_misc.c
/dpdk/kernel/linux/kni/kni_net.c
/dpdk/lib/librte_cfgfile/rte_cfgfile_version.map
/dpdk/lib/librte_cryptodev/rte_crypto_sym.h
/dpdk/lib/librte_cryptodev/rte_cryptodev.c
/dpdk/lib/librte_eal/common/eal_common_lcore.c
/dpdk/lib/librte_eal/common/eal_common_memzone.c
/dpdk/lib/librte_eal/common/eal_common_options.c
/dpdk/lib/librte_eal/common/eal_common_thread.c
/dpdk/lib/librte_eal/common/eal_private.h
/dpdk/lib/librte_eal/common/include/rte_common.h
/dpdk/lib/librte_eal/freebsd/eal/include/rte_os.h
/dpdk/lib/librte_eal/linux/eal/eal.c
/dpdk/lib/librte_eal/windows/eal/include/sched.h
/dpdk/lib/librte_ethdev/rte_ethdev.c
/dpdk/lib/librte_ethdev/rte_ethdev.h
/dpdk/lib/librte_ethdev/rte_ethdev_pci.h
/dpdk/lib/librte_ethdev/rte_ethdev_version.map
/dpdk/lib/librte_ethdev/rte_flow.c
/dpdk/lib/librte_ethdev/rte_flow.h
/dpdk/lib/librte_ethdev/rte_flow_driver.h
/dpdk/lib/librte_eventdev/rte_event_ring.c
/dpdk/lib/librte_eventdev/rte_event_ring.h
/dpdk/lib/librte_hash/meson.build
/dpdk/lib/librte_hash/rte_cuckoo_hash.c
/dpdk/lib/librte_hash/rte_cuckoo_hash.h
/dpdk/lib/librte_hash/rte_hash.h
/dpdk/lib/librte_hash/rte_hash_version.map
/dpdk/lib/librte_ip_frag/ip_frag_internal.c
/dpdk/lib/librte_latencystats/rte_latencystats.c
/dpdk/lib/librte_mbuf/rte_mbuf.c
/dpdk/lib/librte_mbuf/rte_mbuf.h
/dpdk/lib/librte_mbuf/rte_mbuf_core.h
/dpdk/lib/librte_mbuf/rte_mbuf_version.map
/dpdk/lib/librte_mempool/rte_mempool.c
/dpdk/lib/librte_mempool/rte_mempool.h
/dpdk/lib/librte_meter/rte_meter.h
/dpdk/lib/librte_meter/rte_meter_version.map
/dpdk/lib/librte_port/rte_port_eventdev.c
/dpdk/lib/librte_port/rte_port_eventdev.h
/dpdk/lib/librte_ring/Makefile
/dpdk/lib/librte_ring/meson.build
/dpdk/lib/librte_ring/rte_ring.c
/dpdk/lib/librte_ring/rte_ring.h
/dpdk/lib/librte_ring/rte_ring_elem.h
/dpdk/lib/librte_ring/rte_ring_version.map
/dpdk/lib/librte_telemetry/rte_telemetry_parser_test.c
/dpdk/lib/librte_timer/rte_timer.c
/dpdk/lib/librte_timer/rte_timer.h
/dpdk/lib/librte_timer/rte_timer_version.map
/dpdk/lib/librte_vhost/iotlb.c
/dpdk/lib/librte_vhost/rte_vhost.h
/dpdk/lib/librte_vhost/rte_vhost_version.map
/dpdk/lib/librte_vhost/socket.c
/dpdk/lib/librte_vhost/vhost.c
/dpdk/lib/librte_vhost/vhost.h
/dpdk/lib/librte_vhost/vhost_user.c
/dpdk/lib/librte_vhost/vhost_user.h
/dpdk/lib/librte_vhost/virtio_net.c
/dpdk/meson_options.txt
/dpdk/mk/internal/rte.compile-pre.mk
/dpdk/mk/rte.app.mk
/dpdk/mk/toolchain/gcc/rte.toolchain-compat.mk
2c512e6415-Jan-2020 Arek Kusztal <arkadiuszx.kusztal@intel.com>

crypto/qat: support Chacha Poly

This patchset adds Chacha20-Poly1305 implementation to Intel
QuickAssist Technology pmd.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fiona T

crypto/qat: support Chacha Poly

This patchset adds Chacha20-Poly1305 implementation to Intel
QuickAssist Technology pmd.

Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...

bcd7e3e815-Jan-2020 Adam Dybkowski <adamx.dybkowski@intel.com>

crypto/qat: handle mixed hash-cipher requests on GEN3

This patch implements handling mixed encrypted digest hash-cipher
requests (e.g. SNOW3G + ZUC or ZUC + AES CTR) possible when running
on GEN3 QA

crypto/qat: handle mixed hash-cipher requests on GEN3

This patch implements handling mixed encrypted digest hash-cipher
requests (e.g. SNOW3G + ZUC or ZUC + AES CTR) possible when running
on GEN3 QAT. Such algorithm combinations are not supported on
GEN1/GEN2 hardware.

Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>

show more ...

47c3f7a415-Jan-2020 Arek Kusztal <arkadiuszx.kusztal@intel.com>

crypto/qat: add minimum enqueue threshold

This patch adds minimum enqueue threshold to Intel
QuickAssist Technology PMD.
It is an optimisation, configured by a command line option,
which can be used

crypto/qat: add minimum enqueue threshold

This patch adds minimum enqueue threshold to Intel
QuickAssist Technology PMD.
It is an optimisation, configured by a command line option,
which can be used to reduce MMIO write occurrences.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>

show more ...

026f21c015-Jan-2020 Fiona Trahe <fiona.trahe@intel.com>

common/qat: support dual threads for enqueue/dequeue

Remove the limitation whereby enqueue and dequeue must be
done in same thread.
The inflight calculation is reworked to be thread-safe for 2
threa

common/qat: support dual threads for enqueue/dequeue

Remove the limitation whereby enqueue and dequeue must be
done in same thread.
The inflight calculation is reworked to be thread-safe for 2
threads - note this is not general multi-thread support, i.e
all enqueues to a qp must still be done in one thread and
all dequeues must be done in one thread, but enqueues and
dequeues may be in separate threads.
Documentation updated.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Signed-off-by: Arek Kusztal <arkadiuszx.kusztal@intel.com>

show more ...

40726a9a15-Jan-2020 Sunila Sahu <ssahu@marvell.com>

crypto/octeontx2: support ECPM

Add support asymmetric operation EC Point MUltiplication,
in crypto_octeontx2 PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidi

crypto/octeontx2: support ECPM

Add support asymmetric operation EC Point MUltiplication,
in crypto_octeontx2 PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidipati <bbhamidipati@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>

show more ...

99faef8315-Jan-2020 Sunila Sahu <ssahu@marvell.com>

crypto/octeontx: support ECPM

Add support for asymmetric operation EC Point Multiplication,
in crypto_octeontx PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhami

crypto/octeontx: support ECPM

Add support for asymmetric operation EC Point Multiplication,
in crypto_octeontx PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidipati <bbhamidipati@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>

show more ...

e98dc33115-Jan-2020 Balakrishna Bhamidipati <bbhamidipati@marvell.com>

cryptodev: support ECPM

Asymmetric crypto library is extended to add ECPM (Elliptic Curve Point
Multiplication). The required xform type and op parameters are
introduced.

Signed-off-by: Anoob Josep

cryptodev: support ECPM

Asymmetric crypto library is extended to add ECPM (Elliptic Curve Point
Multiplication). The required xform type and op parameters are
introduced.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidipati <bbhamidipati@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...

2e12bd0615-Jan-2020 Sunila Sahu <ssahu@marvell.com>

crypto/octeontx2: support ECDSA

Adding support for ECDSA asymmetric crypto
operations in crypto_octeontx2 PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidipat

crypto/octeontx2: support ECDSA

Adding support for ECDSA asymmetric crypto
operations in crypto_octeontx2 PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Balakrishna Bhamidipati <bbhamidipati@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>

show more ...

aa2cbd3215-Jan-2020 Sunila Sahu <ssahu@marvell.com>

crypto/octeontx: support ECDSA

Adding support for ECDSA asymmetric crypto operations
in crypto_octeontx PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Ayuj Verma <ayverma@marv

crypto/octeontx: support ECDSA

Adding support for ECDSA asymmetric crypto operations
in crypto_octeontx PMD.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Ayuj Verma <ayverma@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>

show more ...

7bb4ea3215-Jan-2020 Ayuj Verma <ayverma@marvell.com>

cryptodev: support ECDSA

Asymmetric crypto library is extended to add ECDSA. Elliptic curve
xform and ECDSA op params are introduced.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by:

cryptodev: support ECDSA

Asymmetric crypto library is extended to add ECDSA. Elliptic curve
xform and ECDSA op params are introduced.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Signed-off-by: Ayuj Verma <ayverma@marvell.com>
Signed-off-by: Sunila Sahu <ssahu@marvell.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

show more ...

12345678910>>...20