From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 6E7762C12 for ; Thu, 13 Dec 2018 15:59:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 06:59:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,349,1539673200"; d="scan'208";a="118305052" Received: from istokes-mobl1.ger.corp.intel.com (HELO [10.252.17.136]) ([10.252.17.136]) by FMSMGA003.fm.intel.com with ESMTP; 13 Dec 2018 06:59:18 -0800 To: Ferruh Yigit , dpdk-dev Cc: John McNamara , Thomas Monjalon , Jerin Jacob , Akhil Goyal , Cristian Dumitrescu , Qian Xu , Yongseok Koh , Maxime Coquelin , Qi Zhang , Shahaf Shuler References: <7bb561cd-a202-7317-05e9-e51a55e61d9b@intel.com> From: Ian Stokes Message-ID: <9ef82125-14ee-0336-47af-3658e58dcc7d@intel.com> Date: Thu, 13 Dec 2018 14:59:18 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 MIME-Version: 1.0 In-Reply-To: <7bb561cd-a202-7317-05e9-e51a55e61d9b@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] DPDK Release Status Meeting 13/12/2018 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: Thu, 13 Dec 2018 14:59:24 -0000 On 12/13/2018 2:08 PM, Ferruh Yigit wrote: > Minutes 13 December 2018 > ------------------------ > > Agenda: > * Release Dates > * Integration deadline > * Subtrees > * Bugzilla > * OvS > * Conferences > * Opens > > > Participants: > * Arm > * Broadcom > * Debian > * Intel > * Mellanox > * RedHat > > > Release Dates > ------------- > > * v19.02 dates: > * Integration deadline: December 14, 2018 > * First release candidate: December 21, 2018 > * Last release candidate: January 25, 2019 > * Release: February 1, 2019 > > * Roadmap page: http://core.dpdk.org/roadmap/#dates > > > Integration deadline > -------------------- > > * Integration deadline is this Friday (tomorrow)! > * We need reviews/merges from all maintainers to be able to make RC1 on time. > * Many people in community will be off after 21 December, delaying RC1 will > affect release schedule more than two weeks, RC1 deadline should be a hard > deadline. > * Patches which are not mature for integration deadline won't be in release. > * Poor attendance from maintainers to the release status meeting is a concern. > > > Subtrees > -------- > > * main > * Will pull from next-net today. > * Start getting patches into main repo. > * Ferruh will share some load for main repo. > > * next-net > * Merged some patches, pulled from intel, mlx, virtio trees. > * There are more patches to merge. > > * next-virtio > * No more patch expected for this week, there can be more next week. > > * next-crypto > * next-eventdev > * next-pipeline > * next-qos > * No update, we need attendance from maintainers. > > * Stable trees > * v16.11.9-rc1 is ready, ATT is testing it, needs more testing. > No update from Intel test team, stable tree release can be postponed to next > week based on test team availability. > * Kevin will prepare an RC for 18.08.1 next week. > * No update on 17.11.5. > > > Bugzilla > -------- > > * Ajit reported no critical issues for the release. > > * DPDK community lab issues started to be traced by public Bugzilla, this caused > a batch issue creation in Bugzilla. > * DPDK community lab issues has "lab" product type and they don't send an > email to dev mail list when created. > * DPDK defects has "DPDK" product type and creating a defect sends an email to > dev mail list. > > > OvS > --- > > * Next release is 2.11, on February, feature freeze on begging of the January, > code freeze on mid January. It will be using DPDK 18.11 LTS. > * Ian will merge v18.11 support. Quick update on 18.11 support, this has now been merged to OVS master. Thanks Ian