From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 0B3F91B512; Mon, 6 Aug 2018 13:23:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 838A621BBE; Mon, 6 Aug 2018 07:23:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 06 Aug 2018 07:23:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= mesmtp; bh=f+E7nyCLVKhVDoVituoYk6mVrL+IYo572/c4IZHqfDs=; b=Bc9Oc LyxKVEUQ0QqhNl8e/oZRpaMpMBzf8K80dMZY+rg8BXBIlw8Pde3gysig+gFVIS0I h7Nq3F8j6Fuo9vNX93drIcNKW9vz9K7nOMQJ9o1cxwepREZnlwXMVqYN1O/bdP5W nsxL9VU/VEC/wNqA2Ync3bSI+atDXMAOexTy8Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm3; bh=f+E7nyCLVKhVDoVituoYk6mVrL+IY o572/c4IZHqfDs=; b=u6n/cKJ30U3AlxozFgC3aOWdjpC8MtljQrlxOvQXeXfhs Q0n7+Hh/yvt14p0L74d8cwd+KUFl2I4HSGjUz3CJxCISzEX5gUGdgwr8eIW2lx6q o5xQI7tz5wYlaJjaX9HkLw6MSpSPww7mWH9mGDVZIZ7FSeO6XWicYvL/2J/ipJ80 TjyxJJkaqEYrN+YMumw/jxbSbFCt8TblobFJO5eW1djAbJTkQvUqiEc8z8hURSIp dQjDiVY/PC/+WxhhvCTRJg9SDhzThydGcEQCyArqC2ZymvQil9lcB8GgXzbIlnEr 4Ox5W5LoLah5Q2Pr89JLWdmM4z/Qc3YeW5X4ZyKRg== X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (114.149.6.93.rev.sfr.net [93.6.149.114]) by mail.messagingengine.com (Postfix) with ESMTPA id 3E9B21025D; Mon, 6 Aug 2018 07:23:53 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: techboard@dpdk.org Date: Mon, 06 Aug 2018 13:23:52 +0200 Message-ID: <15035621.e5pW3VzH88@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: [dpdk-dev] DPDK techboard minutes of July 18 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: Mon, 06 Aug 2018 11:23:55 -0000 Meeting notes for the DPDK technical board meeting held on 2018-07-18 Attendees: - Bruce Richardson - Ferruh Yigit - Jerin Jacob - Konstantin Ananyev - Olivier Matz - Thomas Monjalon 1/ Power management patches - examples/vm_power: 100% Busy Polling decision: to RC2 - lib/librte_power: traffic pattern aware power control decision: to 18.11 2/ Maintenance of examples The examples directory can be used as a staging area for some features. And the techboard must do a periodically audit of this directory. The actions to take can be: - move code into libraries - merge examples - drop example 3/ Recurring agenda items Some recurring items will be added to the techboard agenda: - examples audit - meson migration - SPDX compliance 4/ Required talks for Dublin event - community process improvements - memory rework - do less by default More details about the last one: The application must own the configuration (including for threads), while EAL provide some good defaults, some parsing helpers and a fine-grain API.