From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] [PATCH 0/2] eal cleanup Date: Mon, 27 Jul 2015 00:24:30 +0200 Message-ID: <4117411.0bEUYEk1OF@xps13> References: <1437635732-29113-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: 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 ; Mon, 27 Jul 2015 00:25:46 +0200 (CEST) Received: by wibxm9 with SMTP id xm9so93281477wib.1 for ; Sun, 26 Jul 2015 15:25:46 -0700 (PDT) In-Reply-To: <1437635732-29113-1-git-send-email-david.marchand@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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