From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id BD46E237; Tue, 28 Nov 2017 19:39:39 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6798120C5C; Tue, 28 Nov 2017 13:39:39 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 28 Nov 2017 13:39:39 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=YfSzoEC8UQlmWb jM0cdrS/2lSRgZ99fzUOINtNjLiwg=; b=GzJzfmQBPIuZ4SBAWY050mHL3KSx7Z A7jRd6Kf9LUB8mLOgsVP6DVP12vbhXgKkeI4edSNMS4LbC45acuzydDG3i3Jw/cx w/RFxWpVs9JERNXkufVY99qVM8TtjFOKPELJGrNdMNw2NATQy11mfHMY9idhkivG r7VoyNfKZEMuE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=YfSzoEC8UQlmWbjM0cdrS/2lSRgZ99fzUOINtNjLiwg=; b=AvtFsItD OPh6UTXDc0Wmut7Hq3RWSwG/J7Ffzowkj/c170iyUt+uQQy75aHyeXtj0CYjs8VM dqwRe/0R6O94OrWszRoDGtlIbvaXKJKPY+5E01Hznw3FWdpryL+TohRdlx8ehS7V WMZmkwOsvoxrEONSuQlpAsZCiLTP1WL16dCnhW9pfsam2m+x/rNP1DKNeJTTbl7z RHRrhKRhMC6GztBwL/J5QN4smQ+MO7bcekZ3XBY1RJMaypHSN/PCGebqkuqbbxUi yRvb6+IYJve7YmifILhtSiXTzqKtfnM91zrGV9MwTnwS0FJnG9fJRg0tXzXeVqM+ Y10t0JEGcDKdnQ== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 99DB224740; Tue, 28 Nov 2017 13:39:38 -0500 (EST) From: Thomas Monjalon To: tdelanerolle@linuxfoundation.org Cc: web@dpdk.org, govboard@dpdk.org, techboard@dpdk.org Date: Tue, 28 Nov 2017 19:39:15 +0100 Message-Id: <20171128183917.17742-3-thomas@monjalon.net> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171128183917.17742-1-thomas@monjalon.net> References: <20171018150431.17200-1-thomas@monjalon.net> <20171128183917.17742-1-thomas@monjalon.net> Subject: [dpdk-web] [PATCH v2 2/4] update Technical Board responsibilities X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2017 18:39:40 -0000 The Governing Board asks to replace "shall" by "is" for technical decision responsibility. It is also asked to state that the Charter prevail on Technical Board self description. Signed-off-by: Thomas Monjalon --- about/charter.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/about/charter.html b/about/charter.html index 3af8309..b73cda8 100644 --- a/about/charter.html +++ b/about/charter.html @@ -211,7 +211,7 @@

Scope

- The Technical Board shall be responsible technical decision making + The Technical Board is responsible for technical decision making for the DPDK project. Its scope does not include the other sub-projects hosted on dpdk.org (Pktgen, SPP etc.). @@ -282,6 +282,7 @@

  • The composition of the Technical Board is documented at dpdk.org/about/techboard#members. + In the case of a conflict, the terms of this Charter prevail.
  • To be added to or removed from the Technical Board:
      -- 2.15.0