Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-14 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-14 Thread Hemant Agrawal
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shreyansh Jain > Sent: Monday, February 13, 2017 5:30 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Shreyansh Jain > > Subject: [dpdk-dev] [PATCH] doc: add EAL bus support in rele

Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-13 Thread Jerin Jacob
On Mon, Feb 13, 2017 at 04:59:48PM +0530, Shreyansh Jain wrote: > Signed-off-by: Shreyansh Jain > --- > 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 >

Re: [dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-13 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shreyansh Jain > Sent: Monday, February 13, 2017 11:30 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Shreyansh Jain > Subject: [dpdk-dev] [PATCH] doc: add EAL bus support in release

[dpdk-dev] [PATCH] doc: add EAL bus support in release notes

2017-02-13 Thread Shreyansh Jain
Signed-off-by: Shreyansh Jain --- 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 +++