Re: [dpdk-dev] [RFC 2/2] doc: add deprecation marker usage

2018-12-21 Thread Ferruh Yigit
On 12/20/2018 8:02 AM, Luca Boccassi wrote: > On Wed, 2018-12-19 at 12:52 +, Ferruh Yigit wrote: >> Define '__rte_deprecated' usage process. >> >> Suggests keeping old API with '__rte_deprecated' marker until next >> LTS. >> >> Signed-off-by: Ferruh Yigit >> --- >> Cc: Luca Boccassi >> Cc: Ke

Re: [dpdk-dev] [RFC 2/2] doc: add deprecation marker usage

2018-12-20 Thread Luca Boccassi
On Wed, 2018-12-19 at 12:52 +, Ferruh Yigit wrote: > Define '__rte_deprecated' usage process. > > Suggests keeping old API with '__rte_deprecated' marker until next > LTS. > > Signed-off-by: Ferruh Yigit > --- > Cc: Luca Boccassi > Cc: Kevin Traynor > Cc: Yongseok Koh > Cc: Neil Horman >