From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 96B6211F5 for ; Thu, 29 Oct 2015 15:03:14 +0100 (CET) Received: by wmff134 with SMTP id f134so25535791wmf.0 for ; Thu, 29 Oct 2015 07:03:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=/72bzyRTiWcsDED31ZvXidXXnVtJee4T7swUlx76lfc=; b=RJAYuNw+HmB0RXwNbncWvGjdr27eiJVLOqTOPQsPNHGAR3CFd5JaCPn8Tdd102eFJE wXck23oV/JbeGgFzSSxZlcKYqnGEoH22BMkrchZghhnd3x50dkXkybbPBr4Ja6djZ4Q0 lSl11td/TRAEhSdh7iytZM716Ipz9gtNgSUvQUINrx6gir5mB0CoY6opENrzxfY4cdZY lg5Mh9DI1EfCXqdkXXmNu7e/crb5iJn6P7vgm7Yo4ICLMJAOPFjTrXKXo7NKWxDNUEeG VGnOI27riO4I7uJRP4/j9NJ7sTUVSyOBKJThScDoZVZuC/K7/lfbe1r7qei1c6gJJG/J 04EA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=/72bzyRTiWcsDED31ZvXidXXnVtJee4T7swUlx76lfc=; b=IS+1bpaC2+z4Rn1RWT7Enkyi34AU/inSnewTne3J6OhklqHHkqg/waXpExeQsip5Hb fJjAxvXQx60E6KKS6t5e+2DjSKs5C+vpvvQxK/LszJG0K450qE0nEancS6FNnY4L30x/ 8Lxk2rkRDtNebhgtpxRR1wmE1KFyXtlZLD9lkrh9QCEYq0AhG74jT3Wn8Kg2RSOr7zNd kJ/tW3Qj2Kwtyqwjsh0aAvCEk0TnQyjUhAzm87hRwY5nPr/NLtFNNilneR08ap/Gzz9B CWnHSzxlLR8TBumEfWWt5ezLZXUW/xaMqNjpmONqfAh/xse0xHztUKcsUU+ghSSID5Fb Kepw== X-Gm-Message-State: ALoCoQnl0+xdFsLc2HTY59JXUdqvQ3DUCz5xiPMyX7D2H8xvLQh+ye1Sek1n5fLd96w1W/W5vXG9 X-Received: by 10.28.174.195 with SMTP id x186mr4212764wme.87.1446127394314; Thu, 29 Oct 2015 07:03:14 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id r12sm9350628wmd.17.2015.10.29.07.03.13 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Oct 2015 07:03:13 -0700 (PDT) From: Thomas Monjalon To: Jan Viktorin Date: Thu, 29 Oct 2015 15:02:03 +0100 Message-ID: <2039554.9Hm8ZoiZzc@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1445877458-31052-1-git-send-email-viktorin@rehivetech.com> <20151028183837.5612029d@jvn> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 00/17] Support ARMv7 architecture 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, 29 Oct 2015 14:03:14 -0000 2015-10-28 18:58, David Marchand: > > > - since you introduce a new architecture, do you intend to run daily > > > build checks and send reports to the test-report mailing list ? > > > > I think, this is possible, if I automate it somehow. Do you mean to > > test every individual patch? I have no tools for this (some ideas?). If > > its just about git pull && test_script.sh, then it is quite OK. > > > > I'd appreciate some help, ideas, advices, experiences in this area... > > I am pretty sure Thomas has some ideas about this. In order to make sure new commits won't introduce a regression on ARM, we need to run some tests before accepting the patch. If those tests are not run, some daily tests could catch the recent regressions. The most basic test is the compilation, then there are some unit tests and DTS. Are you OK to start with a basic daily compilation test? It can be achieved with a simple crontab job. 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.