From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A583FFE5; Tue, 21 Feb 2017 09:43:28 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2017 00:43:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,188,1484035200"; d="scan'208";a="936326688" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga003.jf.intel.com with ESMTP; 21 Feb 2017 00:43:26 -0800 Date: Tue, 21 Feb 2017 16:45:42 +0800 From: Yuanhan Liu To: dpdk stable Cc: dev@dpdk.org, John McNamara Message-ID: <20170221084542.GH18844@yliu-dev.sh.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [dpdk-stable] 16.11.1 stable 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, 21 Feb 2017 08:43:31 -0000 Hi all, Here is a list of patches targeted for 16.11.1 release. Please help review and test. The planned date for the final release is 2nd, Mar. Before that, please shout if anyone has objections with these patches being applied, or if I missed some important fixes. These patches are located at branch 16.11 of dpdk-stable repo: http://dpdk.org/browse/dpdk-stable/ Thanks. --yliu --- Alan Dewar (1): sched: fix crash when freeing port Alejandro Lucero (1): net/nfp: fix typo in Tx offload capabilities Anatoly Burakov (2): ethdev: fix port lookup if none vdev: fix detaching with alias Arek Kusztal (4): crypto/aesni_gcm: fix J0 padding bytes crypto/aesni_gcm: fix IV size in capabilities crypto/qat: fix IV size in capabilities app/test: fix symmetric session free in crypto perf tests Bernard Iremonger (1): net/i40e: fix crash in close Bert van Leeuwen (1): ethdev: check maximum number of queues for statistics Chas Williams (1): net/vhost: fix socket file deleted on stop Chenghu Yao (1): net/i40e: fix segment number in reassemble process Daniel Mrzyglod (1): crypto/openssl: fix indentation in guide Emmanuel Roullit (5): net/cxgbe: fix parenthesis on bitwise operation net/qede: fix function declaration devargs: reset driver name pointer on parsing failure vhost: do not GSO when no header is present net/cxgbe/base: initialize variable before reading EEPROM Fan Zhang (1): cryptodev: fix loop in device query Ferruh Yigit (1): ethdev: remove invalid function from version map Fiona Trahe (1): crypto/qat: fix to avoid buffer overwrite in OOP case Haifeng Lin (1): vhost: fix guest/host physical address mapping Harish Patil (2): net/qede: fix filtering code net/qede: fix PF fastpath status block index Jakub Palider (1): net/ena: fix setting host attributes Jan Wickbom (1): vhost: allow many vhost-user ports Jasvinder Singh (1): examples/ip_pipeline: fix parsing of pass-through pipeline Jeff Guo (1): net/i40e: fix ethertype filter on X722 Jerin Jacob (2): app/testpmd: fix static build link ordering cryptodev: fix crash on null dereference Jianbo Liu (2): net/ixgbe: fix received packets number for ARM net/ixgbe: fix received packets number for ARM NEON Jianfeng Tan (4): net/virtio-user: fix wrongly get/set features net/virtio-user: fix not properly reset device net/virtio: fix rewriting LSC flag net/vhost: fix unix socket not removed as closing Jingjing Wu (3): net/i40e: fix logging for Tx free threshold check net/i40evf: fix casting between structs net/i40e: fix deletion of all macvlan filters John Daley (3): net/enic: remove unnecessary function parameter attributes net/enic: fix memory leak with oversized Tx packets net/enic: fix hardcoding of some flow director masks Matthieu Ternisien d'Ouville (1): net/mlx: fix IPv4 and IPv6 packet type Neil Horman (2): pmdinfogen: fix endianness with cross-compilation pmdinfogen: fix null dereference Nélio Laranjeiro (6): net/mlx5: fix leak when starvation occurs net/mlx5: fix endianness in Tx completion queue net/mlx5: fix RSS hash result for flows net/mlx5: fix missing inline attributes net/mlx5: fix Tx doorbell net/mlx5: fix Rx packet validation and type Olivier Matz (4): mempool: fix API documentation ethdev: fix extended statistics name index net/nfp: fix VLAN offload flags check mempool: fix stack handler dequeue Pablo de Lara (3): crypto/aesni_mb: fix incorrect crypto session drivers/crypto: fix different auth/cipher keys examples/l2fwd-crypto: fix overflow Patrick MacArthur (1): vfio: fix file descriptor leak in multi-process Piotr Azarewicz (1): crypto/openssl: fix extra bytes written at end of data Piotr Bartosiewicz (1): net/pcap: fix timestamps in output pcap file Qi Zhang (4): net/i40e: enable auto link update for 25G net/i40e: fix VF reset flow net/i40e: fix checksum flag in x86 vector Rx net/ixgbe: fix blocked interrupts Qiming Yang (2): examples/ethtool: fix driver information net/i40e: fix link update delay Rasesh Mody (4): net/qede: add vendor/device id info net/qede: fix per queue statisitics net/qede/base: fix FreeBSD build net/bnx2x: fix Rx mode configuration Remy Horton (2): net/i40e: fix xstats value mapping examples/ethtool: fix querying non-PCI devices Sankar Chokkalingam (1): examples/ip_pipeline: fix coremask limitation Shahaf Shuler (3): net/mlx5: fix memory leak when parsing device params net/mlx5: fix link status query net/mlx5: fix inconsistent link status Stefan Puiu (1): net/vmxnet3: fix Rx deadlock Thomas Monjalon (1): net/virtio: fix build without virtio-user Timmons C. Player (1): net/af_packet: fix fd use after free Tom Crugnale (1): net/i40evf: fix reporting of imissed packets Wei Dai (1): pci: fix check of mknod Wenzhuo Lu (3): app/testpmd: fix check for invalid ports net/i40e: fix wrong return value when handling PF message net/i40e: fix TC bandwidth definition Xiao Wang (1): net/i40e: fix Rx checksum flag Yi Zhang (1): net/ixgbevf: fix max packet length Yong Wang (4): net/qede: fix resource leak vhost: fix memory leak examples/vhost: fix calculation of mbuf count examples/vhost: fix lcore initialization Yongseok Koh (1): net/mlx5: fix updating total length of multi-packet send Yoni Gilad (1): usertools: fix active interface detection when binding Yuanhan Liu (10): vhost: fix dead loop in enqueue path vhost: fix long stall of negotiation net/virtio: fix performance regression due to TSO net/virtio: optimize header reset on any layout ethdev: fix port data mismatched in multiple process model net/virtio: fix wrong Rx/Tx method for secondary process net/virtio: store PCI operators pointer locally net/virtio: store IO port info locally net/virtio: fix multiple process support net/virtio: fix crash when number of virtio devices > 1