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 31A84160; Thu, 24 May 2018 18:58:07 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AD479226AA; Thu, 24 May 2018 12:58:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 24 May 2018 12:58:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=lw9ErbnppLADswVQJh/AQ4ucJ+ vr5gAxsAIaGGCXVkU=; b=ozkvm12Ayw0NjxaVPRxFNho2OYXY7zAdklbCjpjn63 Nbe0p3t/9jUNvIEP/eAi71H4QrEyv/cnO2vDos/VCvd/1w/3DziqIBnEti91tUcu R8FXACwfWEol2IHElpZEcrsg73oQjfi6APANW5IaIMk4xmHwG0u89gfySgmgq1vr g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=lw9Erb nppLADswVQJh/AQ4ucJ+vr5gAxsAIaGGCXVkU=; b=JHLLr7ml4kcSJajq+HiktN ePuRqfm/bBlYPhfbpyZcIL4xWWrpR/hqqHlPfUFeItBtH9CErAveAqyXpzellvOL qxdAYnvJP1hk4hEvp6biifu8hOzSE97EmDonQ8VheFdYU9xy1smoMMhKI3vSnB05 oWfjE0qR0jusEEoyeUUGFNAD1R9LrGhIqaz2R28aLKb4uRPSYUMSGRbnRA7eFb/C 7uHtaWyziACqVk0Bozvs3gxWpQd6oG1EjW1BEKl2xIwTPShamNYy3FnfQ7eHBEqV QPsAwbW2s7XSLSAwbCqnZi2xARlyfoFNvpDoMglOl1DnTbzyBvzan7rIYF9NvI6w == X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id CDD57E465E; Thu, 24 May 2018 12:58:05 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, John McNamara , Marko Kovacevic , techboard@dpdk.org Date: Thu, 24 May 2018 18:58:04 +0200 Message-ID: <1791527.5J02fbffGf@xps> In-Reply-To: <20180109154402.85731-1-ferruh.yigit@intel.com> References: <20171121195905.66410-1-ferruh.yigit@intel.com> <20180109154402.85731-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] doc: update contribution guideline for dependent work 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, 24 May 2018 16:58:07 -0000 09/01/2018 16:44, Ferruh Yigit: > +* If changes effect other parts of the project, update all those parts as well unless updating requires special knowledge. > + For the cases where not all the effected code is updated, the submitter should ensure that changes don't break existing code. We should review it again in the technical board. I think we should encourage asking for help to complete a patch with community's help.