From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC][PATCH 2/5] pci: allow shared device instances. Date: Wed, 10 May 2017 11:09:35 +0200 Message-ID: <1571308.M4Vgp8n44D@xps> References: <1494341879-18718-1-git-send-email-radu.nicolau@intel.com> <1494341879-18718-3-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Radu Nicolau Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 91BAC14EC for ; Wed, 10 May 2017 11:09:37 +0200 (CEST) In-Reply-To: <1494341879-18718-3-git-send-email-radu.nicolau@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 09/05/2017 16:57, Radu Nicolau: > Updated PCI initialization code to allow devices to be shared across multiple PMDs. > > Signed-off-by: Radu Nicolau I was waiting the day when we have a device shared by two different interfaces. Note that some Mellanox and Chelsio devices already instantiate two ethdev ports per PCI device. Please explain your idea behind this "shared" flag. What is your exact need? Do you think it is the best solution?