* [dpdk-dev] [PATCH] doc: postpone API change in ethdev
@ 2017-02-13 14:26 Thomas Monjalon
2017-02-13 17:05 ` Ferruh Yigit
2017-02-14 19:31 ` Thomas Monjalon
0 siblings, 2 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-02-13 14:26 UTC (permalink / raw)
To: Bernard Iremonger; +Cc: dev
The change of _rte_eth_dev_callback_process has not been done in 17.02.
Let's postpone to 17.05.
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
doc/guides/rel_notes/deprecation.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
index 3d72241..6532482 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -23,8 +23,8 @@ Deprecation Notices
provide a way to handle device initialization currently being done in
``eth_driver``.
-* ethdev: an API change is planned for 17.02 for the function
- ``_rte_eth_dev_callback_process``. In 17.02 the function will return an ``int``
+* ethdev: an API change is planned for 17.05 for the function
+ ``_rte_eth_dev_callback_process``. In 17.05 the function will return an ``int``
instead of ``void`` and a fourth parameter ``void *ret_param`` will be added.
* ABI changes are planned for 17.05 in the ``rte_mbuf`` structure: some fields
--
2.7.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev
2017-02-13 14:26 [dpdk-dev] [PATCH] doc: postpone API change in ethdev Thomas Monjalon
@ 2017-02-13 17:05 ` Ferruh Yigit
2017-02-14 8:12 ` Olivier Matz
2017-02-14 19:31 ` Thomas Monjalon
1 sibling, 1 reply; 5+ messages in thread
From: Ferruh Yigit @ 2017-02-13 17:05 UTC (permalink / raw)
To: Thomas Monjalon, Bernard Iremonger; +Cc: dev
On 2/13/2017 2:26 PM, Thomas Monjalon wrote:
> The change of _rte_eth_dev_callback_process has not been done in 17.02.
> Let's postpone to 17.05.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev
2017-02-13 17:05 ` Ferruh Yigit
@ 2017-02-14 8:12 ` Olivier Matz
2017-02-14 10:32 ` Iremonger, Bernard
0 siblings, 1 reply; 5+ messages in thread
From: Olivier Matz @ 2017-02-14 8:12 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: Thomas Monjalon, Bernard Iremonger, dev
On Mon, 13 Feb 2017 17:05:00 +0000, Ferruh Yigit
<ferruh.yigit@intel.com> wrote:
> On 2/13/2017 2:26 PM, Thomas Monjalon wrote:
> > The change of _rte_eth_dev_callback_process has not been done in
> > 17.02. Let's postpone to 17.05.
> >
> > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev
2017-02-14 8:12 ` Olivier Matz
@ 2017-02-14 10:32 ` Iremonger, Bernard
0 siblings, 0 replies; 5+ messages in thread
From: Iremonger, Bernard @ 2017-02-14 10:32 UTC (permalink / raw)
To: Olivier Matz, Yigit, Ferruh; +Cc: Thomas Monjalon, dev
> -----Original Message-----
> From: Olivier Matz [mailto:olivier.matz@6wind.com]
> Sent: Tuesday, February 14, 2017 8:12 AM
> To: Yigit, Ferruh <ferruh.yigit@intel.com>
> Cc: Thomas Monjalon <thomas.monjalon@6wind.com>; Iremonger, Bernard
> <bernard.iremonger@intel.com>; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev
>
> On Mon, 13 Feb 2017 17:05:00 +0000, Ferruh Yigit <ferruh.yigit@intel.com>
> wrote:
> > On 2/13/2017 2:26 PM, Thomas Monjalon wrote:
> > > The change of _rte_eth_dev_callback_process has not been done in
> > > 17.02. Let's postpone to 17.05.
> > >
> > > Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> >
> > Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
>
> Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: postpone API change in ethdev
2017-02-13 14:26 [dpdk-dev] [PATCH] doc: postpone API change in ethdev Thomas Monjalon
2017-02-13 17:05 ` Ferruh Yigit
@ 2017-02-14 19:31 ` Thomas Monjalon
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-02-14 19:31 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
Applied
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-14 19:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 14:26 [dpdk-dev] [PATCH] doc: postpone API change in ethdev Thomas Monjalon
2017-02-13 17:05 ` Ferruh Yigit
2017-02-14 8:12 ` Olivier Matz
2017-02-14 10:32 ` Iremonger, Bernard
2017-02-14 19:31 ` 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).