From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com
 [209.85.212.171]) by dpdk.org (Postfix) with ESMTP id 9879CC4B8
 for <dev@dpdk.org>; Mon, 27 Jul 2015 00:25:46 +0200 (CEST)
Received: by wibxm9 with SMTP id xm9so93281477wib.1
 for <dev@dpdk.org>; Sun, 26 Jul 2015 15:25:46 -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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=khEtOQ63hcIIkBKU51hw7PZ5nL0mtbIyI5IgbKgoVUw=;
 b=HRxuvUw7Pz5LuNuS1xvwCJoDVRF0eiBC4SSjzhzADbuLgNDg41cGLGJOWqDVuCePUa
 6DQ+LbUTKK1MWFSZR5VztAzs6DTsVnCkT+IqkNQpNgMr4bkEIeo8cPNGxDUK/dCK3Sm8
 c7ofyRpuwYIUBv8gM925MfX8LobOcWgC+yb37NQwsL16nC78igglJo1PH6Z0Va+mfwSl
 NhEI5tkX9CsWzI92ftrnKKr2tBkEBa8olsPJXShP6bTTHRfXgGiA6iIBmcBlyuvn+08A
 7U0asKqgJNws3F7xojpzfjAF1N+SgUP6S9DrCPggGqrC0/QIEj09VnTokki8Nyw5Gt6b
 GwQA==
X-Gm-Message-State: ALoCoQlsj8AUohQ2EIfAkrnEf21BfpfdiS8uxZt/OlDxaEK1a/75adfAjd8iYwndaE31HvUyHCSC
X-Received: by 10.180.87.230 with SMTP id bb6mr17170532wib.36.1437949546493;
 Sun, 26 Jul 2015 15:25:46 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id nb9sm10293801wic.10.2015.07.26.15.25.45
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sun, 26 Jul 2015 15:25:45 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: David Marchand <david.marchand@6wind.com>
Date: Mon, 27 Jul 2015 00:24:30 +0200
Message-ID: <4117411.0bEUYEk1OF@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <1437635732-29113-1-git-send-email-david.marchand@6wind.com>
References: <1437635732-29113-1-git-send-email-david.marchand@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 0/2] [PATCH 0/2] eal cleanup
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Sun, 26 Jul 2015 22:25:46 -0000

2015-07-23 09:15, David Marchand:
> Here is some trivial cleanup for eal.
> 
> Nothing really astounding but this will ease an unfinished patchset I have
> been working on for some time (getting rid of any driver specific stuff in
> eal).
> 
> David Marchand (2):
>   eal: remove dependency on drivers
>   eal: remove useless header inclusion

Applied with ixgbe bypass fix, thanks