From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by dpdk.org (Postfix) with ESMTP id A0ECE2BFF for ; Thu, 7 Sep 2017 15:51:41 +0200 (CEST) Received: by mail-pf0-f179.google.com with SMTP id e199so17761879pfh.3 for ; Thu, 07 Sep 2017 06:51:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=Oa2TldIUGjr/7BAcBw11bZcNyCyb4z7fSfxZriU4e4Q=; b=L33EL6Hnhg6nxfR+1ZVOSyFHdMec3KKH0/89/Oc3PcKgYAhtAirb0KfnTCy4W27zol aCkHsUfHvvCVHu4GzQWYNJEQyS1tn2kGBfvLseuHY6U3uf01C7PP3piSWus1uLj2NQKl pORHnnzGPM9dYyvata/GP0jdKNCwSWXhDU7R9s8Jg/HjF+mvEiAR+4aAoO35tzJZUDWc A7LximjOgoHl9/e+0G9MudYUv99GyoPxZ7MBroT0fP6YmEEF2HBomxqgogC0UYKCPncs S6eLZ8eyg2xgApIk8bCzJ5glVI/rHKbemeVC76M63+ZWxucxQ14RQJgpp3yqVoYfErYD GNLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=Oa2TldIUGjr/7BAcBw11bZcNyCyb4z7fSfxZriU4e4Q=; b=Q/1CsEdPSjtmEaYl81Kr84zomJK9t/s3eFCAf2ZCAWEgKoiDZCgPn8CXQqksaIRcYv L8UdsS/mV7xArjvmUiqV0Wg8E8cyiHAzzBO0eXHSJUObdB2qVJWkK7xKyY4F6roqXYe8 gWCCD2kvgl9SECp//YfLG98oUpXh//7yZavkepxmYoN0w4jvIO0z/6OLVlQgXLiprtdP TgZwQ6cyxnBhddfG/lJhpajfJ4aq4eGs+M0bXv3K5bmR3fVZFqE78HDKi39vnNgN+Ik7 59YhlL+wYknZ1Kxf1JwV6AQcD/UGEuBWTbngvMShjW97IDINJkAGma0cwetLa8Jiclqw UCgA== X-Gm-Message-State: AHPjjUiNL+yfBzu4CRUHdEx7X0uk2uluGGJPNzex7kgYneX+bQorTgtw LUTdvgaLm/qeZwna X-Google-Smtp-Source: ADKCNb5oFOxOYC9xVLT6kUdw/4DbD7ZlZircJKZTh+fXP+C4ePJ27OXxaWMlCrygC4j+vBtH0MpIEw== X-Received: by 10.98.157.73 with SMTP id i70mr2765775pfd.268.1504792300774; Thu, 07 Sep 2017 06:51:40 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 195sm4375060pgg.42.2017.09.07.06.51.38 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Sep 2017 06:51:39 -0700 (PDT) Date: Thu, 7 Sep 2017 21:51:32 +0800 From: Yuanhan Liu To: announce@dpdk.org Message-ID: <20170907135132.GA2908@yliu-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-Mailman-Approved-At: Thu, 07 Sep 2017 15:52:32 +0200 Subject: [dpdk-announce] DPDK 17.05.2 released X-BeenThere: announce@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Sep 2017 13:51:42 -0000 Hi all, Here is a new stable release: http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz The git tree is at: http://dpdk.org/browse/dpdk-stable/ Note that it's the last stable release for 17.05. And actually, v17.05.1 was supposed to be the last one as general. However, there was a fatal bug need to be fixed, it then was released before the schedule. Also, that means we have one more stable release for 17.05, and here it is. Thanks. --yliu --- app/test-crypto-perf/cperf_ops.c | 15 +- app/test-crypto-perf/cperf_options_parsing.c | 2 +- app/test-crypto-perf/cperf_test_latency.c | 3 +- app/test-crypto-perf/cperf_test_throughput.c | 8 +- app/test-crypto-perf/cperf_test_verify.c | 2 + app/test-pmd/cmdline_flow.c | 36 ++-- app/test-pmd/config.c | 16 +- doc/guides/cryptodevs/aesni_mb.rst | 2 +- doc/guides/cryptodevs/qat.rst | 4 +- doc/guides/nics/i40e.rst | 10 -- doc/guides/nics/mlx5.rst | 20 +++ doc/guides/rel_notes/release_17_05.rst | 119 +++++++++++++ drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 3 +- drivers/crypto/aesni_mb/rte_aesni_mb_pmd.c | 11 +- drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 24 +-- drivers/crypto/armv8/rte_armv8_pmd.c | 58 ++---- drivers/crypto/armv8/rte_armv8_pmd_ops.c | 12 +- drivers/crypto/armv8/rte_armv8_pmd_private.h | 4 +- drivers/crypto/dpaa2_sec/Makefile | 4 + drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 4 +- drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h | 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_capabilities.h | 26 +-- drivers/crypto/scheduler/rte_cryptodev_scheduler.c | 14 ++ drivers/crypto/scheduler/rte_cryptodev_scheduler.h | 1 + drivers/crypto/scheduler/scheduler_pmd.c | 2 +- drivers/event/octeontx/ssovf_worker.c | 1 + drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 4 +- drivers/net/ark/ark_ethdev.c | 2 +- drivers/net/bnxt/bnxt_hwrm.c | 55 +++--- drivers/net/bonding/rte_eth_bond_8023ad.c | 4 +- drivers/net/bonding/rte_eth_bond_pmd.c | 29 ++- drivers/net/e1000/e1000_ethdev.h | 2 +- drivers/net/e1000/igb_ethdev.c | 15 +- drivers/net/ena/base/ena_plat_dpdk.h | 2 + drivers/net/ena/ena_ethdev.c | 8 +- drivers/net/enic/enic_rxtx.c | 3 +- drivers/net/fm10k/fm10k_ethdev.c | 3 + drivers/net/i40e/i40e_ethdev.c | 112 ++++++++---- drivers/net/i40e/i40e_ethdev.h | 8 +- drivers/net/i40e/i40e_flow.c | 6 +- drivers/net/i40e/i40e_pf.c | 29 +-- drivers/net/i40e/i40e_rxtx.c | 2 +- drivers/net/ixgbe/ixgbe_ethdev.c | 22 ++- drivers/net/ixgbe/ixgbe_flow.c | 11 +- drivers/net/mlx4/mlx4.c | 40 +++-- drivers/net/mlx4/mlx4_flow.c | 4 +- drivers/net/mlx5/mlx5.c | 2 + drivers/net/mlx5/mlx5_ethdev.c | 28 ++- drivers/net/mlx5/mlx5_rxq.c | 142 ++++++++++----- drivers/net/mlx5/mlx5_rxtx.c | 83 +-------- drivers/net/mlx5/mlx5_rxtx.h | 12 +- drivers/net/mlx5/mlx5_trigger.c | 16 +- drivers/net/qede/qede_ethdev.c | 5 +- drivers/net/sfc/sfc_port.c | 13 ++ drivers/net/virtio/virtio_ethdev.c | 6 + drivers/net/virtio/virtio_pci.c | 15 +- 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 | 7 +- examples/l3fwd/l3fwd_em.c | 2 +- examples/qos_sched/main.h | 5 + lib/librte_cmdline/cmdline_parse.c | 85 +++------ lib/librte_cmdline/cmdline_parse.h | 50 ++++-- lib/librte_cryptodev/rte_cryptodev.c | 8 +- lib/librte_cryptodev/rte_cryptodev.h | 7 +- lib/librte_eal/bsdapp/contigmem/contigmem.c | 197 ++++++++++++++++++--- lib/librte_eal/common/eal_common_proc.c | 8 +- lib/librte_eal/common/include/rte_malloc.h | 2 +- lib/librte_eal/common/include/rte_version.h | 2 +- lib/librte_eal/common/rte_malloc.c | 4 +- lib/librte_eal/linuxapp/eal/eal_memory.c | 9 +- lib/librte_ether/rte_ethdev.c | 1 + lib/librte_ether/rte_ethdev_pci.h | 6 + lib/librte_ether/rte_ether_version.map | 1 + lib/librte_eventdev/rte_eventdev.c | 2 +- lib/librte_hash/rte_cuckoo_hash.c | 13 +- lib/librte_mbuf/rte_mbuf.h | 5 +- lib/librte_mbuf/rte_mbuf_ptype.h | 4 +- lib/librte_mempool/rte_mempool.c | 2 +- lib/librte_metrics/rte_metrics.c | 2 + lib/librte_metrics/rte_metrics.h | 3 +- lib/librte_ring/rte_ring.c | 3 +- lib/librte_ring/rte_ring.h | 4 +- lib/librte_vhost/vhost.c | 2 +- lib/librte_vhost/virtio_net.c | 26 ++- pkg/dpdk.spec | 2 +- test/test/test_cryptodev.c | 3 +- test/test/test_cryptodev_perf.c | 15 +- test/test/test_link_bonding.c | 70 ++------ test/test/test_link_bonding_mode4.c | 8 +- test/test/test_link_bonding_rssconf.c | 2 +- 94 files changed, 1081 insertions(+), 629 deletions(-) --- Aaron Conole (1): net/enic: fix crash when freeing 0 packet to mempool Adrien Mazarguil (8): net/mlx5: fix misplaced Rx interrupts functions net/mlx5: fix Rx interrupts support checks net/mlx5: fix return value in Rx interrupts code net/mlx5: fix Rx interrupts management net/mlx4: fix assertion failure on link update cmdline: fix dynamic tokens initialization cmdline: fix dynamic tokens interface app/testpmd: fix token matching in flow command Ajit Khaparde (6): 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 Akhil Goyal (3): crypto/dpaa2_sec: fix free usage for dpsec crypto/dpaa2_sec: fix HMAC supported key sizes crypto/dpaa2_sec: fix the return of supported API Alexander Matushevsky (1): net/ena/base: initialize memory in the allocation macros Allain Legacy (1): net/virtio-user: fix crash when detaching device Anand B Jyoti (1): ring: fix return value for dequeue 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 Daniel Verkamp (1): ring: use aligned memzone allocation Declan Doherty (2): net/bonding: change link status check to no-wait net/bonding: fix number of bonding Tx/Rx queues Fan Zhang (1): crypto/scheduler: fix slave name parsing Gowrishankar Muthukrishnan (1): net/mlx5: fix inconsistent link status query Harry van Haaren (1): eventdev: fix memory realloc check in port config Hemant Agrawal (5): bus/fslmc: fix the failure loop condition crypto/dpaa2_sec: fix build with gcc 7.1 mempool/dpaa2: fix error code for allocation failure mempool/dpaa2: fix freeing bp list examples/qos_sched: fix build for less lcores 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 Ivan Malov (1): net/sfc: request MAC stats upload immediately on port start Jeff Guo (1): net/i40e: fix link down and negotiation Jerin Jacob (1): event/octeontx: fix missing enqueue SMP barrier Jianfeng Tan (5): ethdev: fix secondary process crash on unused virtio eal: fix config file path when checking process vhost: fix TCP checksum vhost: fix IP checksum net/virtio: fix MAC address read Jiayu Hu (1): net/virtio: fix Rx interrupt setup Jingjing Wu (3): net/ixgbe: fix LSC interrupt net/i40e: fix LSC interrupt net/e1000: fix LSC interrupt John Miller (1): net/ark: fix stats reset Kirill Rybalchenko (2): cryptodev: fix device stop function app/crypto-perf: stop crypto devices after test Kuba Kozak (1): net/i40e: fix parsing QinQ pattern Luca Boccassi (1): ethdev: add missing symbol in map Mandeep Rohilla (1): net/vmxnet3: fix receive queue memory leak Matan Azrad (3): app/testpmd: fix flow rule copy functions net/mlx4: fix flow creation before start net/mlx4: fix probe failure report Maxime Coquelin (1): vhost: fix MTU device feature check Michal Krawczyk (1): net/ena: fix cleanup of the Tx bufs Mike Stolarchuk (1): hash: fix lock release on add Olivier Matz (1): mem: do not advertise physical address when no hugepages Pablo de Lara (19): examples/l2fwd-crypto: fix option parsing cryptodev: rename device retrieval argument crypto/aesni_mb: remove assert checks test/crypto: fix wrong AAD setting examples/l2fwd-crypto: fix application help examples/l2fwd-crypto: fix auth info display app/crypto-perf: fix error message test/crypto: fix overflow crypto/aesni_mb: fix possible crypto job leak doc: remove incorrect limitation on AESNI-MB PMD doc: add missing algorithm in limitations for QAT crypto/aesni_mb: fix zero burst dequeue crypto/scheduler: fix strings not null terminated crypto/aesni_mb: fix HMAC supported key sizes crypto/openssl: fix HMAC supported key sizes crypto/qat: fix HMAC supported key sizes crypto/qat: fix SHA384-HMAC block size app/crypto-perf: fix CSV output mbuf: fix doxygen comment of bulk alloc Qi Zhang (6): net/i40e: fix incorrect PF Rx bytes net/i40e: fix VF Tx bytes net/ixgbe: fix mirror rule index overflow net/i40e: fix Rx data segment buffer length net/ixgbe: fix mask flag on flow rule creation examples/l3fwd: fix IPv6 packet type parse Qiming Yang (1): net/ixgbe: fix Rx/Tx queue interrupt for x550 devices Rasesh Mody (1): net/qede: fix chip details print Remy Horton (1): metrics: fix name string termination Sergio Gonzalez Monroy (1): app/crypto-perf: fix digest data for chained mbufs Sha Zhang (1): net/bonding: fix when NTT flag updated Shahaf Shuler (2): doc: add VLAN flow limitation on mlx5 PMD net/mlx5: fix TSO segment size Srisivasubramanian S (2): crypto/armv8: fix authentication session configuration crypto/armv8: fix HMAC supported key sizes Thomas Monjalon (1): ethdev: fix build with gcc 5.4.0 Tiwei Bie (2): contigmem: free allocated memory on error contigmem: do not zero pages during each mmap Tomasz Kulasek (1): test/bonding: fix device name Vasily Philipov (2): mbuf: fix debug checks for headroom and tailroom net/mlx4: fix mbuf poisoning in debug code Wei Zhao (1): net/igb: fix flex filter length Xiao Wang (1): net/fm10k: initialize link status in device start Xiaoyun Li (2): net/i40e: fix PF notify when VF is not up net/i40e: revert fix of PF notify when VF not up Yong Wang (1): net/i40e: fix division by 0 Yongseok Koh (1): net/mlx5: fix missing packet type calculation Yuanhan Liu (3): Revert "net/i40e: revert fix of PF notify when VF not up" Revert "ip_frag: free mbufs on reassembly table destroy" version: 17.05.2