From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by dpdk.org (Postfix) with ESMTP id 53114378E for ; Thu, 22 Jun 2017 15:08:35 +0200 (CEST) Received: by mail-pf0-f193.google.com with SMTP id d5so2878990pfe.1 for ; Thu, 22 Jun 2017 06:08:35 -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 :content-transfer-encoding:user-agent; bh=6gOTyTbwjCzkqpyUKMKN5dQfByzCH6WZ/sKjOPilVig=; b=kgnzsuXE8GUcSmLkjQvaKKMWRkzqoRriYOnB9N3IkIMFmvrQgm/I90Y+ZBidm9QCME xG0CxSCz5jmI0X2UymCPBLiupGw1gFafmzd9306WN7FjCwgfD5m+7pFwrzst/EvzROsh 78FvOiRK36wm9+EtyMTbj103nIQJVyWm29egqh/5urA1TDOe0PogLZLgJ41Qg0nlufEf Ku2xQJZBTCRXBfh6Nx2L/TNM+6To/A7wqfaQnFFJ446C12OY7Hqk2GApOde9bgHTqZoB yhWdtXdCBNBv8FfsuQjMRMchy6J0eCCm1TQBwCKSkqJna2DpW9/sS70GzzyGuR9N0I0u IwJg== 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:content-transfer-encoding:user-agent; bh=6gOTyTbwjCzkqpyUKMKN5dQfByzCH6WZ/sKjOPilVig=; b=ggLG4JsRg8pVqEKrXabq6Tr1IEqowj8Sc4MEeUBbn0Vt5jsLX3cewzX5jLce499guC Bxsmn1AqRBnLf3kXJuAbFyYqUiCXh6VunNgp+/mT+pgpAfJlN2iHsqyTwOgiGEc/nnyC u5rQNG6457KNDLaXDVU/TFMLAPKozAS6deZrtiOlpmSyHy7NFS3oT1J/or8+U94hhTnx 38dr92F1Z5zqVx1jc1U3uM4y6Zlzc9nNV6VnwxZS7UcvxSaDbtc871Ma4XEFoPNmpX4j Z56f7PMeg7nW5xV5r+aDb+qB1OF7xJ9sulBFGaqAw3jFeihfflWHQ5Fexk/yYwe2YEbh dD3g== X-Gm-Message-State: AKS2vOz4gVg8t5XhdvWh2cTyUzLyYuspPJZtlIujmjHmZaO6zow+bgig aZMaZmkTzElMbjNgtiaQjQ== X-Received: by 10.98.16.72 with SMTP id y69mr2643260pfi.30.1498136914396; Thu, 22 Jun 2017 06:08:34 -0700 (PDT) Received: from yliu-home ([45.63.61.64]) by smtp.gmail.com with ESMTPSA id 73sm4287067pgf.41.2017.06.22.06.08.31 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Jun 2017 06:08:33 -0700 (PDT) Date: Thu, 22 Jun 2017 21:08:25 +0800 From: Yuanhan Liu To: dpdk stable Cc: dev@dpdk.org Message-ID: <20170622130825.GB7605@yliu-home> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.6.1 (2016-04-27) Subject: [dpdk-stable] 17.05.1 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: Thu, 22 Jun 2017 13:08:35 -0000 Hi all, I'm doing an unexpected stable release, which is expected to be released in about two months. The reason I'm doing it is there is an import bug fix commit that is needed for OVS 2.8 release. The fix is a vhost-user commit comes from me. Well, unfortunately, I'm also the author of the original bug :/ So I'm doing an urgent release. That also means we will have another 17.05 release (17.05.2) shortly after v17.08 is out. And here is a list of patches targeted for this release. Please help review and test. The planned date for the final release is 30, June. Before that, please shout if anyone has objections. These patches are located at branch 17.05 of dpdk-stable repo: http://dpdk.org/browse/dpdk-stable/ Thanks. --yliu --- Ajit Khaparde (1): net/bnxt: fix reporting of link status Alejandro Lucero (1): vfio: fix array bounds check Andrew Rybchenko (1): net/sfc: add Tx queue flush failed flag for sanity Andy Moreton (2): net/sfc/base: fix error code usage in common code net/sfc/base: let caller know that queue is already flushed Beilei Xing (1): app/testpmd: fix creating E-Tag and NVGRE flow rules Chas Williams (3): net/af_packet: handle possible null pointer net/af_packet: fix packet bytes counting net/ring: fix adding MAC addresses Dariusz Stojaczyk (2): vhost: fix malloc size too small vhost: fix guest pages memory leak David Marchand (1): drivers/net: fix vfio kmod dependency 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 Harish Patil (1): net/qede: fix VXLAN tunnel Tx offload flag setting Jerin Jacob (1): examples/vhost: fix uninitialized descriptor indexes John Miller (4): net/ark: fix buffer not null terminated net/ark: fix return code not checked net/ark: fix null pointer dereference net/ark: fix return value of null not checked Lee Roberts (1): kni: fix build on RHEL 7.4 Markus Theil (1): net/igb: fix add/delete of flex filters Nélio Laranjeiro (1): net/mlx5: fix flow application order on stop/start Pascal Mazon (1): net/tap: fix some flow collision Qi Zhang (3): net/ixgbe: fix fdir mask not be reset net/i40e: exclude internal packet's byte count net/i40e: fix VF statistics Rahul Lakkireddy (2): net/cxgbe: fix port statistics net/cxgbe: fix rxq default params for ports under same PF Shahaf Shuler (1): net/mlx5: fix completion buffer size Shijith Thotton (1): net/liquidio: fix MTU calculation from port configuration Tiwei Bie (1): net/virtio: zero the whole memory zone Wei Dai (1): lpm: fix index of tbl8 Wei Zhao (1): net/igb: fix checksum valid flags Wenzhuo Lu (1): net/i40e/base: fix Tx error stats on VF Yongseok Koh (2): net/mlx5: fix exception handling net/mlx5: fix redundant free of Tx buffer Yuanhan Liu (1): vhost: fix crash on NUMA