From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas F Herbert Subject: Re: DPDK: Proposal for a patch patch-test integration tree Date: Thu, 28 May 2015 10:18:40 -0400 Message-ID: <556723C0.8060709@redhat.com> References: <55662DAF.3000909@redhat.com> <5566359B.6050408@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Vincent JARDIN , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 6E9085A50 for ; Thu, 28 May 2015 16:18:33 +0200 (CEST) In-Reply-To: <5566359B.6050408@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/27/15 5:22 PM, Vincent JARDIN wrote: > On 27/05/2015 22:48, Thomas F Herbert wrote: >> 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. > > thanks for helping. > > It could be broken into two parts: > - patch-test-net-next, > http://dpdk.org/browse/dpdk/tree/MAINTAINERS#n190 > http://dpdk.org/browse/dpdk/tree/drivers/net > > - patch-test-other-next, > all, excepted drivers Vincent, I don't understand what is in patch-test-next vs patch-test-other-next. Is patch-test-other-next to be for pmd drivers that are not included in the standard dpdk release? > > Best regards, > Vincent