From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id D5BD011C5 for ; Wed, 27 May 2015 22:48:48 +0200 (CEST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 0E5098E7AC; Wed, 27 May 2015 20:48:48 +0000 (UTC) Received: from tfherb-2.local (vpn-62-242.rdu2.redhat.com [10.10.62.242]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4RKmllw005942; Wed, 27 May 2015 16:48:47 -0400 Message-ID: <55662DAF.3000909@redhat.com> Date: Wed, 27 May 2015 16:48:47 -0400 From: Thomas F Herbert Organization: Red Hat User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "dev@dpdk.org" , Thomas Monjalon Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 Subject: [dpdk-dev] DPDK: Proposal for a patch patch-test integration tree 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: Wed, 27 May 2015 20:48:49 -0000 This is a proposal to create a patch-test dpdk tree. I welcome feedback from the dpdk community on this proposal. This tree will consist of pre-integrated patches submitted to dpdk-dev mailing list. The purpose of this tree is to help reduce the effort in reviewing patches and providing feedback to submitters of patches. Also integrators of dpdk can benefit by having a "linux-next" like tree to clone and or try new features for performance and breadth of hardware support. It is the hope that the patch-test tree will provide early feedback to patch reviewers as well as an assurance of quality to the project maintainer. Work Flow and Process: All patches will be taken from from public submissions to dpdk-dev.org scraped from dpdk patchwork. Patches will be applied to the patch-test tree and tested against HEAD as they are received. The feedback from the testing will be provided to the community. The patch-test tree will periodically be git pull'ed from dpdk. Longer term goal: Initially, the patches will be applied along with some simple smoke tests. The longer term goal is to automate this process, apply more extensive tests and post the results in dpdk patchwork, http://dpdk.org/dev/patchwork/project/dpdk/list/ which would have an accompanying mailing list for distribution of a results summary of the tests. Submissions of test suites will be encouraged from the community including testing against compilers, architectures, devices, options etc. The purpose is to try to evolve to widen test coverage for submitted patches. --Thomas Herbert