From: Yuanhan Liu <yliu@fridaylinux.org>
To: announce@dpdk.org
Subject: [dpdk-announce] DPDK 16.11.3 (LTS) released
Date: Wed, 30 Aug 2017 19:08:24 +0800 [thread overview]
Message-ID: <20170830110824.GM9736@yliu-home> (raw)
Hi all,
Here is a new LTS release, v16.11.3:
http://fast.dpdk.org/rel/dpdk-16.11.3.tar.xz
The git tree is at:
http://dpdk.org/browse/dpdk-stable/
Thanks.
--yliu
---
app/test/test_cryptodev.c | 20 ++-
app/test/test_cryptodev_hash_test_vectors.h | 36 +++--
app/test/test_cryptodev_perf.c | 15 +-
app/test/test_link_bonding.c | 66 ++------
app/test/test_link_bonding_mode4.c | 8 +-
app/test/test_link_bonding_rssconf.c | 2 +-
doc/guides/cryptodevs/aesni_mb.rst | 1 -
doc/guides/cryptodevs/qat.rst | 1 -
doc/guides/rel_notes/release_16_11.rst | 84 ++++++++++
drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 24 +--
drivers/crypto/openssl/rte_openssl_pmd_ops.c | 24 +--
drivers/crypto/qat/qat_adf/qat_algs_build_desc.c | 6 +
drivers/crypto/qat/qat_crypto.c | 26 +--
drivers/net/bnxt/bnxt_hwrm.c | 76 ++++++---
drivers/net/bonding/rte_eth_bond_8023ad.c | 4 +-
drivers/net/bonding/rte_eth_bond_pmd.c | 29 +++-
drivers/net/cxgbe/base/t4_hw.c | 20 +++
drivers/net/cxgbe/base/t4_regs.h | 18 +++
drivers/net/cxgbe/cxgbe_ethdev.c | 4 +-
drivers/net/e1000/e1000_ethdev.h | 2 +-
drivers/net/e1000/igb_ethdev.c | 29 +++-
drivers/net/e1000/igb_rxtx.c | 6 +-
drivers/net/ena/ena_ethdev.c | 8 +-
drivers/net/enic/base/vnic_dev.c | 4 +-
drivers/net/enic/enic_rxtx.c | 3 +-
drivers/net/fm10k/fm10k_ethdev.c | 3 +
drivers/net/i40e/base/i40e_register.h | 2 +-
drivers/net/i40e/i40e_ethdev.c | 77 ++++++---
drivers/net/i40e/i40e_ethdev.h | 5 +
drivers/net/i40e/i40e_fdir.c | 8 +-
drivers/net/i40e/i40e_rxtx.c | 2 +-
drivers/net/ixgbe/ixgbe_ethdev.c | 7 +-
drivers/net/mlx4/mlx4.c | 19 ++-
drivers/net/mlx5/mlx5_ethdev.c | 28 +++-
drivers/net/mlx5/mlx5_fdir.c | 7 +-
drivers/net/mlx5/mlx5_rxq.c | 14 +-
drivers/net/mlx5/mlx5_txq.c | 16 +-
drivers/net/qede/qede_ethdev.c | 5 +-
drivers/net/virtio/virtio_ethdev.c | 34 +---
drivers/net/virtio/virtio_user_ethdev.c | 1 -
drivers/net/vmxnet3/vmxnet3_ethdev.c | 5 +-
drivers/net/vmxnet3/vmxnet3_rxtx.c | 6 +
examples/l2fwd-crypto/main.c | 40 +++--
examples/l3fwd/l3fwd_em.c | 2 +-
examples/qos_sched/main.h | 5 +
lib/librte_cryptodev/rte_cryptodev.c | 2 +-
lib/librte_eal/bsdapp/contigmem/contigmem.c | 197 ++++++++++++++++++++---
lib/librte_eal/common/eal_common_proc.c | 8 +-
lib/librte_eal/common/include/rte_version.h | 2 +-
lib/librte_eal/common/malloc_elem.c | 9 +-
lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h | 2 +-
lib/librte_lpm/rte_lpm.c | 4 +-
lib/librte_mbuf/rte_mbuf.h | 5 +-
lib/librte_mbuf/rte_mbuf_ptype.h | 4 +-
lib/librte_vhost/vhost_user.c | 4 +
lib/librte_vhost/virtio_net.c | 37 ++++-
pkg/dpdk.spec | 2 +-
57 files changed, 771 insertions(+), 307 deletions(-)
Aaron Conole (1):
net/enic: fix crash when freeing 0 packet to mempool
Ajit Khaparde (9):
net/bnxt: fix reporting of link status
net/bnxt: fix get link config
net/bnxt: fix autoneg on 10GBase-T links
net/bnxt: fix set link config
net/bnxt: fix set link config
net/bnxt: check invalid L2 filter id
net/bnxt: free filter before reusing it
net/bnxt: enable default VNIC allocation
net/bnxt: fix vnic cleanup
Allain Legacy (1):
net/virtio-user: fix crash when detaching device
Arek Kusztal (1):
crypto/qat: fix NULL authentication hang
Beilei Xing (1):
net/i40e: fix ethertype filter for new FW
Chas Williams (1):
net/vmxnet3: fix filtering on promiscuous disabling
Cian Ferriter (1):
mbuf: fix VXLAN port in comment
Dahir Osman (1):
ip_frag: free mbufs on reassembly table destroy
Daniel Mrzyglod (2):
test/bonding: fix mode 4 names
test/bonding: fix namespace of the RSS tests
Dariusz Stojaczyk (1):
vhost: fix guest pages memory leak
Declan Doherty (2):
net/bonding: change link status check to no-wait
net/bonding: fix number of bonding Tx/Rx queues
Ferruh Yigit (3):
kni: fix build with gcc 7.1
net/enic: fix build with gcc 7.1
net/mlx5: fix build with gcc 7.1
Gowrishankar Muthukrishnan (1):
net/mlx5: fix inconsistent link status query
Hemant Agrawal (1):
examples/qos_sched: fix build for less lcores
Herakliusz Lipiec (1):
net/i40e: add return value checks
Herbert Guan (2):
test/bonding: fix memory corruptions
test/bonding: fix parameters of a balance Tx
Ivan Dyukov (1):
vhost: fix checking of device features
Jamie Lavigne (1):
mem: fix malloc element resize with padding
Jeff Guo (1):
net/i40e: fix link down and negotiation
Jianfeng Tan (3):
eal: fix config file path when checking process
vhost: fix TCP checksum
vhost: fix IP checksum
Jingjing Wu (1):
net/e1000: fix LSC interrupt
Kirill Rybalchenko (1):
cryptodev: fix device stop function
Mandeep Rohilla (1):
net/vmxnet3: fix receive queue memory leak
Markus Theil (1):
net/igb: fix add/delete of flex filters
Matan Azrad (1):
net/mlx4: fix probe failure report
Michal Krawczyk (1):
net/ena: fix cleanup of the Tx bufs
Pablo de Lara (12):
examples/l2fwd-crypto: fix option parsing
examples/l2fwd-crypto: fix application help
test/crypto: fix overflow
examples/l2fwd-crypto: fix padding
crypto/aesni_mb: fix HMAC supported key sizes
crypto/openssl: fix HMAC supported key sizes
mbuf: fix doxygen comment of bulk alloc
crypto/qat: fix HMAC supported key sizes
crypto/qat: fix SHA384-HMAC block size
doc: remove incorrect limitation on AESNI-MB PMD
doc: remove incorrect limitation on QAT PMD
test/crypto: fix wrong AAD setting
Qi Zhang (5):
net/i40e: exclude internal packet's byte count
net/i40e: fix VF statistics
net/ixgbe: fix mirror rule index overflow
net/i40e: fix Rx data segment buffer length
examples/l3fwd: fix IPv6 packet type parse
Qiming Yang (1):
net/ixgbe: fix Rx/Tx queue interrupt for x550 devices
Rahul Lakkireddy (1):
net/cxgbe: fix port statistics
Rasesh Mody (1):
net/qede: fix chip details print
Sha Zhang (1):
net/bonding: fix when NTT flag updated
Shahaf Shuler (1):
net/mlx5: fix completion buffer size
Stephen Hemminger (2):
net/virtio: do not falsely claim to do IP checksum
net/virtio: do not claim to support LRO
Tiwei Bie (4):
net/virtio: zero the whole memory zone
contigmem: free allocated memory on error
contigmem: do not zero pages during each mmap
vhost: make page logging atomic
Vasily Philipov (2):
mbuf: fix debug checks for headroom and tailroom
net/mlx4: fix mbuf poisoning in debug code
Wei Dai (1):
lpm: fix index of tbl8
Wei Zhao (2):
net/igb: fix checksum valid flags
net/igb: fix flex filter length
Wenzhuo Lu (1):
net/i40e/base: fix Tx error stats on VF
Xiao Wang (1):
net/fm10k: initialize link status in device start
Yong Wang (1):
net/i40e: fix division by 0
Yongseok Koh (2):
net/mlx5: fix exception handling
net/mlx5: fix redundant free of Tx buffer
Yuanhan Liu (2):
Revert "ip_frag: free mbufs on reassembly table destroy"
version: 16.11.3
reply other threads:[~2017-08-30 11:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170830110824.GM9736@yliu-home \
--to=yliu@fridaylinux.org \
--cc=announce@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).