From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f53.google.com (mail-pg0-f53.google.com [74.125.83.53]) by dpdk.org (Postfix) with ESMTP id D47B011C5 for ; Tue, 29 Aug 2017 11:39:45 +0200 (CEST) Received: by mail-pg0-f53.google.com with SMTP id 63so9349805pgc.2 for ; Tue, 29 Aug 2017 02:39:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :user-agent; bh=p3WiLywTxC1qXh7tRTzGn+OXOSLHpQGUBCT46lrNuFI=; b=qwLfPUKyyPskPmBLaLmzCJzkGKhW36F94CpPNNzjJurCugJRud27fwihVOZOftu68C UuR/eIUzeaKMdH599vE7qRUf1YVaOLNmcbQziNcig7gDK84doIzDPQ+rkoanKno26O9s wtGiJD1TmS9Wq9ZNFBpShV2+23mDZNZIlUc2GWCZzXaQ94QUu9ahV8J55hKu7/+SfUfO fLSo4XFmEEqQF8OKSu5iPRD6GZvgw/jKrxrgw9bk1ISTQqSKKJRI6Cq3938n+LBRNklP h7dJxw6Chkvntn9/JMXFz+Aplm/PMIc4ekAbSc+rZbiGpt+IALKGGA8nTqQ8XOQfwrvr M6lw== 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:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=p3WiLywTxC1qXh7tRTzGn+OXOSLHpQGUBCT46lrNuFI=; b=YFKT18AUhfXhWLoM8MQBQhyjKi/YUlCsTow3k2FYeRVQNJ7gIz79JUSa/Duu3cgo2Q RCKJH3p336IU/LZl2WhlnciTEyQ3y6ivrtcTKgWtDPTJgYOK7DyP2kPHwnbpMMeO+rtO pfWu3chLpa7s2UqV6XpdDv3h7Sg7/dQx/AkPEvzSVjzQPxEa550p/cUP4R3IdCJyGYYP 2D6vyAOofbdBUGfCgWJHreNow9eyxwgr7p8cxEtdD3zhV7FI3O+YBGA876mkLm5BmkUs 5jPuQjTguScYUSs/QNKl5iswSmA53BtMeimdHetWBJFNy/ceGHFrw9lE8mPwQ/UjPz3P 0OSQ== X-Gm-Message-State: AHYfb5g0erL2fTsgpFfXhGFakPKKdCzDH3M7yEP9q8G8OGYY2+ilDo4C EOg8qX5XThukvGxHZKM58w== X-Received: by 10.84.133.99 with SMTP id 90mr372115plf.158.1503999585086; Tue, 29 Aug 2017 02:39:45 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id j74sm4375745pfj.68.2017.08.29.02.39.42 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Aug 2017 02:39:43 -0700 (PDT) Date: Tue, 29 Aug 2017 17:39:30 +0800 From: Yuanhan Liu To: dpdk stable Cc: dev@dpdk.org Message-ID: <20170829093907.GD9736@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) Subject: [dpdk-stable] 17.05.2 patches review and test X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 09:39:46 -0000 Hi all, Here is a list of patches targeted for stable release 17.05.2. Please help review and test. The planned date for the final release is 7th, Sep. Before that, please let me know if anyone has objections with these patches being applied. These patches are located at branch 17.05 of dpdk-stable repo: http://dpdk.org/browse/dpdk-stable/ Thanks. --yliu --- 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