From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pci: remove flag for multiple devices with single id Date: Mon, 29 Sep 2014 16:37:09 +0200 Message-ID: <2726456.0Z2vBiZpML@xps13> References: <1411988346-20861-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1411988346-20861-1-git-send-email-thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" > The flag RTE_PCI_DRV_MULTIPLE was used to register an eth_driver allowing > multiples devices with a single PCI id. > It is now possible to register a pci_driver and create ethdev objects > using rte_eth_dev_allocate(). > > Suggested-by: David Marchand > Signed-off-by: Thomas Monjalon Applied -- Thomas