Message ID | 1492530510-2034-1-git-send-email-bernard.iremonger@intel.com |
---|---|
State | Accepted, archived |
Delegated to: | Thomas Monjalon |
Headers | show |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/Intel-compilation | success | Compilation OK |
> -----Original Message----- > From: Iremonger, Bernard > Sent: Tuesday, April 18, 2017 4:49 PM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh > <ferruh.yigit@intel.com>; Iremonger, Bernard <bernard.iremonger@intel.com> > Subject: [PATCH] doc: postpone ABI change in ethdev > > The change of _rte_eth_dev_callback_process has not been done in 17.05. > Let's postpone to 17.08. > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
> -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Tuesday, April 18, 2017 4:49 PM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh > <ferruh.yigit@intel.com>; Iremonger, Bernard > <bernard.iremonger@intel.com> > Subject: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev > > The change of _rte_eth_dev_callback_process has not been done in 17.05. > Let's postpone to 17.08. > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: Reshma Pattan <reshma.pattan@intel.com>
> -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger > Sent: Tuesday, April 18, 2017 4:49 PM > To: dev@dpdk.org > Cc: Mcnamara, John <john.mcnamara@intel.com>; Yigit, Ferruh <ferruh.yigit@intel.com>; Iremonger, Bernard > <bernard.iremonger@intel.com> > Subject: [dpdk-dev] [PATCH] doc: postpone ABI change in ethdev > > The change of _rte_eth_dev_callback_process has not been done in 17.05. > Let's postpone to 17.08. > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.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 a3e7c720c..00e379c00 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -36,8 +36,8 @@ Deprecation Notices > ``eth_driver``. Similarly, ``rte_pci_driver`` is planned to be removed from > ``rte_cryptodev_driver`` in 17.05. > > -* 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`` > +* ethdev: An API change is planned for 17.08 for the function > + ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` > instead of ``void`` and a fourth parameter ``void *ret_param`` will be added. > > * ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_* > -- > 2.11.0 Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
> The change of _rte_eth_dev_callback_process has not been done in 17.05. > > Let's postpone to 17.08. > > > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> > > Acked-by: John McNamara <john.mcnamara@intel.com> Applied, thanks
diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst index a3e7c720c..00e379c00 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -36,8 +36,8 @@ Deprecation Notices ``eth_driver``. Similarly, ``rte_pci_driver`` is planned to be removed from ``rte_cryptodev_driver`` in 17.05. -* 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`` +* ethdev: An API change is planned for 17.08 for the function + ``_rte_eth_dev_callback_process``. In 17.08 the function will return an ``int`` instead of ``void`` and a fourth parameter ``void *ret_param`` will be added. * ethdev: for 17.05 it is planned to deprecate the following nine rte_eth_dev_*
The change of _rte_eth_dev_callback_process has not been done in 17.05. Let's postpone to 17.08. Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> --- doc/guides/rel_notes/deprecation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)