From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2E8C91B2EE for ; Wed, 1 Nov 2017 17:02:46 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Nov 2017 09:02:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,329,1505804400"; d="scan'208";a="916289728" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.32]) by FMSMGA003.fm.intel.com with SMTP; 01 Nov 2017 09:02:41 -0700 Received: by (sSMTP sendmail emulation); Wed, 01 Nov 2017 16:02:40 +0000 Date: Wed, 1 Nov 2017 16:02:39 +0000 From: Bruce Richardson To: dev@dpdk.org Cc: thomas@monjalon.net Message-ID: <20171101160239.GA17708@bricha3-MOBL3.ger.corp.intel.com> References: <2876801.5lHDf6jNDb@xps> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2876801.5lHDf6jNDb@xps> Organization: Intel Research and Development Ireland Ltd. User-Agent: Mutt/1.9.1 (2017-09-22) Subject: Re: [dpdk-dev] [dpdk-announce] release candidate 17.11-rc2 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: Wed, 01 Nov 2017 16:02:47 -0000 On Fri, Oct 27, 2017 at 02:26:52AM +0200, Thomas Monjalon wrote: > A new DPDK release candidate is ready for testing: > http://dpdk.org/browse/dpdk/tag/?id=v17.11-rc2 > > What's new in RC2? > - igb_uio reset fixed > - EAL PCI moved to driver and lib > - Rx offload API for traffic metering and policing (rte_mtr) > - IPsec offload API (rte_security) > - NXP and Cavium implementations of event/Rx adapter > - flow classify library > - pipeline improvements > - example app for service cores > > The release notes have been updated: > http://dpdk.org/doc/guides/rel_notes/release_17_11.html > > We have been very ambitious (maybe too much) in the RC2 expectations. > As a consequence, two weeks have passed since the RC1. > In order to save time in the schedule, we should try to close 17.11 > in less than two weeks. I suggest RC3 to be done next week, November 2. > The next release candidate is expected to include only some > bug fixes, tooling, packaging or documentation updates. > > This version needs to be tested a lot. > Please pay a special attention to the mbuf VLAN flags > PKT_RX_VLAN_PKT and PKT_RX_QINQ_PKT which are deprecated > and renamed with new meanings. > > Thank you everyone > Happy scary Halloween! FYI: the dpdk-next-build tree has been rebased to include 17.11-rc2. There is one new commit on that tree to build the pci bus driver, which was needed by lots of other drivers, and there have been changes made to a number of other commits so as to keep the history clean and compiling patch-by-patch on top of the mainline head. I'm hoping that for 18.02 release this work can be merged into the main tree as an "experimental" new feature, to help reduce this ongoing maintenance work of constant rebasing previous patches. Having it generally available, I also hope would encourage additional contributions for drivers and platforms not yet supported in the next-build tree. Regards, /Bruce