From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add EAL bus support in release notes Date: Tue, 14 Feb 2017 15:12:09 +0100 Message-ID: <5863283.oP4xk1QIUq@xps13> References: <1486985388-19622-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Hemant Agrawal , dev@dpdk.org To: Shreyansh Jain Return-path: Received: from mail-wr0-f180.google.com (mail-wr0-f180.google.com [209.85.128.180]) by dpdk.org (Postfix) with ESMTP id DE71D2A5E for ; Tue, 14 Feb 2017 15:12:10 +0100 (CET) Received: by mail-wr0-f180.google.com with SMTP id k90so170520447wrc.3 for ; Tue, 14 Feb 2017 06:12:10 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-14 12:56, Hemant Agrawal: > > Signed-off-by: Shreyansh Jain > > @@ -237,6 +237,16 @@ Resolved Issues > > EAL > > ~~~ > > > > +* **Added support for representing buses in EAL** > > + > > + A new structure ``rte_bus`` is introduced in EAL. This allows for > > + devices to be represented by buses they are connected to. A new bus > > + can be added to DPDK by extending the ``rte_bus`` structure and > > + implementing the scan and probe functions. Once a new bus is > > + registered using provided APIs, new devices can be detected and > > initialized using bus scan and probe callbacks. > > + > > + With this change, devices other than PCI or VDEV type can also be > > + represented in DPDK framework. > > > Acked-by: Hemant Agrawal It was in "Resolved Issues". Moved and applied, thanks