From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6449247988281769984 X-Received: by 10.46.83.27 with SMTP id h27mr1540178ljb.35.1501586656483; Tue, 01 Aug 2017 04:24:16 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.22.19 with SMTP id m19ls213788lfi.23.gmail; Tue, 01 Aug 2017 04:24:16 -0700 (PDT) X-Received: by 10.46.6.17 with SMTP id 17mr2142206ljg.27.1501586656054; Tue, 01 Aug 2017 04:24:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1501586655; cv=none; d=google.com; s=arc-20160816; b=ocFs9ZyoA4ig5eRiuoFqvl23s2MdoGZwTvy5popmhzCwRdgN0CWwIlRiYF53hcnDcw VpkLgXXNqpaiXfH5mczI4I3Lwp+dyZoWYXWkrniqf3ifVoZQdejSxdDeQhscxh2VFP2X VFzOl/EL6ieZldJv/IAJUd7mZ9bJyc1cbiZpYJLoeCrDWxORgMxUOwV4Ao1qMDawZqnf J3ilV48K217g+C+oT3jfw0UeCklBusRlGzXqCQ3QWe10DCNeFh9xCR1ndshB4aZ0Aft7 7sO8rKwgOil0+ovgJ4l+s6zCxs5ljXPkyzm3Nb+gGaOYLMgjkdmJwSITGFjRfLsUZuQG S4EQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=oRt8Ffp8c3GoNvcRR46SKxSJYaHxAZw72j0ZwvnoCvQ=; b=BGwdy2/AHsDNzKEZUCNS+nIBwmb1b+hhBx7jPMiT8PO8yef2K0ozTPKe4o2D82Zyz0 jJMKCMq7OwznnHFGCnDHXePp9QzkPNE/VYhhnphXL02Z5E6nCkNPbBOM07IB/vviUzij JaI72LmZbXDr10jXo1uoDPf6QsELt/yvUZnHNhiwA1HDfO5Ng3edhKnHekIWPt2x7CNz eI4MvLteluEVjiLx4Wfd7NJ1CIqBc6Cy+WtunOfVuNg3B6vHj3DAY7ae+4qsxBAm0Cib dE8KrVDKerHIFfDtqeCeXlaj5I4hxGOiSdgCQE8yZ395DdhZKL62wu12wnJEov+7OTQg yXUg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id j201si989120wmd.1.2017.08.01.04.24.15 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Aug 2017 04:24:15 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of claudius.heine.ext@siemens.com) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v71BOFdg001944 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 1 Aug 2017 13:24:15 +0200 Received: from [139.25.68.223] (linux-ses-ext02.ppmd.siemens.net [139.25.68.223]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id v71BOFwx023690; Tue, 1 Aug 2017 13:24:15 +0200 Subject: Re: [PATCH 00/16] fixes and introducing dpdk-bin support To: "[ext] Henning Schild" , isar-users@googlegroups.com References: From: Claudius Heine Message-ID: Date: Tue, 1 Aug 2017 13:24:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 8UrOdzZTxfsD Hi, On 08/01/2017 12:17 PM, [ext] Henning Schild wrote: > This series includes several basic fixes to isar. It replaces all the > previously posted patches by me, since it includes updated versions of > those. > > I did some restructuring moving tasks to the class isar-base. Some of that > is to give structure and some to introduce dpdk-bin. dpdk-bin is a class > that packages random files on the fly, this way you can also run hooks > when installing the packages, see example in last commit. Patchset looks good. I will now convert my project to this and test it. Thanks, Claudius