doc: add EAL bus support in release notes
authorShreyansh Jain <shreyansh.jain@nxp.com>
Mon, 13 Feb 2017 11:29:48 +0000 (16:59 +0530)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 14 Feb 2017 14:15:00 +0000 (15:15 +0100)
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
doc/guides/rel_notes/release_17_02.rst

index 817f8f3..d7ac3cf 100644 (file)
@@ -38,6 +38,17 @@ New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **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.
+
 * **Added generic EAL API for I/O device memory read/write operations.**
 
   This API introduces 8-bit, 16-bit, 32bit, 64bit I/O device