From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: DPDK techboard minutes for 19th of December Date: Thu, 17 Jan 2019 18:28:41 +0000 Message-ID: <1547749721.4501.107.camel@debian.org> References: <20190117094924.1fa8148b@hermes.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org To: Stephen Hemminger , thomas@monjalon.net Return-path: Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by dpdk.org (Postfix) with ESMTP id 1717B2BF4 for ; Thu, 17 Jan 2019 19:28:44 +0100 (CET) Received: by mail-wr1-f49.google.com with SMTP id z5so12094442wrt.11 for ; Thu, 17 Jan 2019 10:28:44 -0800 (PST) In-Reply-To: <20190117094924.1fa8148b@hermes.lan> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, 2019-01-17 at 09:49 -0800, Stephen Hemminger wrote: > Meeting notes for the DPDK technical board meeting held on 2019-12-19 > Sorry for the belated minutes, but the puppy hair killed my desktop > ;-) >=20 > Attendees: 6/9 > - Thomas Monjalon > - Bruce Richardson > - Ferruh Yigit > - Maxime Coquelin > - Olivier Matz > - Stephen Hemminger >=20 > KNI > The existing KNI device is getting trimmed for 19.02. > Consensus this is good, and hope is that KNI can get more work > to improve performance (currently virtio is faster). >=20 > Build System > Still not enough automated build and testing is done on DPDK patches. > Investigating getting Open Build Service (SUSE) as continuous build > service > to check all patches on all architectures. Luca will do more > investigation. https://build.opensuse.org/package/show/home:bluca:dpdk/dpdk I've already linked it a few times - it works and builds for various architectures/distro combinations. GCC only at the moment - RPM using legacy makefiles, DEB using meson. With more time and work it could become a full matrix meson/make gcc/clang if desired. Triggering a source refresh picks up the latest master commit. It would be pretty simple to automate as a post-receive hook. It can also send emails on failures with log snippets. Note that testing not-yet-merged patches on patchwork, although possible, would require a non-trivial amount of work to integrate. Let me know if you want to bring this forward or need more info. --=20 Kind regards, Luca Boccassi