From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <david.marchand@6wind.com>
Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com
 [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 93F9A5A49
 for <dev@dpdk.org>; Thu, 23 Jul 2015 09:15:40 +0200 (CEST)
Received: by wibxm9 with SMTP id xm9so194610148wib.0
 for <dev@dpdk.org>; Thu, 23 Jul 2015 00:15:40 -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:subject:date:message-id;
 bh=REYWmds39imtyspKJ8FWlHLYRY2HKM15PWXtkdJm4ZU=;
 b=SmkDDmOuSNnGS/gFWOuQVrjxIvyKG7IUe+2jcEwb01+R9sPeZpEIpjgyQvshF5cCuq
 17QR4FBXD28nb7+sfapmshzrb7hGKT+hhc2g3hqcPcKgV/773mSSfGU3l1QzcRYQ1J+7
 32scWtCkUHwDyAjZX+/PbrLKFZLxrFVoGaeDCE7v3eFMuFDy1vXm+8sOAH7twD77eCmm
 oYrdM3PQGDgV+UAD9o9mlmpNefW1H/E2NzNOiVbsKcrKnv6BYPx0ZDmJAczCa76UJ4ND
 2+MAM6eyWjTztFMJ1Z4XsqUOtRWPCk1twD5YotR93bO8Fn8Q5psLYy0QUNVPbHYrX114
 qosg==
X-Gm-Message-State: ALoCoQnriFT0eXL0qgaJC2o7dTvxZ0q//IOOJX4l9AHITcp4k6Uk7FWTrM4kJZ1nonU72tdbLdb7
X-Received: by 10.180.77.40 with SMTP id p8mr50132342wiw.29.1437635740461;
 Thu, 23 Jul 2015 00:15:40 -0700 (PDT)
Received: from glop.lan (pla78-2-82-240-54-55.fbx.proxad.net. [82.240.54.55])
 by smtp.gmail.com with ESMTPSA id
 fb3sm25670111wib.21.2015.07.23.00.15.38 for <dev@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
 Thu, 23 Jul 2015 00:15:39 -0700 (PDT)
From: David Marchand <david.marchand@6wind.com>
To: dev@dpdk.org
Date: Thu, 23 Jul 2015 09:15:30 +0200
Message-Id: <1437635732-29113-1-git-send-email-david.marchand@6wind.com>
X-Mailer: git-send-email 2.4.6
Subject: [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: Thu, 23 Jul 2015 07:15:40 -0000

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

David Marchand (2):
  eal: remove dependency on drivers
  eal: remove useless header inclusion

 app/test-pmd/cmdline.c                    | 1 -
 lib/librte_eal/bsdapp/eal/Makefile        | 3 ---
 lib/librte_eal/bsdapp/eal/eal.c           | 1 -
 lib/librte_eal/bsdapp/eal/eal_pci.c       | 1 -
 lib/librte_eal/linuxapp/eal/Makefile      | 5 -----
 lib/librte_eal/linuxapp/eal/eal.c         | 1 -
 lib/librte_eal/linuxapp/eal/eal_pci.c     | 1 -
 lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 1 -
 8 files changed, 14 deletions(-)

-- 
2.4.6