From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 3067E34F3; Sun, 27 May 2018 07:35:36 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 57BEE21C0C; Sun, 27 May 2018 01:35:36 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 27 May 2018 01:35:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fridaylinux.org; h=cc:content-transfer-encoding:content-type:date:from :message-id:mime-version:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=CJvJSfu0HMsFG1wNXuGKqs+R9id8A4midce1dDOXM QA=; b=HhUrDUNbJpHCChLZYTtKr5OTcX2F7VfAoS4q+ShAZivq/KIYnga1y0Auq WU3JZyyXCWvm8BLfQnxMjxbGSgL0vMZQTjR/L8M7hgZRgnnzsrN6bdUwHMAe2X7n CNVCr/ajSOpYNLw+ibkBjqLnsq5UxVLh+1H+IPYp1wG4m0DqniNzzvhfDRDebKLS Iakb6NTMYObX03qCYVUcQV5pa8G6ygTx0juGzCeoNhclPtlr3HJUg6EGIrFPDnqE hT3qVcmFfYGk+FWQVcy1NqMtYtNDihpPB6u5x4NmOicIrTn9i6JWk0waSKK4jM3d LU2UAAKzj59WJTmeFUOHofCQKiCQg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=CJvJSfu0HMsFG1wNXuGKqs+R9id8A 4midce1dDOXMQA=; b=jQgNn43qoS0Gay38arij10yBaW/dzrYrS5YUMyQTv80v+ e/NJlTu2rjTFbqtqqIJJxUPjhII64mNLJH/PWhVrwwGdLXd6QAAShQMVlPVzsPqh 2RSJzrB7yCiMAiZhop+8Cmjc+sLhIrLq8PudvZ8Cg50Q7KSnS0P+1BpgO36f055n rTzYt4qQh3yEsR8MLNn7QqET5Qdx/JgjePt1U3TNxnQazo+toJmzzH7AsR+GRXxS idT4ztrv90r5/6fyGTLZgzXQNTIuwSQQiWPc8arrubDcGn7dHFy/AoxlBgRNKL5s apW+rkBMHhr39PhYx9as6LNbC8QdrwBSMid9VJUUg== X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from yuanhanliu-NB0 (unknown [223.74.148.22]) by mail.messagingengine.com (Postfix) with ESMTPA id 464801025D; Sun, 27 May 2018 01:35:34 -0400 (EDT) Date: Sun, 27 May 2018 13:35:17 +0800 From: Yuanhan Liu To: dpdk stable Cc: dev@dpdk.org, Thomas Monjalon Message-ID: <20180527053517.lv24ma5n452na3cm@yuanhanliu-NB0.tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20170113 (1.7.2) Subject: [dpdk-dev] 17.11.3 (LTS) patches review and test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2018 05:35:37 -0000 Hi all, Here is a list of patches targeted for LTS release 17.11.3. Please help review and test. The planned date for the final release is 8th, Jun. Before that, please let me know if anyone has objections with these patches being applied. These patches are located at branch 17.11 of dpdk-stable repo: http://dpdk.org/browse/dpdk-stable/ Thanks. --yliu --- Aaron Conole (2): nfp: unlink the appropriate lock file nfp: allow for non-root user Adrien Mazarguil (1): app/testpmd: fix empty list of RSS queues for flow Ajit Khaparde (9): net/bnxt: fix LRO disable net/bnxt: fix Rx drop setting net/bnxt: set padding flags in Rx descriptor net/bnxt: fix endianness of flag net/bnxt: fix Rx checksum flags for tunnel frames net/bnxt: free memory allocated for VF filters net/bnxt: avoid invalid vnic id in set L2 Rx mask net/bnxt: fix usage of vnic id net/bnxt: fix Rx checksum flags Alejandro Lucero (5): net/nfp: fix assigning port id in mbuf net/nfp: fix barrier location net/nfp: fix link speed capabilities doc: fix NFP NIC guide grammar net/nfp: fix mbufs releasing when stop or close Allain Legacy (1): ip_frag: fix double free of chained mbufs Anatoly Burakov (4): app/crypto-perf: fix IOVA translation mem: do not use physical addresses in IOVA as VA mode vfio: do not needlessly check for IOVA mode mempool: fix virtual address population Andrew Rybchenko (6): net/sfc: add missing defines for SAL annotation net/sfc: fix mbuf data alignment calculation net/sfc/base: fix comparison always true warning mempool: fix leak when no objects are populated test/mempool: fix autotest retry net/sfc: ignore spec bits not covered by mask Andy Green (3): net/bnx2x: do not cast function pointers as a policy net/bnx2x: fix KR2 device check net/bnx2x: fix memzone name overrun Ashish Jain (1): event/dpaa2: remove link from info structure Beilei Xing (3): net/i40e: fix DDP profile DEL operation net/i40e: fix link status update net/i40e: fix failing to disable FDIR Tx queue Bin Huang (1): net/mlx5: add packet type index for TCP ack Chas Williams (5): net/vmxnet3: set the queue shared buffer at start net/bonding: fix setting VLAN ID on slave ports net/bonding: clear started state if start fails net/ixgbe: fix busy wait during checking link status net/bonding: export mode 4 slave info routine Chuhong Yao (1): net/liquidio: fix link state fetching during start Ciara Loftus (1): net/vhost: initialise device as inactive Dan Gora (1): kni: fix build on CentOS 7.4 Daniel Shelepov (1): app/testpmd: fix burst stats reporting David Hunt (4): mk: fix make defconfig on FreeBSD test/distributor: fix return type of thread function test/pipeline: fix return type of stub miss examples/performance-thread: fix return type of threads Fan Zhang (2): net/i40e: fix link update no wait crypto/scheduler: fix possible duplicated ring names Ferruh Yigit (4): pci: remove duplicated symbol from map file net/tap: fix icc build drivers/net: fix link autoneg value for virtual PMDs net/i40e: fix shifts of signed values Gaetan Rivet (2): bus/fslmc: fix find device start condition bus/pci: fix find device implementation Gowrishankar Muthukrishnan (2): eal/ppc: remove braces in SMP memory barrier macro net/bonding: fix primary slave port id storage type Harish Patil (1): net/qede: fix multicast filtering Hemant Agrawal (6): net/dpaa: fix oob access bus/dpaa: fix resource leak net/dpaa2: fix xstats app/crypto-perf: fix excess crypto device error examples/l2fwd-crypto: fix the default aead assignments crypto/dpaa2_sec: fix HMAC supported digest sizes Hyong Youb Kim (1): net/enic: allocate stats DMA buffer upfront during probe Ivan Malov (2): net/sfc: add missing Rx fini on RSS setup fail path net/sfc: process RSS settings on Rx configure step Jasvinder Singh (1): test/pipeline: fix type of table entry parameter Jerin Jacob (2): app/crypto-perf: use strcpy for allocated string app/crypto-perf: fix parameters copy John Daley (1): net/enic: fix crash on MTU update with non-setup queues Junjie Chen (2): net/vhost: fix crash when creating vdev dynamically net/vhost: fix invalid state Kirill Rybalchenko (2): crypto/scheduler: fix multicore rings re-use crypto/scheduler: fix 64-bit mask of workers cores Lee Roberts (1): kni: fix build on RHEL 7.5 Matan Azrad (10): ethdev: fix port accessing after release app/testpmd: fix slave port detection app/testpmd: fix valid ports prints app/testpmd: fix forward ports update app/testpmd: fix forward ports Rx flush app/testpmd: fix synchronic port hotplug app/testpmd: fix removed device link status asking net/bonding: fix slave activation simultaneously net/failsafe: fix removed sub-device cleanup net/failsafe: fix duplicate event registration Matej Vido (2): net/szedata2: fix total stats net/szedata2: fix format string for PCI address Maxime Coquelin (1): vhost: fix compilation issue when vhost debug enabled Nachiketa Prachanda (1): bus/vdev: fix finding device by name Natalie Samsonov (1): net/mrvl: fix crash when port is closed without starting Nélio Laranjeiro (1): net/mlx5: fix flow creation with a single target queue Pablo de Lara (7): crypto/zuc: do not set default op status crypto/zuc: batch ops with same transform net/ixgbe: enable vector PMD for icc 32 bits crypto/scheduler: set null pointer after freeing crypto/scheduler: fix memory leak app/crypto-perf: check minimum lcore number cryptodev: fix supported size check Pascal Mazon (1): net/qede: fix alloc from socket 0 Pavan Nikhilesh (1): hash: fix missing spinlock unlock in add key Phil Yang (1): test: fix memory flags test for low NUMA nodes number Qi Zhang (2): ethdev: fix queue start app/testpmd: fix command token Qiming Yang (1): net/ixgbe: fix DCB configuration Radu Nicolau (2): app/procinfo: fix strncpy usage in args parsing examples/exception_path: limit core count to 64 Rasesh Mody (2): net/bnx2x: fix for PCI FLR after ungraceful exit net/qede: fix missing loop index in Tx SG mode Raslan Darawsheh (1): net/failsafe: fix probe cleanup Reshma Pattan (2): test/reorder: fix freeing mbuf twice examples/quota_watermark: fix return type of threads Roman Zhukov (1): net/sfc: fix type of opaque pointer in perf profile handler Santosh Shukla (2): net/octeontx: fix null pointer dereference net/octeontx: fix uninitialized variable in port open Shahed Shaikh (1): net/qede: fix unicast filter routine return code Stefan Hajnoczi (1): vhost: fix message payload union in setting ring address Stephen Hemminger (1): net/octeontx: fix uninitialized speed variable Thomas Monjalon (2): mbuf: fix Tx checksum offload API doc mbuf: improve tunnel Tx offloads API doc Tomasz Duszynski (1): net/mrvl: fix Rx descriptors number Tomasz Kulasek (5): vhost: fix offset while mmaping log base address vhost: check cmsg not null vhost: fix device cleanup at stop vhost: fix realloc failure vhost: fix ring index returned to master on stop Tonghao Zhang (2): net/bonding: free mempool used in mode 6 vhost: fix dead lock on closing in server mode Wenzhuo Lu (1): net/ixgbe: fix too many interrupts Xiaoxin Peng (1): net/bnxt: fix Rx mbuf and agg ring leak in dev stop Xueming Li (1): net/mlx5: fix existing file removal Yongseok Koh (1): doc: add timestamp offload to mlx5 features Yunjian Wang (2): net/i40e: fix intr callback unregister by adding retry net/ixgbe: fix intr callback unregister by adding retry