From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-f41.google.com (mail-bk0-f41.google.com [209.85.214.41]) by dpdk.org (Postfix) with ESMTP id 796D61F3 for ; Tue, 17 Sep 2013 12:20:34 +0200 (CEST) Received: by mail-bk0-f41.google.com with SMTP id na10so2126179bkb.0 for ; Tue, 17 Sep 2013 03:21:12 -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:in-reply-to :references; bh=I9a1XsDXLoh+F5pw0lpomfdJGMkN580Jvr0i9cX4g4k=; b=JzXlfamIWSnfqm/zaIwMbSrjgRNzgdhUHjNR+0mLCjSbBKuk/SGGjQS8hWbkbl+mNP MzcvF9vqJQmZAjUJiF0mIOQ0Xvhs+6pLNvVsFYFbJf0pTT7eoRl8vAcro4LZPL3DgBQz acpfqSj+IEYx9fOVecUJEZXcwFq0hu9yAs3mnu3G2S04C80xqY8rp0XRzuzXH3WlA7+k OhhBCeKlQ549Vb2Kg5/ew2+UaDJzgXu3lC7RT3FSsILdc3KN5qwj2ta8/J3o3Gr7AuWE qvSHqJrytWxs5OmITSbAOgmhyP1Nh/XlDq63mZum0nTuarkQ00gSkZmh3a4uog8CEL1v pFHw== X-Gm-Message-State: ALoCoQn3nE1f5/asU402VqWrZHqDw1Ipn7LgOSOdZGg0H2cOhpPUcUz4aplTEoG7jPZjndw0t3YH X-Received: by 10.205.105.73 with SMTP id dp9mr924342bkc.33.1379413272498; Tue, 17 Sep 2013 03:21:12 -0700 (PDT) Received: from 6wind.com (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id qe6sm9635877bkb.5.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 17 Sep 2013 03:21:12 -0700 (PDT) Received: by 6wind.com (sSMTP sendmail emulation); Tue, 17 Sep 2013 12:21:10 +0200 From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 17 Sep 2013 12:21:08 +0200 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1379363340-20870-1-git-send-email-thomas.monjalon@6wind.com> References: <1379363340-20870-1-git-send-email-thomas.monjalon@6wind.com> Subject: [dpdk-dev] [PATCH v2 0/2] fix non-Intel devices probing 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: Tue, 17 Sep 2013 10:20:34 -0000 This new version split the patch and improve some comments. These patches will be included in the coming release 1.4.1r1. They are needed to load vmxnet3-usermap and virtio-net-pmd with DPDK 1.4. --- David Marchand (1): pci: do not check BAR0 mapping Thomas Monjalon (1): pci: use igb_uio mapping only when needed app/test/test_pci.c | 2 -- lib/librte_eal/common/include/rte_pci.h | 2 -- lib/librte_eal/linuxapp/eal/eal_pci.c | 29 +++++++---------------------- lib/librte_pmd_e1000/em_ethdev.c | 2 -- lib/librte_pmd_e1000/igb_ethdev.c | 4 ---- lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 4 ---- 6 files changed, 7 insertions(+), 36 deletions(-) -- 1.7.10.4