From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/20] Decouple ethdev from PCI device Date: Sun, 25 Dec 2016 23:33:35 +0100 Message-ID: <3218207.eTF77IRQHx@xps13> References: <1482332986-7599-1-git-send-email-jblunck@infradead.org> <1482508691-11408-1-git-send-email-jblunck@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, shreyansh.jain@nxp.com, david.marchand@6wind.com, stephen@networkplumber.org To: Jan Blunck Return-path: Received: from mail-wj0-f177.google.com (mail-wj0-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id D5B072C35 for ; Sun, 25 Dec 2016 23:33:37 +0100 (CET) Received: by mail-wj0-f177.google.com with SMTP id v7so290614376wjy.2 for ; Sun, 25 Dec 2016 14:33:37 -0800 (PST) In-Reply-To: <1482508691-11408-1-git-send-email-jblunck@infradead.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-23 16:57, Jan Blunck: > This repost addresses the review comments of Thomas Monjalon to completely > remove the ethdev helper to further decrease the coupling of the ethdev and > the eal layers. This required me to squash together all patches using the > rte_eth_dev_to_pci() helper into "Decouple from PCI device" patch. As > discussed privately I'll keep the PCI information in rte_eth_dev_info > untouched. Applied with some trivial fixes, thanks