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 C91852BE1; Wed, 28 Jun 2017 14:49:04 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jun 2017 05:49:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,275,1496127600"; d="scan'208";a="102291152" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by orsmga004.jf.intel.com with ESMTP; 28 Jun 2017 05:49:02 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX154.ger.corp.intel.com (163.33.192.96) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 28 Jun 2017 13:49:01 +0100 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by irsmsx111.ger.corp.intel.com ([169.254.2.25]) with mapi id 14.03.0319.002; Wed, 28 Jun 2017 13:49:01 +0100 From: "Kavanagh, Mark B" To: Yuanhan Liu , dpdk stable CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] 17.05.1 patches review and test Thread-Index: AQHS61i9QlZViLVL20KN5wNClsdC2KI6QLyg Date: Wed, 28 Jun 2017 12:49:00 +0000 Message-ID: References: <20170622130825.GB7605@yliu-home> In-Reply-To: <20170622130825.GB7605@yliu-home> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2E5NzMzMzctNTYzYi00NWI2LWI5NjQtMzAyMDgzYWJhODYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IjJqZStvZXVVY2lWZkZzeFJlNFdFZStSWVdOXC9cL2tEblZsbTZ2d0l6S0wxND0ifQ== dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] 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: Wed, 28 Jun 2017 12:49:05 -0000 >From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Yuanhan Liu >Sent: Thursday, June 22, 2017 2:08 PM >To: dpdk stable >Cc: dev@dpdk.org >Subject: [dpdk-dev] 17.05.1 patches review and test > >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/ > Hi Yuanhan, Thanks for making this release available ahead of schedule - it puts OvS in= a good position to upgrade the supported version of DPDK in OvS v2.8.0 (du= e ~mid-August). I can confirm that the OvS team has performed selective validation on the f= ollowing DPDK-dependent OvS features: - Jumbo frames - vhost NUMA (broken in 17.05 release) - Rate Limiting - QoS - VxLAN tunneling - Rx checksum offload - Flow control - Addition/deletion of vdevs As such, we're happy to proceed with the 17.05.1 release. Thanks once again, Mark >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=E9lio 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