* [dpdk-dev] [dpdk-announce] DPDK 18.11.6 (LTS) released
@ 2020-01-31 16:00 Kevin Traynor
0 siblings, 0 replies; only message in thread
From: Kevin Traynor @ 2020-01-31 16:00 UTC (permalink / raw)
To: announce
Hi all,
Here is a new LTS release:
https://fast.dpdk.org/rel/dpdk-18.11.6.tar.xz
The git tree is at:
https://dpdk.org/browse/dpdk-stable/?h=18.11
It has almost 300 bugfixes since the previous release.
Thanks to the authors who helped with backports and to
the following who helped with validation:
Intel, Red Hat, Mellanox, Microsoft and OVS project.
Kevin.
---
.ci/linux-build.sh | 4 +
.ci/linux-setup.sh | 2 +-
.travis.yml | 7 +-
app/proc-info/main.c | 36 +-
app/test-crypto-perf/cperf_test_verify.c | 14 +-
app/test-eventdev/test_perf_common.c | 10 +-
app/test-eventdev/test_pipeline_common.c | 8 +-
app/test-pmd/cmdline.c | 139 +----
app/test-pmd/config.c | 10 +-
app/test-pmd/csumonly.c | 3 +
app/test-pmd/parameters.c | 11 +-
app/test-pmd/testpmd.c | 9 +
buildtools/check-experimental-syms.sh | 4 +-
buildtools/pmdinfogen/meson.build | 5 +
config/common_base | 1 -
config/meson.build | 15 +-
devtools/checkpatches.sh | 26 +-
devtools/test-null.sh | 1 +
doc/guides/contributing/coding_style.rst | 8 +-
doc/guides/contributing/versioning.rst | 4 +-
doc/guides/cryptodevs/aesni_gcm.rst | 3 +-
doc/guides/cryptodevs/aesni_mb.rst | 2 +-
doc/guides/cryptodevs/ccp.rst | 32 +-
doc/guides/cryptodevs/dpaa_sec.rst | 6 +-
doc/guides/cryptodevs/qat.rst | 4 +-
doc/guides/cryptodevs/zuc.rst | 2 +-
.../linux_gsg/cross_build_dpdk_for_arm64.rst | 16 +-
doc/guides/linux_gsg/nic_perf_intel_platform.rst | 2 +-
doc/guides/nics/fm10k.rst | 6 +-
doc/guides/nics/liquidio.rst | 4 +-
doc/guides/nics/octeontx.rst | 4 +-
doc/guides/nics/tap.rst | 6 +-
doc/guides/nics/thunderx.rst | 4 +-
doc/guides/nics/virtio.rst | 18 +-
doc/guides/prog_guide/env_abstraction_layer.rst | 2 +-
doc/guides/prog_guide/event_timer_adapter.rst | 5 +-
.../generic_segmentation_offload_lib.rst | 2 +-
doc/guides/prog_guide/kernel_nic_interface.rst | 2 +-
.../prog_guide/packet_classif_access_ctrl.rst | 4 +-
doc/guides/prog_guide/rte_flow.rst | 2 +-
doc/guides/prog_guide/rte_security.rst | 4 +-
doc/guides/prog_guide/switch_representation.rst | 6 +-
doc/guides/rel_notes/release_17_11.rst | 2 +-
doc/guides/rel_notes/release_18_02.rst | 2 +-
doc/guides/rel_notes/release_18_11.rst | 441 +++++++++++++++
doc/guides/sample_app_ug/ethtool.rst | 2 +-
doc/guides/sample_app_ug/intro.rst | 6 +-
doc/guides/sample_app_ug/l2_forward_crypto.rst | 2 +-
doc/guides/sample_app_ug/performance_thread.rst | 2 +-
doc/guides/testpmd_app_ug/run_app.rst | 6 +-
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 98 +---
doc/guides/tools/testbbdev.rst | 3 +-
drivers/bus/dpaa/dpaa_bus.c | 4 +-
drivers/bus/fslmc/portal/dpaa2_hw_pvt.h | 2 +
drivers/bus/fslmc/qbman/qbman_portal.c | 2 +
drivers/bus/fslmc/qbman/qbman_portal.h | 2 +-
drivers/bus/pci/Makefile | 2 +-
drivers/bus/pci/linux/pci.c | 13 +-
drivers/bus/pci/linux/pci_uio.c | 2 +
drivers/bus/pci/linux/pci_vfio.c | 13 +-
drivers/common/cpt/cpt_ucode.h | 3 +-
drivers/common/dpaax/dpaax_iova_table.c | 7 +-
drivers/common/dpaax/dpaax_iova_table.h | 2 +
.../octeontx/rte_common_octeontx_version.map | 1 +
drivers/compress/isal/meson.build | 1 -
drivers/compress/octeontx/include/zip_regs.h | 8 -
drivers/compress/octeontx/otx_zip.h | 2 +-
drivers/compress/octeontx/otx_zip_pmd.c | 2 +
drivers/crypto/armv8/rte_armv8_pmd.c | 1 -
drivers/crypto/ccp/ccp_crypto.c | 24 +-
drivers/crypto/ccp/ccp_crypto.h | 7 +-
drivers/crypto/ccp/ccp_dev.h | 2 +-
drivers/crypto/ccp/ccp_pmd_ops.c | 28 +-
drivers/crypto/ccp/ccp_pmd_private.h | 6 +-
drivers/crypto/ccp/rte_ccp_pmd.c | 57 +-
drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 2 +-
drivers/crypto/dpaa_sec/dpaa_sec.c | 11 +-
drivers/crypto/mvsam/rte_mrvl_pmd.c | 1 -
drivers/crypto/null/null_crypto_pmd.c | 1 +
drivers/crypto/null/null_crypto_pmd_private.h | 2 +-
drivers/crypto/octeontx/otx_cryptodev.c | 1 +
drivers/crypto/openssl/rte_openssl_pmd.c | 35 +-
drivers/crypto/qat/qat_sym.c | 5 +-
drivers/crypto/qat/qat_sym_capabilities.h | 6 +-
drivers/crypto/virtio/virtio_pci.c | 4 +-
drivers/crypto/virtio/virtio_pci.h | 6 +-
drivers/event/dpaa/dpaa_eventdev.c | 1 +
drivers/event/dpaa/dpaa_eventdev.h | 2 +-
drivers/event/dpaa2/dpaa2_eventdev.c | 7 +-
drivers/event/octeontx/ssovf_worker.h | 17 +-
drivers/event/opdl/opdl_test.c | 3 -
drivers/event/sw/sw_evdev_xstats.c | 5 +-
drivers/net/af_packet/rte_eth_af_packet.c | 14 +-
drivers/net/atlantic/atl_ethdev.c | 7 +-
drivers/net/atlantic/atl_types.h | 3 +
drivers/net/atlantic/hw_atl/hw_atl_utils_fw2x.c | 73 ++-
drivers/net/axgbe/axgbe_phy_impl.c | 6 +-
drivers/net/bnxt/bnxt.h | 60 +-
drivers/net/bnxt/bnxt_cpr.c | 4 +-
drivers/net/bnxt/bnxt_ethdev.c | 625 ++++++++++-----------
drivers/net/bnxt/bnxt_filter.c | 1 -
drivers/net/bnxt/bnxt_flow.c | 21 +-
drivers/net/bnxt/bnxt_hwrm.c | 162 +++---
drivers/net/bnxt/bnxt_hwrm.h | 3 +
drivers/net/bnxt/bnxt_irq.c | 2 +-
drivers/net/bnxt/bnxt_irq.h | 1 +
drivers/net/bnxt/bnxt_ring.c | 12 +-
drivers/net/bnxt/bnxt_rxq.c | 104 ++--
drivers/net/bnxt/bnxt_rxq.h | 2 +-
drivers/net/bnxt/bnxt_rxr.c | 54 +-
drivers/net/bnxt/bnxt_stats.c | 63 ++-
drivers/net/bnxt/bnxt_txq.c | 8 +-
drivers/net/bnxt/bnxt_txq.h | 1 +
drivers/net/bnxt/bnxt_txr.c | 6 +-
drivers/net/bnxt/bnxt_util.c | 11 +
drivers/net/bnxt/bnxt_util.h | 1 +
drivers/net/bonding/rte_eth_bond_8023ad.c | 62 +-
drivers/net/bonding/rte_eth_bond_args.c | 5 +-
drivers/net/bonding/rte_eth_bond_pmd.c | 303 +++-------
drivers/net/cxgbe/base/adapter.h | 2 +
drivers/net/cxgbe/cxgbe_ethdev.c | 18 +-
drivers/net/cxgbe/cxgbe_filter.c | 223 +++-----
drivers/net/cxgbe/cxgbe_filter.h | 22 +-
drivers/net/cxgbe/cxgbe_flow.c | 101 +++-
drivers/net/cxgbe/cxgbe_main.c | 12 +-
drivers/net/cxgbe/l2t.c | 3 +-
drivers/net/cxgbe/l2t.h | 3 +-
drivers/net/cxgbe/sge.c | 1 -
drivers/net/dpaa2/dpaa2_ethdev.c | 2 +-
drivers/net/dpaa2/dpaa2_rxtx.c | 58 +-
drivers/net/dpaa2/mc/dpkg.c | 5 +-
drivers/net/e1000/e1000_ethdev.h | 16 +-
drivers/net/e1000/em_ethdev.c | 21 +-
drivers/net/e1000/em_rxtx.c | 110 ++++
drivers/net/e1000/igb_ethdev.c | 12 +-
drivers/net/e1000/igb_flow.c | 9 +-
drivers/net/enetc/base/enetc_hw.h | 3 +
drivers/net/enetc/enetc_ethdev.c | 8 +-
drivers/net/enic/Makefile | 2 +
drivers/net/enic/enic.h | 8 +-
drivers/net/enic/enic_ethdev.c | 15 +-
drivers/net/enic/enic_main.c | 52 +-
drivers/net/enic/enic_rxtx_vec_avx2.c | 5 +-
drivers/net/enic/meson.build | 2 +
drivers/net/fm10k/fm10k_rxtx_vec.c | 11 +-
drivers/net/i40e/i40e_ethdev.c | 4 +-
drivers/net/i40e/i40e_ethdev_vf.c | 42 +-
drivers/net/i40e/i40e_flow.c | 38 +-
drivers/net/i40e/i40e_rxtx.c | 7 +-
drivers/net/i40e/i40e_rxtx_vec_neon.c | 5 +-
drivers/net/ifc/ifcvf_vdpa.c | 8 +-
drivers/net/ixgbe/ixgbe_ethdev.c | 174 +++++-
drivers/net/ixgbe/ixgbe_ethdev.h | 20 +
drivers/net/ixgbe/ixgbe_flow.c | 2 +-
drivers/net/ixgbe/ixgbe_pf.c | 1 +
drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c | 70 ++-
drivers/net/ixgbe/rte_pmd_ixgbe.c | 126 +----
drivers/net/mlx4/Makefile | 8 +-
drivers/net/mlx4/meson.build | 18 +-
drivers/net/mlx4/mlx4_utils.h | 15 +-
drivers/net/mlx5/Makefile | 8 +-
drivers/net/mlx5/meson.build | 17 +-
drivers/net/mlx5/mlx5.c | 1 +
drivers/net/mlx5/mlx5_flow.c | 44 +-
drivers/net/mlx5/mlx5_flow.h | 8 +
drivers/net/mlx5/mlx5_flow_dv.c | 27 +
drivers/net/mlx5/mlx5_flow_tcf.c | 8 +-
drivers/net/mlx5/mlx5_flow_verbs.c | 27 +
drivers/net/mlx5/mlx5_rxq.c | 34 +-
drivers/net/mlx5/mlx5_rxtx_vec_neon.h | 2 +-
drivers/net/mlx5/mlx5_utils.h | 5 +-
drivers/net/null/rte_eth_null.c | 7 +
drivers/net/pcap/meson.build | 6 +-
drivers/net/qede/Makefile | 1 +
drivers/net/qede/base/ecore_chain.h | 84 ++-
drivers/net/qede/meson.build | 2 +
drivers/net/qede/qede_ethdev.c | 355 ++++++------
drivers/net/qede/qede_ethdev.h | 6 +-
drivers/net/qede/qede_filter.c | 5 +-
drivers/net/qede/qede_rxtx.c | 367 ++++++++----
drivers/net/qede/qede_rxtx.h | 26 +-
drivers/net/sfc/sfc_ev.c | 2 +-
drivers/net/sfc/sfc_flow.c | 4 +-
drivers/net/szedata2/meson.build | 2 +-
drivers/net/tap/rte_eth_tap.c | 7 +-
drivers/net/vhost/rte_eth_vhost.c | 4 +
drivers/net/virtio/virtio_ethdev.c | 14 +
drivers/net/virtio/virtio_ethdev.h | 3 -
drivers/net/virtio/virtio_rxtx.c | 14 +-
drivers/net/virtio/virtio_rxtx.h | 2 +
drivers/net/virtio/virtio_rxtx_simple_neon.c | 10 +-
drivers/net/virtio/virtio_rxtx_simple_sse.c | 10 +-
drivers/net/virtio/virtio_user/virtio_user_dev.c | 10 +-
drivers/net/vmxnet3/vmxnet3_ethdev.c | 2 -
drivers/raw/dpaa2_cmdif/dpaa2_cmdif.c | 9 +-
examples/bbdev_app/Makefile | 10 +-
examples/bond/Makefile | 10 +-
examples/cmdline/Makefile | 10 +-
examples/distributor/Makefile | 10 +-
examples/ethtool/lib/rte_ethtool.c | 2 -
examples/eventdev_pipeline/Makefile | 10 +-
examples/exception_path/Makefile | 10 +-
examples/fips_validation/Makefile | 10 +-
examples/fips_validation/fips_validation_tdes.c | 2 +
examples/fips_validation/main.c | 60 +-
examples/flow_classify/Makefile | 10 +-
examples/flow_filtering/Makefile | 10 +-
examples/helloworld/Makefile | 10 +-
examples/ip_fragmentation/Makefile | 10 +-
examples/ip_pipeline/Makefile | 10 +-
examples/ip_reassembly/Makefile | 10 +-
examples/ipsec-secgw/Makefile | 10 +-
examples/ipsec-secgw/ep0.cfg | 8 +-
examples/ipsec-secgw/ep1.cfg | 12 +-
examples/ipsec-secgw/ipsec-secgw.c | 1 +
examples/ipsec-secgw/ipsec.c | 8 +-
examples/ipsec-secgw/sa.c | 4 +-
examples/ipv4_multicast/Makefile | 10 +-
examples/kni/Makefile | 10 +-
examples/kni/main.c | 1 -
examples/l2fwd-cat/Makefile | 10 +-
examples/l2fwd-crypto/Makefile | 10 +-
examples/l2fwd-jobstats/Makefile | 10 +-
examples/l2fwd-keepalive/Makefile | 10 +-
examples/l2fwd/Makefile | 10 +-
examples/l3fwd-acl/Makefile | 10 +-
examples/l3fwd-power/Makefile | 10 +-
examples/l3fwd-power/main.c | 2 +
examples/l3fwd-vf/Makefile | 10 +-
examples/l3fwd/Makefile | 10 +-
examples/link_status_interrupt/Makefile | 10 +-
examples/load_balancer/Makefile | 10 +-
.../client_server_mp/mp_client/client.c | 18 +-
.../client_server_mp/mp_server/args.c | 40 +-
.../client_server_mp/mp_server/args.h | 2 +-
.../client_server_mp/mp_server/init.c | 7 +-
examples/packet_ordering/Makefile | 10 +-
examples/ptpclient/Makefile | 10 +-
examples/qos_meter/Makefile | 10 +-
examples/qos_sched/Makefile | 10 +-
examples/rxtx_callbacks/Makefile | 10 +-
examples/service_cores/Makefile | 10 +-
examples/skeleton/Makefile | 10 +-
examples/tep_termination/Makefile | 10 +-
examples/timer/Makefile | 10 +-
examples/vhost/Makefile | 10 +-
examples/vhost_scsi/Makefile | 8 +-
examples/vm_power_manager/channel_monitor.c | 12 +
.../guest_cli/vm_power_cli_guest.c | 2 +-
examples/vm_power_manager/oob_monitor_x86.c | 34 +-
examples/vm_power_manager/power_manager.c | 3 +-
examples/vm_power_manager/power_manager.h | 12 +
examples/vmdq/Makefile | 10 +-
examples/vmdq_dcb/Makefile | 10 +-
kernel/linux/kni/ethtool/igb/e1000_82575.c | 3 +-
kernel/linux/kni/ethtool/igb/e1000_mbx.c | 1 +
kernel/linux/kni/ethtool/igb/e1000_phy.c | 1 +
kernel/linux/kni/ethtool/igb/igb_ethtool.c | 4 +
kernel/linux/kni/ethtool/igb/igb_main.c | 4 +
kernel/linux/kni/ethtool/igb/igb_param.c | 1 +
kernel/linux/kni/ethtool/ixgbe/ixgbe_82599.c | 2 +
kernel/linux/kni/ethtool/ixgbe/ixgbe_common.c | 1 +
kernel/linux/kni/ethtool/ixgbe/ixgbe_ethtool.c | 1 +
kernel/linux/kni/ethtool/ixgbe/ixgbe_main.c | 4 +
lib/Makefile | 2 +-
lib/librte_compat/rte_compat.h | 4 +-
lib/librte_cryptodev/rte_cryptodev.c | 42 +-
lib/librte_cryptodev/rte_cryptodev_pmd.h | 1 -
lib/librte_distributor/meson.build | 5 +
lib/librte_distributor/rte_distributor.c | 68 ++-
lib/librte_distributor/rte_distributor_v20.c | 59 +-
lib/librte_eal/bsdapp/eal/eal.c | 5 -
lib/librte_eal/bsdapp/eal/eal_interrupts.c | 9 +
lib/librte_eal/common/eal_common_lcore.c | 9 -
lib/librte_eal/common/eal_common_log.c | 2 +-
lib/librte_eal/common/eal_common_proc.c | 4 +-
lib/librte_eal/common/eal_hugepages.h | 2 +-
.../common/include/arch/ppc_64/rte_atomic.h | 2 +-
.../common/include/arch/x86/rte_memcpy.h | 18 +-
lib/librte_eal/common/include/rte_dev.h | 58 +-
lib/librte_eal/common/include/rte_interrupts.h | 21 +
lib/librte_eal/common/include/rte_version.h | 2 +-
lib/librte_eal/common/malloc_elem.c | 9 +
lib/librte_eal/common/meson.build | 3 +-
lib/librte_eal/common/rte_malloc.c | 3 +-
lib/librte_eal/common/rte_reciprocal.c | 7 +-
lib/librte_eal/common/rte_service.c | 27 +-
lib/librte_eal/linuxapp/eal/eal_interrupts.c | 82 +++
lib/librte_eal/linuxapp/eal/eal_memory.c | 2 +-
lib/librte_eal/linuxapp/eal/eal_vfio.c | 16 +-
lib/librte_eal/rte_eal_version.map | 1 +
lib/librte_efd/rte_efd.c | 2 +-
lib/librte_ethdev/rte_eth_ctrl.h | 2 +-
lib/librte_ethdev/rte_ethdev.c | 13 +-
lib/librte_ethdev/rte_ethdev.h | 12 +-
lib/librte_ethdev/rte_flow.c | 165 +++++-
lib/librte_eventdev/rte_event_timer_adapter.c | 8 +-
lib/librte_eventdev/rte_eventdev.c | 4 +-
lib/librte_mempool/rte_mempool.c | 17 +-
lib/librte_port/meson.build | 4 +
lib/librte_power/guest_channel.c | 12 +-
lib/librte_power/power_acpi_cpufreq.c | 7 +-
lib/librte_security/rte_security.h | 12 +-
lib/librte_vhost/rte_vhost.h | 2 +-
lib/librte_vhost/socket.c | 10 +-
lib/librte_vhost/vhost.c | 258 ++++++++-
lib/librte_vhost/vhost.h | 186 +++---
lib/librte_vhost/vhost_user.c | 151 +++--
lib/librte_vhost/virtio_net.c | 203 +++----
meson.build | 2 +-
meson_options.txt | 2 -
mk/rte.app.mk | 4 -
mk/toolchain/gcc/rte.toolchain-compat.mk | 2 +-
pkg/dpdk.spec | 2 +-
test/test/process.h | 51 +-
test/test/test_cryptodev.c | 83 ++-
test/test/test_distributor.c | 6 +-
test/test/test_distributor_perf.c | 2 +-
test/test/test_efd.c | 2 +-
test/test/test_efd_perf.c | 6 +-
test/test/test_hash_perf.c | 12 +-
test/test/test_hash_readwrite_lf.c | 8 +-
test/test/test_interrupts.c | 10 +-
test/test/test_link_bonding.c | 13 +-
test/test/test_lpm_perf.c | 4 +-
test/test/test_mbuf.c | 3 +
test/test/test_member_perf.c | 16 +-
test/test/test_service_cores.c | 2 +-
usertools/dpdk-pmdinfo.py | 65 ++-
usertools/dpdk-telemetry-client.py | 14 +-
330 files changed, 4905 insertions(+), 2911 deletions(-)
Aaron Conole (1):
test/interrupt: account for race with callback
Abhishek Sachan (1):
net/af_packet: fix stale sockets
Adrian Moreno (4):
vhost: fix vring memory partially mapped
vhost: translate incoming log address to GPA
vhost: prevent zero copy mode if IOMMU is on
vhost: convert buffer addresses to GPA for logging
Ajit Khaparde (9):
net/bnxt: fix setting max RSS contexts
net/bnxt: fix writing MTU to FW
net/bnxt: fix crash in xstats get
net/bnxt: fix resource qcaps with older FW
net/bnxt: fix async link handling and update
net/bnxt: fix flow flush handling
net/bnxt: update trusted VF status only when it changes
net/bnxt: fix doorbell register offset for Tx ring
net/bnxt: get default HWRM command timeout from FW
Akhil Goyal (1):
crypto/dpaa2_sec: fix length retrieved from hardware
Ali Alnubani (3):
mk: fix build on arm64
eal: fix header file install with meson
net/mlx: fix build with clang 9
Alvin Zhang (1):
net/i40e: fix exception with multi-driver
Amaranath Somalapuram (5):
doc: fix l2fwd-crypto usage in CCP guide
crypto/ccp: fix maximum queues and burst size
crypto/ccp: fix CPU authentication crash
crypto/ccp: fix scheduling of burst
crypto/ccp: fix digest size capabilities
Anatoly Burakov (2):
mempool: use actual IOVA addresses when populating
common/octeontx: add missing public symbol
Andrew Rybchenko (5):
ethdev: fix doc reference to FDIR disabled mode
ethdev: remove redundant device info cleanup before get
net/sfc: fix missing notification on link status change
net/virtio: reject unsupported Tx multi-queue modes
ethdev: avoid undefined behaviour on configuration copy
Andrzej Ostruszka (4):
doc: fix description of versioning macros
eventdev: fix possible use of uninitialized var
doc: fix tap guide
net/dpaa2: fix possible use of uninitialized vars
Anoob Joseph (1):
examples/ipsec-secgw: fix access to freed packet
Archana Muniganti (1):
app/crypto-perf: fix input of AEAD decrypt
Arek Kusztal (2):
crypto/qat: fix AES CMAC mininum digest size
test/crypto: fix checks for null digest in null auth
Bernard Iremonger (1):
examples/ipsec-secgw: fix unchecked return value
Bruce Richardson (4):
examples/vm_power: fix type of cmdline token in cli
port: fix pcap support with meson
examples: hide error for missing pkg-config path flag
usertools: fix typo in SPDX tag of telemetry script
Chaitanya Babu Talluri (1):
examples/fips_validation: fix null dereferences
Christian Ehrhardt (2):
net/mlx4: fix build on ppc64
build: avoid overlinking
Ciara Power (3):
app/testpmd: fix help for loop topology option
ethdev: fix include of ethernet header file
app/procinfo: use strlcpy for copying string
Congwen Zhang (2):
net/ixgbe: fix zeroing of RSS config
net/e1000: fix zeroing of RSS config
Damian Nowak (1):
crypto/qat: fix null auth when using VFIO
David Christensen (3):
eal/ppc: fix 64-bit atomic exchange operation
eal/linux: restore specific hugepage ordering for ppc
vhost: fix build on RHEL 7.6 for Power
David Hunt (2):
examples/vm_power: fix build without i40e
examples/vm_power: fix OOB frequency oscillations
David Marchand (16):
net/bonding: fix out of bound access in LACP mode
net/bonding: fix LACP fast queue Rx handler
net/bonding: fix unicast packets filtering
ci: add missing dependencies for documentation
net/qede: limit Rx ring index read for debug
devtools: fix cleanup of checkpatch temporary file
eal: remove dead code on NUMA node detection
net/mlx4: remove dependency on libmnl in meson
net/bonding: use non deprecated PCI API
doc: fix internal links for older releases
doc: fix link to AESNI mb external library
doc/guides: clean repeated words
build: remove unneeded meson option
app/testpmd: report invalid command line parameter
buildtools: fix build with coverage
ci: use meson 0.47.1
Dekel Peled (3):
doc: fix description of links to EAL options pages
net/mlx5: fix check of RSS queue index
net/mlx5: block RSS action without Rx queue
Dilshod Urazov (3):
net/virtio: reject deferred Rx start
net/virtio: reject deferred Tx start
net/virtio: reject unsupported Rx multi-queue modes
Eelco Chaudron (1):
net/i40e: downgrade error log
Fan Zhang (2):
doc: fix AESNI-GCM limitations in crypto guide
examples/fips_validation: fix auth verify
Ferruh Yigit (7):
bus/fslmc: fix global variable multiple definitions
net/igb: fix global variable multiple definitions
crypto/null: fix global variable multiple definitions
crypto/virtio: fix global variable multiple definitions
compress/octeontx: fix global variable multiple definitions
test: fix global variable multiple definitions
mk: remove library search path from binary
Fiona Trahe (1):
crypto/qat: fix digest length in XCBC capability
Flavia Musatescu (2):
app/testpmd: remove duplicated Rx offload commands
net/af_packet: improve Tx statistics accuracy
Flavio Leitner (1):
vhost: fix IPv4 checksum
Gagandeep Singh (1):
net/enetc: fix BD ring alignment
Gage Eads (1):
event/sw: fix xstats reset value
Gavin Hu (5):
net/i40e: remove memory barrier from NEON Rx
net/i40e: remove compiler barrier from NEON Rx
net/bnxt: remove duplicate barrier
net/bnxt: replace memory barrier for doorbell response
net/bnxt: enforce IO barrier for doorbell command
Guinan Sun (1):
net/ixgbe: fix MACsec setting
Harry van Haaren (1):
test/service: fix wait for service core
Hemant Agrawal (3):
event/dpaa2: fix default queue configuration
bus/dpaa: fix dpaa_sec blacklist
test/crypto: fix session init failure for wireless case
Honnappa Nagarahalli (1):
test/lpm: fix measured cycles for delete
Hui Zhao (2):
net/bonding: fix slave id types
net/bonding: fix OOB access in other aggregator modes
Hyong Youb Kim (3):
net/enic: fix probe for secondary process
net/enic: fix crash in secondary process
net/enic: re-enable link status change interrupt
Igor Romanov (1):
net/bonding: fix link speed update in broadcast mode
Ivan Ilchenko (1):
net/atlantic: remove double function declaration
Ivan Malov (1):
net/sfc: fix adapter lock usage on rule creation
Jim Harris (1):
vfio: fix leak with multiprocess
Jin Yu (1):
vhost: fix build dependency on hash lib
Joyce Kong (3):
net/i40e: fix address of first segment
net/ixgbe: fix address of first segment
doc: update arm64 cross build tool version
Julien Meunier (2):
cryptodev: fix initialization on multi-process
cryptodev: fix checks related to device id
Junyu Jiang (2):
net/ixgbe: fix queue interrupt for X552/557
net/bonding: fix port ID check
Kalesh AP (18):
net/bnxt: fix accessing variable before null check
net/bnxt: fix multicast filter programming
net/bnxt: return error if setting link up fails
net/bnxt: remove unnecessary variable assignment
net/bnxt: fix dereference before null check
net/bnxt: cleanup comments
net/bnxt: fix L4 checksum indication in non-vector Rx
net/bnxt: fix IP checksum error indication
net/bnxt: fix setting default MAC address
net/bnxt: fix error checking of FW commands
net/bnxt: fix check of address mapping
net/bnxt: fix stats errors handling
net/bnxt: move macro definitions to header file
net/bnxt: fix extended port counter statistics
net/bnxt: fix VF probe when MAC address is zero
net/bnxt: fix coding style
net/bnxt: fix deferred start of Tx queues
net/bnxt: fix rx queue start/stop
Kevin Traynor (12):
common/cpt: fix possible null dereference
compress/octeontx: remove commented out code
event/opdl: remove commented out code
net/bnxt: remove commented out code
lib: fix log typos
lib: fix doxygen typos
version: 18.11.6-rc1
kni: fix ethtool build for gcc 9
pmdinfogen: fix freebsd build
version: 18.11.6-rc2
Revert "eal/freebsd: fix config creation"
version: 18.11.6
Krzysztof Kanas (4):
test/bonding: fix LSC related cases
test/bonding: fix LSC timeout unit
test: optimise fd closing in forks
net/bonding: fix selection logic
Lance Richardson (2):
net/bnxt: advertise scatter Rx offload capability
net/bnxt: fix mbuf free when clearing Tx queue
Laurent Hardy (1):
net/i40e: set speed to undefined for default case
Lukasz Bartosik (1):
examples/ipsec-secgw: fix default configuration
Lunyuan Cui (3):
net/e1000: fix link status update
net/ixgbe: fix link status
net/e1000: fix link status
Marcin Hajkowski (1):
power: fix socket indicator value
Marcin Smoczynski (2):
net/tap: fix blocked Rx packets
examples/ipsec-secgw: fix GCM IV length
Marvin Liu (3):
vhost: fix virtqueue not accessible
vhost: do not limit packed ring size
net/virtio-user: fix setting filters
Matan Azrad (3):
ethdev: fix item expansion for RSS flow
ethdev: fix last item detection on RSS flow expand
app/testpmd: fix invalid port detaching
Mattias Rönnblom (1):
power: handle frequency increase with turbo disabled
Maxime Coquelin (6):
vhost: batch used descs chains write-back with packed ring
vhost: un-inline dirty pages logging functions
vhost: do not inline packed and split functions
vhost: do not inline unlikely fragmented buffers code
vhost: simplify descriptor buffer prefetching
eal/x86: force inlining of all memcpy and mov helpers
Maxime Leroy (1):
net/vmxnet3: remove IP checksum from capabilities
Michal Krawczyk (1):
vfio: fix truncated BAR offset for 32-bit
Nipun Gupta (5):
event/dpaa: fix number of supported atomic flows
common/dpaax: fallback to check separate memory node for VM
net/dpaa2: add retry and timeout in packet enqueue API
raw/dpaa2_cmdif: add retry and timeout in packet enqueue API
net/dpaa2: set port in mbuf
Nithin Dabilpuram (2):
eal: add ack interrupt API
net/qede: use ack in interrupt handlers
Noa Ezra (1):
net/vhost: fix redundant queue state event
Pallantla Poornima (1):
net/axgbe: fix double unlock
Pavan Nikhilesh (4):
reciprocal: fix off-by-one with 32-bit divisor
app/eventdev: fix divide by zero
app/eventdev: check function errors
event/octeontx: fix partial Rx packet handling
Pavel Belous (1):
net/atlantic: add FW mailbox guard mutex
Peng Huang (1):
app/testpmd: fix Tx checksum when TSO enabled
Phil Yang (1):
net/mlx5: fix Rx CQ doorbell synchronization on aarch64
Radu Nicolau (1):
security: fix doxygen fields
Rahul Gupta (1):
net/bnxt: fix Rx queue count
Rahul Lakkireddy (7):
net/cxgbe: add prefix to global functions
net/cxgbe: fix null access when allocating CLIP entry
net/cxgbe: fix slot allocation for IPv6 flows
net/cxgbe: fix parsing VLAN ID rewrite action
net/cxgbe: fix prefetch for non-coalesced Tx packets
net/cxgbe: avoid polling link status before device start
net/cxgbe: fix races on flow API operations
Rasesh Mody (1):
net/qede/base: fix page index for PBL chains
Raslan Darawsheh (1):
net/mlx: fix debug build with icc
Robin Jarry (2):
usertools: fix pmdinfo with python 3 and pyelftools>=0.24
usertools: fix telemetry client with python 3
Ruifeng Wang (4):
net/ixgbe: remove memory barrier from NEON Rx
lib/distributor: fix deadlock on aarch64
test/distributor: fix spurious failure
net/ixgbe: support packet type with NEON
Sachin Saxena (1):
net/dpaa2: fix Rx offload flags on jumbo MTU set
Santoshkumar Karanappa Rastapur (5):
net/bnxt: fix flow steering
net/bnxt: fix ping with MTU change
net/bnxt: fix MAC/VLAN filter allocation
net/bnxt: fix forwarding with higher mbuf size
net/bnxt: fix crash after removing and adding slaves
Seth Howell (1):
bus/pci: remove useless link dependency on ethdev
Shahed Shaikh (6):
net/qede: refactor Rx and Tx queue setup
net/qede: fix odd number of queues usage in 100G mode
net/qede: fix RSS configuration as per new allocation method
net/qede: fix stats flow as per new allocation method
net/qede: fix setting MTU
net/qede: fix setting VLAN strip mode
Shougang Wang (2):
app/testpmd: fix crash on port reset
net/ixgbe: fix performance drop caused by MACsec
Shweta Choudaha (1):
net/igb: fix PHY status if PHY reset is not blocked
Somnath Kotur (1):
net/bnxt: expose some missing counters in port stats
Stephen Hemminger (10):
bus/pci: fix Intel IOMMU sysfs access check
service: use log for error messages
test/mbuf: fix forged mbuf in clone test
net/bnxt: fix debug log level
app/testpmd: block xstats for hidden ports
examples/multi_process: check server port validity
examples/multi_process: fix client crash with sparse ports
eal: drop unused macros for primary process check
eventdev: use same log macro for all unsupported calls
eal: remove legacy PMD log macro
Thibaut Collet (2):
net/virtio: fix Rx stats with vectorized functions
net/virtio: get all pending Rx packets in vectorized paths
Thierry Herbelot (5):
crypto/dpaa_sec: fix IOVA table
crypto/octeontx: enable unbinding
drivers/crypto: remove some invalid comments
doc: fix a common typo in NIC guides
crypto/openssl: use local copy for session contexts
Thomas Monjalon (6):
build: remove redundant libs from pkgconfig
net/mlx: fix meson build with custom dependency path
net/mlx: fix build with make and recent gcc
net/szedata2: fix dependency check
ethdev: limit maximum number of queues
net/mlx: allow build only on Linux
Ting Xu (1):
app/testpmd: fix CRC strip command
Tiwei Bie (8):
net/virtio: remove remaining simple Tx related stuff
doc: fix typo in virtio in-order Rx function name
doc: fix format in virtio guide
vhost: fix slave request fd leak
vhost: forbid reallocation when running
vhost: fix vring address handling during live migration
vhost: protect vring access done by application
net/virtio-user: drop attribute unused for memory callback
Vakul Garg (2):
crypto/dpaa_sec: fix auth-cipher check for AEAD
examples/ipsec-secgw: fix SHA256-HMAC digest length
Viacheslav Ovsiienko (1):
net/mlx5: fix BlueField VF type recognition
Wangyu (Eric) (1):
bus/pci: align next mapping address on page boundary
Wei Zhao (2):
net/ixgbe: enable new PF host mbox version
net/ixgbe: fix VF RSS offloads configuration
Xiao Wang (3):
doc: fix typo in l2fwd-crypto guide
net/fm10k: fix mbuf free in vector Rx
net/ifc: check VFIO query error
Xiao Zhang (7):
net/i40e: fix VF runtime queues RSS config
net/e1000: fix i219 hang on reset/close
net/e1000: fix memory barrier usage in Tx
net/ixgbe: fix X553 speed capability
net/i40e: fix integer overflow
examples/l3fwd-power: fix Rx interrupt disabling
net/ixgbe: fix link status
Xiaolong Ye (1):
ethdev: fix typos for ENOTSUP
Xiaoyu Min (5):
net/mlx5: validate flow rule item order
net/mlx5: allow pattern start from IP
ethdev: fix expand RSS flows
net/mlx5: fix crash on hash Rx queue handling for drop
net/mlx5: improve flow item IP validation
Xueming Li (3):
malloc: fix realloc copy size
malloc: fix realloc padded element size
malloc: fix memory element size in case of padding
Yasufumi Ogawa (1):
net/null: fix multi-process Rx and Tx
Yong Wang (1):
net/ixgbe: remove redundant assignment
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-31 16:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 16:00 [dpdk-dev] [dpdk-announce] DPDK 18.11.6 (LTS) released Kevin Traynor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).