From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 5676EC318 for ; Fri, 29 May 2015 20:41:21 +0200 (CEST) Received: by wicmx19 with SMTP id mx19so25954783wic.0 for ; Fri, 29 May 2015 11:41: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:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=dwvMMWJA6bbpHTrkGgtx6RExVuCDaWPf+6crdhw0l3I=; b=LWMW6qZq0f9/G3RoP9XYMgi0R5LAfN6l4+A96DfKAAKUUJO5lpevmWAr2ZLJ2l3HNT AMPsLIv0yiGMI9i5FDrI3KPRQrDHrd9xRdHnXVz1TlDQYhG9SnTDAara3xTOmPC4J3D/ Jr5Ohaq1BOuvs/C+iQmeM/OYKDKCDqy2YwYI+r+33ji6jrWhJz4N8RX4MxYWpOsOpCIb ZB0sAOXVlFgz/cL3/EvvX3CJs/3jX3x1h+HI/j+2ZmwZ2NDXy6biSZ33zpLKDZVT77BF ld+rRfsYweTHU0C7v7hpRU8ERoENp+zvFEmjhesGFSoQRms1rTCwElHiIeGb5Y8HHVV+ nLfg== X-Gm-Message-State: ALoCoQlbHwXB3JcwY23OPbs0js2LiTnwtRUE8KrcWWng/tMcpubVlAOfb5KvHJI9YbIm2quaK98c X-Received: by 10.180.218.137 with SMTP id pg9mr8912755wic.79.1432924881258; Fri, 29 May 2015 11:41:21 -0700 (PDT) Received: from xps13.localnet (166.16.90.92.rev.sfr.net. [92.90.16.166]) by mx.google.com with ESMTPSA id fb3sm4256467wib.21.2015.05.29.11.41.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 May 2015 11:41:20 -0700 (PDT) From: Thomas Monjalon To: Bruce Richardson Date: Fri, 29 May 2015 19:36:03 +0200 Message-ID: <13295954.YuxF7vbtWj@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1432556634-9498-1-git-send-email-bruce.richardson@intel.com> References: <1432556634-9498-1-git-send-email-bruce.richardson@intel.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] Add missing includes to headers 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: Fri, 29 May 2015 18:41:21 -0000 2015-05-25 13:23, Bruce Richardson: > The convention in DPDK is that each header file should include > any other headers on which it depends. This patch set adds in > some missing header dependencies. > > Bruce Richardson (2): > eal: add missing include to rte_pci.h > kni: add missing include dependencies Applied, thanks