Re: [dpdk-dev] [PATCH v4 3/3] doc: add deprecation marker usage

2019-03-01 Thread Thomas Monjalon
01/02/2019 18:06, Ferruh Yigit: > On 1/31/2019 5:17 PM, Thomas Monjalon wrote: > >> + > >> +Reminder that new API should follow deprecation process to be able to > >> replace old API. > > This last sentence is not clear to me. > > I think you mean the old API should follow deprecation process > >

Re: [dpdk-dev] [PATCH v4 3/3] doc: add deprecation marker usage

2019-02-01 Thread Ferruh Yigit
On 1/31/2019 5:17 PM, Thomas Monjalon wrote: >> + >> +Reminder that new API should follow deprecation process to be able to >> replace old API. > This last sentence is not clear to me. > I think you mean the old API should follow deprecation process > to be removed (replaced). Yes, we are trying

Re: [dpdk-dev] [PATCH v4 3/3] doc: add deprecation marker usage

2019-01-31 Thread Thomas Monjalon
24/01/2019 19:10, Ferruh Yigit: > Define '__rte_deprecated' usage process. > > Suggests keeping old API with '__rte_deprecated' marker including > next LTS, they will be removed just after the LTS release. > > Signed-off-by: Ferruh Yigit > Acked-by: Luca Boccassi > Acked-by: Neil Horman [...]

[dpdk-dev] [PATCH v4 3/3] doc: add deprecation marker usage

2019-01-24 Thread Ferruh Yigit
Define '__rte_deprecated' usage process. Suggests keeping old API with '__rte_deprecated' marker including next LTS, they will be removed just after the LTS release. Signed-off-by: Ferruh Yigit Acked-by: Luca Boccassi Acked-by: Neil Horman --- Cc: Luca Boccassi Cc: Kevin Traynor Cc: Yongseok