From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f50.google.com (mail-pb0-f50.google.com [209.85.160.50]) by dpdk.org (Postfix) with ESMTP id A9A8D58EF for ; Fri, 19 Jul 2013 18:44:27 +0200 (CEST) Received: by mail-pb0-f50.google.com with SMTP id wz7so4645405pbc.9 for ; Fri, 19 Jul 2013 09:44:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=cezt1TP51s3+UwfS9hPtgRME4NC8ZDc/F+03ne2mNFM=; b=Cp2VbGndd63J5WYKegGm9JSrRu/HYJPDL0akTwxowYFA5VzPr49us3VINfIy0avVxf bsfKrm3zDmvw8HImPC0ZAlp5Jk0NjizSaFQlgk9sWucgJuoIawc0SpRfVQxsQl+LCDmd jU/Cj+3gkDsTs9XF7InJyv4Uyl3+yyGS7My6+sIK2e8stScEiwSyl9KN41i6G1sXUy4u o0rHjR/pwblsVBqoKnEHKcim6MXv0TrzpPxD4fs7+s2Com7rpMFv/p6Yhxc4oPxLmEWa Ckh+9uczLtf6Jimbrci8xKajT7OjGakE6sXDPAk2LhXKWCnCOVcv2KsKpDwwy8eP4urM bdcw== X-Received: by 10.66.5.195 with SMTP id u3mr18876184pau.79.1374252288175; Fri, 19 Jul 2013 09:44:48 -0700 (PDT) Received: from nehalam.linuxnetplumber.net (static-50-53-71-109.bvtn.or.frontiernet.net. [50.53.71.109]) by mx.google.com with ESMTPSA id vu5sm23581926pab.10.2013.07.19.09.44.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 19 Jul 2013 09:44:47 -0700 (PDT) Date: Fri, 19 Jul 2013 09:44:45 -0700 From: Stephen Hemminger To: Thomas Monjalon Message-ID: <20130719094445.535e380c@nehalam.linuxnetplumber.net> In-Reply-To: <201307161053.19175.thomas.monjalon@6wind.com> References: <20130530171234.301927271@vyatta.com> <20130605143337.76af91ff@nehalam.linuxnetplumber.net> <201307161053.19175.thomas.monjalon@6wind.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmwQj6RgvgMqcoEjclTnU+bYZY//bfkHus/HSocX2CVvR0iDz4AAPNjOBJ/jJVhE+6VcAg+ Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 5/7] pci: support multiple PCI regions per device 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, 19 Jul 2013 16:44:28 -0000 Intel incorporated this into later version of DPDK (not released yet), let me respin the patch so that the API comes out the same. I don't want to cause pain on the assumption that the open and Intel versions will want to stay converged. Also, want to support I/O regions which are necessary when doing virtio devices natively.