Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-13 Thread Thomas Monjalon
09/05/2019 07:31, Arnon Warshavsky: > On Wed, May 8, 2019 at 11:54 PM Thomas Monjalon wrote: > > > Two public functions from EAL and metrics libraries need to return > > some new error codes instead of calling rte_panic or rte_exit. > > > > Signed-off-by: Thomas Monjalon > Acked-By: Arnon Warsha

Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-09 Thread Ferruh Yigit
On 5/8/2019 9:54 PM, Thomas Monjalon wrote: > Two public functions from EAL and metrics libraries need to return > some new error codes instead of calling rte_panic or rte_exit. > > Signed-off-by: Thomas Monjalon Acked-by: Ferruh Yigit

Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-09 Thread Thomas Monjalon
09/05/2019 09:34, David Marchand: > On Wed, May 8, 2019 at 10:54 PM Thomas Monjalon wrote: > > --- a/doc/guides/rel_notes/deprecation.rst > > +++ b/doc/guides/rel_notes/deprecation.rst > > +* eal: The function ``rte_eal_remote_launch`` will return new error codes > > + after read or write error o

Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-09 Thread David Marchand
On Wed, May 8, 2019 at 10:54 PM Thomas Monjalon wrote: > Two public functions from EAL and metrics libraries need to return > some new error codes instead of calling rte_panic or rte_exit. > > Signed-off-by: Thomas Monjalon > --- > doc/guides/rel_notes/deprecation.rst | 6 ++ > 1 file chang

Re: [dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-08 Thread Arnon Warshavsky
On Wed, May 8, 2019 at 11:54 PM Thomas Monjalon wrote: > Two public functions from EAL and metrics libraries need to return > some new error codes instead of calling rte_panic or rte_exit. > > Signed-off-by: Thomas Monjalon > --- > > -- > 2.21.0 > > Acked-By: Arnon Warshavsky

[dpdk-dev] [PATCH] doc: announce API change to remove exit calls in libs

2019-05-08 Thread Thomas Monjalon
Two public functions from EAL and metrics libraries need to return some new error codes instead of calling rte_panic or rte_exit. Signed-off-by: Thomas Monjalon --- doc/guides/rel_notes/deprecation.rst | 6 ++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/rel_notes/deprecation.rst