* [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
@ 2017-02-13 11:29 Shreyansh Jain
2017-02-14 0:42 ` Mcnamara, John
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Shreyansh Jain @ 2017-02-13 11:29 UTC (permalink / raw)
To: dev; +Cc: thomas.monjalon, Shreyansh Jain
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
doc/guides/rel_notes/release_17_02.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
index ec9143c..b5bf0a9 100644
--- a/doc/guides/rel_notes/release_17_02.rst
+++ b/doc/guides/rel_notes/release_17_02.rst
@@ -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.
Drivers
~~~~~~~
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
2017-02-13 11:29 [dpdk-dev] [PATCH] doc: add EAL bus support in release notes Shreyansh Jain
@ 2017-02-14 0:42 ` Mcnamara, John
2017-02-14 3:23 ` Jerin Jacob
2017-02-14 12:56 ` Hemant Agrawal
2 siblings, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2017-02-14 0:42 UTC (permalink / raw)
To: Shreyansh Jain, dev; +Cc: thomas.monjalon
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Monday, February 13, 2017 11:30 AM
> To: dev@dpdk.org
> Cc: thomas.monjalon@6wind.com; Shreyansh Jain <shreyansh.jain@nxp.com>
> Subject: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
>
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
2017-02-13 11:29 [dpdk-dev] [PATCH] doc: add EAL bus support in release notes Shreyansh Jain
2017-02-14 0:42 ` Mcnamara, John
@ 2017-02-14 3:23 ` Jerin Jacob
2017-02-14 12:56 ` Hemant Agrawal
2 siblings, 0 replies; 5+ messages in thread
From: Jerin Jacob @ 2017-02-14 3:23 UTC (permalink / raw)
To: Shreyansh Jain; +Cc: dev, thomas.monjalon
On Mon, Feb 13, 2017 at 04:59:48PM +0530, Shreyansh Jain wrote:
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> doc/guides/rel_notes/release_17_02.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_17_02.rst b/doc/guides/rel_notes/release_17_02.rst
> index ec9143c..b5bf0a9 100644
> --- a/doc/guides/rel_notes/release_17_02.rst
> +++ b/doc/guides/rel_notes/release_17_02.rst
> @@ -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.
>
> Drivers
> ~~~~~~~
Acked-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
2017-02-13 11:29 [dpdk-dev] [PATCH] doc: add EAL bus support in release notes Shreyansh Jain
2017-02-14 0:42 ` Mcnamara, John
2017-02-14 3:23 ` Jerin Jacob
@ 2017-02-14 12:56 ` Hemant Agrawal
2017-02-14 14:12 ` Thomas Monjalon
2 siblings, 1 reply; 5+ messages in thread
From: Hemant Agrawal @ 2017-02-14 12:56 UTC (permalink / raw)
To: Shreyansh Jain, dev; +Cc: thomas.monjalon, Shreyansh Jain
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Monday, February 13, 2017 5:30 AM
> To: dev@dpdk.org
> Cc: thomas.monjalon@6wind.com; Shreyansh Jain
> <shreyansh.jain@nxp.com>
> Subject: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
>
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> doc/guides/rel_notes/release_17_02.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_17_02.rst
> b/doc/guides/rel_notes/release_17_02.rst
> index ec9143c..b5bf0a9 100644
> --- a/doc/guides/rel_notes/release_17_02.rst
> +++ b/doc/guides/rel_notes/release_17_02.rst
> @@ -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.
>
> Drivers
> ~~~~~~~
> --
> 2.7.4
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes
2017-02-14 12:56 ` Hemant Agrawal
@ 2017-02-14 14:12 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-02-14 14:12 UTC (permalink / raw)
To: Shreyansh Jain; +Cc: Hemant Agrawal, dev
2017-02-14 12:56, Hemant Agrawal:
> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> > @@ -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 <hemant.agrawal@nxp.com>
It was in "Resolved Issues".
Moved and applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-14 14:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 11:29 [dpdk-dev] [PATCH] doc: add EAL bus support in release notes Shreyansh Jain
2017-02-14 0:42 ` Mcnamara, John
2017-02-14 3:23 ` Jerin Jacob
2017-02-14 12:56 ` Hemant Agrawal
2017-02-14 14:12 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).