From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 00/17] Support ARMv7 architecture Date: Thu, 29 Oct 2015 16:02:59 +0100 Message-ID: <6525428.t9ZOKbrVDh@xps13> References: <1445877458-31052-1-git-send-email-viktorin@rehivetech.com> <2039554.9Hm8ZoiZzc@xps13> <20151029150926.411da3e0@pcviktorin.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Viktorin Return-path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 4B046B62 for ; Thu, 29 Oct 2015 16:04:11 +0100 (CET) Received: by wicll6 with SMTP id ll6so230542886wic.0 for ; Thu, 29 Oct 2015 08:04:11 -0700 (PDT) In-Reply-To: <20151029150926.411da3e0@pcviktorin.fit.vutbr.cz> 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" 2015-10-29 15:09, Jan Viktorin: > On Thu, 29 Oct 2015 15:02:03 +0100 > Thomas Monjalon wrote: > > The most basic test is the compilation, then there are some unit tests > > and DTS. > > The unit tests are a problem at the moment. Probably, I will later find > a way, how to perform some unit tests in QEMU. > > > Are you OK to start with a basic daily compilation test? It can be achieved > > with a simple crontab job. > > I can do daily build test in Jenkins or a cron job. > > Is it sufficient to check the master branch? Or you mean to pick patches from > patchwork? That seems quite complicated to me. Yes do what you can. A daily build test of the master branch is the minimum and may be enough to start. As I said below, we may hope having some contributions in test coverage. > > If you or someone else have some time and a machine to do more, it would > > be great. I'm sure the DPDK/ARM will gain enough interest to attract some > > volunteers for more automatic tests.