Message ID | 1463675234-6739-1-git-send-email-christophe.milard@linaro.org |
---|---|
State | New |
Headers | show
Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp3267986qge; Thu, 19 May 2016 08:28:41 -0700 (PDT) X-Received: by 10.55.4.210 with SMTP id 201mr15618651qke.103.1463671720932; Thu, 19 May 2016 08:28:40 -0700 (PDT) Return-Path: <lng-odp-bounces@lists.linaro.org> Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id 67si4818578qgf.12.2016.05.19.08.28.40; Thu, 19 May 2016 08:28:40 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 39C8961802; Thu, 19 May 2016 15:28:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 694F4617EA; Thu, 19 May 2016 15:28:31 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 4859C617EB; Thu, 19 May 2016 15:28:23 +0000 (UTC) Received: from mail-lf0-f49.google.com (mail-lf0-f49.google.com [209.85.215.49]) by lists.linaro.org (Postfix) with ESMTPS id 9557D61630 for <lng-odp@lists.linaro.org>; Thu, 19 May 2016 15:28:21 +0000 (UTC) Received: by mail-lf0-f49.google.com with SMTP id e130so3865962lfe.3 for <lng-odp@lists.linaro.org>; Thu, 19 May 2016 08:28:21 -0700 (PDT) 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; bh=SE071aL0jaCsd62zmho/cLBHLRYMEw7DbSD2TJmUv4c=; b=GAXq6ezNs/7kL/hGrcGiPMed9Mg1XSib+HIpAz617YWUJA/suHycrk66HUCiTcnLqp WWzrOkfErdlvRzufg6WX9ebUOmBrZ0hVyBpWgKsmeN91zG3xOp+pHkPq6uJHNC2y1pW2 izseAYKopLst98lH9vU8pULHIS0A5VwHcOmInM6QwLmiHX/ADsxNYu9F5w8gfA9R3P0B v2bX6TabrRfdW8aqbYVYIpXVguKeKfTzpee2WRg2iC+d7Ivd+xvSCAtQla/eXI9AY+bP xScWN+SwMPoiZ06LSQUp8qMBG+eIsRp1teMnDmgGN5alwPu4qhfBDovw4hyZ1UBJUBC4 Xo2Q== X-Gm-Message-State: AOPr4FVOw8lsRS4gY9/81CT6wiZ+7T3xOQ5wqKvSUhaLQ6pT68XI2ttN2v7aUctf1dtM1tTEC8k= X-Received: by 10.25.88.12 with SMTP id m12mr5143113lfb.42.1463671700387; Thu, 19 May 2016 08:28:20 -0700 (PDT) Received: from erachmi-ericsson.ki.sw.ericsson.se (c-83-233-90-46.cust.bredband2.com. [83.233.90.46]) by smtp.gmail.com with ESMTPSA id cv11sm2366290lbb.49.2016.05.19.08.28.18 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 19 May 2016 08:28:18 -0700 (PDT) From: Christophe Milard <christophe.milard@linaro.org> To: brian.brooks@linaro.org, maxim.uvarov@linaro.com, lng-odp@lists.linaro.org Date: Thu, 19 May 2016 18:26:39 +0200 Message-Id: <1463675234-6739-1-git-send-email-christophe.milard@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCHv8 00/35] running things in process mode X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" <lng-odp.lists.linaro.org> List-Unsubscribe: <https://lists.linaro.org/mailman/options/lng-odp>, <mailto:lng-odp-request@lists.linaro.org?subject=unsubscribe> List-Archive: <http://lists.linaro.org/pipermail/lng-odp/> List-Post: <mailto:lng-odp@lists.linaro.org> List-Help: <mailto:lng-odp-request@lists.linaro.org?subject=help> List-Subscribe: <https://lists.linaro.org/mailman/listinfo/lng-odp>, <mailto:lng-odp-request@lists.linaro.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" <lng-odp-bounces@lists.linaro.org> |