From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7F29A91E7 for ; Thu, 15 Oct 2015 18:51:37 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 15 Oct 2015 09:51:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,686,1437462000"; d="scan'208";a="665107535" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by orsmga003.jf.intel.com with ESMTP; 15 Oct 2015 09:51:35 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id t9FGpYNf010373; Thu, 15 Oct 2015 17:51:35 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id t9FGpYO8019886; Thu, 15 Oct 2015 17:51:34 +0100 Received: (from jmcnam2@localhost) by sivswdev02.ir.intel.com with id t9FGpYWo019882; Thu, 15 Oct 2015 17:51:34 +0100 From: John McNamara To: dev@dpdk.org Date: Thu, 15 Oct 2015 17:51:32 +0100 Message-Id: <1444927893-19845-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH] add a dpdk contributors guide X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 16:51:38 -0000 Add a document to explain the DPDK patch submission and review process. This is based on the existing information on the http://dpdk.org/dev webpage, on the Linux kernel patch submission guidelines, and on the existing day to day workflow on the mailing list. This is a draft so feel free to chime in with additions and corrections. John McNamara (1): doc: add contributors guide doc/guides/contributing/index.rst | 1 + doc/guides/contributing/patches.rst | 309 ++++++++++++++++++++++++++++++++++++ 2 files changed, 310 insertions(+) create mode 100644 doc/guides/contributing/patches.rst -- 1.8.1.4