From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/3] 32 bit PCI domain patches Date: Wed, 21 Jun 2017 09:35:42 -0700 Message-ID: <20170621163545.25713-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by dpdk.org (Postfix) with ESMTP id B1A787CEA for ; Wed, 21 Jun 2017 18:35:53 +0200 (CEST) Received: by mail-pf0-f181.google.com with SMTP id e7so7553366pfk.0 for ; Wed, 21 Jun 2017 09:35:53 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These patches address a potential future issue when devices are passed through to DPDK applications on Azure. Since PCI bus is changing in current release it makes sense to change now. Stephen Hemminger (3): pci: remove unnecessary casts from strtoul eal: PCI domain should be 32 bits mlx5: handle 32 bit PCI domain drivers/net/mlx5/mlx5_ethdev.c | 2 +- lib/librte_eal/common/include/rte_pci.h | 2 +- lib/librte_eal/linuxapp/eal/eal_pci.c | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) -- 2.11.0