[dpdk-dev] doc: postpone API change in ethdev

Message ID 1486996004-25985-1-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel compilation success Compilation OK

Commit Message

Thomas Monjalon Feb. 13, 2017, 2:26 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Feb. 13, 2017, 5:05 p.m. UTC | #1
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>
  
Olivier Matz Feb. 14, 2017, 8:12 a.m. UTC | #2
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>
  
Iremonger, Bernard Feb. 14, 2017, 10:32 a.m. UTC | #3
> -----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>
  
Thomas Monjalon Feb. 14, 2017, 7:31 p.m. UTC | #4
Applied
  

Patch

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