From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) by dpdk.org (Postfix) with ESMTP id A5E522E83 for ; Wed, 28 Oct 2015 18:58:02 +0100 (CET) Received: by oies66 with SMTP id s66so9357021oie.1 for ; Wed, 28 Oct 2015 10:58:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3c4yYZTg4p9w4WhyqQCMaN/oDN0tOSYFbkZ95ayxPsY=; b=jxqd+phUKX6lidJsxL38aDWmSKKswEBYCev01DYmAwEqqZp9DHIrHhELzHsQbsqlQm A63l5gWjSRZHhW09JGiDviHwby0Rndy2yLDVdPPpCp0AUhLrH4LMTKsZupNmI1a9wqS/ XDN1bDeVKNTD0Fl4Wsh8LtfVwrgLC7+2cNh1BlV4Y2C+mXgyjZ9e2QAoqAKVi+Z7X8l5 4afwTEzmNkkRkJf7LAJco6Hlpoc52/WhyTJpmeJjRgJ88qy6w2E5A4vTfCtH/aDm5eC5 +7SHQt+uavb4tgurOejaQUB8t3rREmn0JSOXzU+mQAZFYNfdQYk/QwOHAtw7gWxeGYCk 0LJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3c4yYZTg4p9w4WhyqQCMaN/oDN0tOSYFbkZ95ayxPsY=; b=eaOrVdkmCVTT6xLuLvdm81f+bx2mXFusI70peE+oMXtqPLFSJbqVk1qkixgLjb/zFn 0TUfyMPD3njgJTIwKUkagXkX29Yk0H6HxjEYJ1HOyUGoSFyDr3dEclfNSctAkGvwRgKl fa6QsX/O57dgGWTpXyoLE7sIcwcnM3d80CK84ldXJoEh5ZU6L2NMbFOksUPYv7KG8Vag kS6WJsuJBG+Q3BgRb+OOm3EwbMGuiAgCk98zWYKZmvX8Oi0Q2zs/rcFPhQdAOLRi7hpp STBGkqj8hsDVo8CMz2Vol+5L/auchbYu3qWKAfBH+/HpD/V7wpN/IgCgW9flEUv0Iej2 VhWg== X-Gm-Message-State: ALoCoQnnktE/FFG/aFQwjU9iXCrUG7PIxkxkoNE/l86IzRRIkeR8ymxtdoW1O/UxiPMw/wMrL7w/ MIME-Version: 1.0 X-Received: by 10.202.189.7 with SMTP id n7mr9754706oif.0.1446055082002; Wed, 28 Oct 2015 10:58:02 -0700 (PDT) Received: by 10.76.131.166 with HTTP; Wed, 28 Oct 2015 10:58:01 -0700 (PDT) In-Reply-To: <20151028183837.5612029d@jvn> References: <1445877458-31052-1-git-send-email-viktorin@rehivetech.com> <1445973229-22058-1-git-send-email-viktorin@rehivetech.com> <20151028183837.5612029d@jvn> Date: Wed, 28 Oct 2015 18:58:01 +0100 Message-ID: From: David Marchand To: Jan Viktorin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: Wed, 28 Oct 2015 17:58:03 -0000 On Wed, Oct 28, 2015 at 6:38 PM, Jan Viktorin wrote: > > > > - can you update the 2.2 release notes as part of this patchset to > announce > > armv7 support ? > > Yes, but where? > I would say "New Features" in doc/guides/rel_notes/release_2_2.rst. > > - I am not really sure the acl et lpm fixes really belong to this > patchset > > as a more larger cleanup is necessary to have all libraries compile fine > on > > non-x86 > > So, you mean to omit those and disable them all? The LPM and ACL fixes > will be then included in 2.3? > This sounds more sane to me, rather than workarounds only for arm. > > - 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. Thanks. -- David Marchand