* [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal
@ 2016-11-10 11:17 Shreyansh Jain
2016-11-10 15:51 ` David Marchand
0 siblings, 1 reply; 5+ messages in thread
From: Shreyansh Jain @ 2016-11-10 11:17 UTC (permalink / raw)
To: nhorman; +Cc: dev, thomas.monjalon, Shreyansh Jain
Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
doc/guides/rel_notes/deprecation.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 1a9e1ae..2af2476 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -35,3 +35,13 @@ Deprecation Notices
* mempool: The functions for single/multi producer/consumer are deprecated
and will be removed in 17.02.
It is replaced by ``rte_mempool_generic_get/put`` functions.
+
+* ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will be
+ impacted because of introduction of a new ``rte_bus`` hierarchy. This would
+ also impact the way devices are identified by EAL. A bus-device-driver model
+ will be introduced providing a hierarchical view of devices.
+
+* ``eth_driver`` is planned to be removed in 17.02. This currently serves as
+ a placeholder for PMDs to register themselves. Changes for ``rte_bus`` will
+ provide a way to handle device initialization currently being done in
+ ``eth_driver``.
--
2.7.4
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal
2016-11-10 11:17 [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal Shreyansh Jain
@ 2016-11-10 15:51 ` David Marchand
2016-11-11 13:05 ` Ferruh Yigit
0 siblings, 1 reply; 5+ messages in thread
From: David Marchand @ 2016-11-10 15:51 UTC (permalink / raw)
To: Shreyansh Jain; +Cc: Neil Horman, dev, Thomas Monjalon
On Thu, Nov 10, 2016 at 12:17 PM, Shreyansh Jain <shreyansh.jain@nxp.com> wrote:
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> ---
> doc/guides/rel_notes/deprecation.rst | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> index 1a9e1ae..2af2476 100644
> --- a/doc/guides/rel_notes/deprecation.rst
> +++ b/doc/guides/rel_notes/deprecation.rst
> @@ -35,3 +35,13 @@ Deprecation Notices
> * mempool: The functions for single/multi producer/consumer are deprecated
> and will be removed in 17.02.
> It is replaced by ``rte_mempool_generic_get/put`` functions.
> +
> +* ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will be
> + impacted because of introduction of a new ``rte_bus`` hierarchy. This would
> + also impact the way devices are identified by EAL. A bus-device-driver model
> + will be introduced providing a hierarchical view of devices.
> +
> +* ``eth_driver`` is planned to be removed in 17.02. This currently serves as
> + a placeholder for PMDs to register themselves. Changes for ``rte_bus`` will
> + provide a way to handle device initialization currently being done in
> + ``eth_driver``.
> --
> 2.7.4
>
Acked-by: David Marchand <david.marchand@6wind.com>
--
David Marchand
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal
2016-11-10 15:51 ` David Marchand
@ 2016-11-11 13:05 ` Ferruh Yigit
2016-11-11 15:02 ` Pattan, Reshma
0 siblings, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2016-11-11 13:05 UTC (permalink / raw)
To: David Marchand, Shreyansh Jain; +Cc: Neil Horman, dev, Thomas Monjalon
On 11/10/2016 3:51 PM, David Marchand wrote:
> On Thu, Nov 10, 2016 at 12:17 PM, Shreyansh Jain <shreyansh.jain@nxp.com> wrote:
>> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
>> ---
>> doc/guides/rel_notes/deprecation.rst | 10 ++++++++++
>> 1 file changed, 10 insertions(+)
>>
>> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
>> index 1a9e1ae..2af2476 100644
>> --- a/doc/guides/rel_notes/deprecation.rst
>> +++ b/doc/guides/rel_notes/deprecation.rst
>> @@ -35,3 +35,13 @@ Deprecation Notices
>> * mempool: The functions for single/multi producer/consumer are deprecated
>> and will be removed in 17.02.
>> It is replaced by ``rte_mempool_generic_get/put`` functions.
>> +
>> +* ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will be
>> + impacted because of introduction of a new ``rte_bus`` hierarchy. This would
>> + also impact the way devices are identified by EAL. A bus-device-driver model
>> + will be introduced providing a hierarchical view of devices.
>> +
>> +* ``eth_driver`` is planned to be removed in 17.02. This currently serves as
>> + a placeholder for PMDs to register themselves. Changes for ``rte_bus`` will
>> + provide a way to handle device initialization currently being done in
>> + ``eth_driver``.
>> --
>> 2.7.4
>>
>
> Acked-by: David Marchand <david.marchand@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal
2016-11-11 13:05 ` Ferruh Yigit
@ 2016-11-11 15:02 ` Pattan, Reshma
2016-11-13 9:02 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Pattan, Reshma @ 2016-11-11 15:02 UTC (permalink / raw)
To: Shreyansh Jain
Cc: Neil Horman, dev, Thomas Monjalon, Yigit, Ferruh, David Marchand
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit
> Sent: Friday, November 11, 2016 1:05 PM
> To: David Marchand <david.marchand@6wind.com>; Shreyansh Jain
> <shreyansh.jain@nxp.com>
> Cc: Neil Horman <nhorman@tuxdriver.com>; dev@dpdk.org; Thomas
> Monjalon <thomas.monjalon@6wind.com>
> Subject: Re: [dpdk-dev] [PATCH] doc: announce API and ABI changes for
> librte_eal
>
> On 11/10/2016 3:51 PM, David Marchand wrote:
> > On Thu, Nov 10, 2016 at 12:17 PM, Shreyansh Jain
> <shreyansh.jain@nxp.com> wrote:
> >> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> >> ---
> >> doc/guides/rel_notes/deprecation.rst | 10 ++++++++++
> >> 1 file changed, 10 insertions(+)
> >>
> >> diff --git a/doc/guides/rel_notes/deprecation.rst
> b/doc/guides/rel_notes/deprecation.rst
> >> index 1a9e1ae..2af2476 100644
> >> --- a/doc/guides/rel_notes/deprecation.rst
> >> +++ b/doc/guides/rel_notes/deprecation.rst
> >> @@ -35,3 +35,13 @@ Deprecation Notices
> >> * mempool: The functions for single/multi producer/consumer are
> deprecated
> >> and will be removed in 17.02.
> >> It is replaced by ``rte_mempool_generic_get/put`` functions.
> >> +
> >> +* ABI/API changes are planned for 17.02: ``rte_device``, ``rte_driver`` will
> be
> >> + impacted because of introduction of a new ``rte_bus`` hierarchy. This
> would
> >> + also impact the way devices are identified by EAL. A bus-device-driver
> model
> >> + will be introduced providing a hierarchical view of devices.
> >> +
> >> +* ``eth_driver`` is planned to be removed in 17.02. This currently serves
> as
> >> + a placeholder for PMDs to register themselves. Changes for ``rte_bus``
> will
> >> + provide a way to handle device initialization currently being done in
> >> + ``eth_driver``.
> >> --
> >> 2.7.4
> >>
> >
> > Acked-by: David Marchand <david.marchand@6wind.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Reshma Pattan <reshma.pattan@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal
2016-11-11 15:02 ` Pattan, Reshma
@ 2016-11-13 9:02 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2016-11-13 9:02 UTC (permalink / raw)
To: Shreyansh Jain
Cc: Pattan, Reshma, Neil Horman, dev, Yigit, Ferruh, David Marchand
> > >> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
> > >
> > > Acked-by: David Marchand <david.marchand@6wind.com>
> >
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
>
> Acked-by: Reshma Pattan <reshma.pattan@intel.com>
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-11-13 9:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-10 11:17 [dpdk-dev] [PATCH] doc: announce API and ABI changes for librte_eal Shreyansh Jain
2016-11-10 15:51 ` David Marchand
2016-11-11 13:05 ` Ferruh Yigit
2016-11-11 15:02 ` Pattan, Reshma
2016-11-13 9:02 ` 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).