Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-02-01 Thread Thomas Monjalon
22/01/2019 06:44, Nikhil Rao: > rte_service_attr_get() is passed a uint32_t * to retrieve > an attribute value, this will be changed to uin64_t * as per > patch posted at http://patchwork.dpdk.org/patch/49968/ > > Signed-off-by: Nikhil Rao Acked-by: Harry van Haaren Acked-by: Kevin Traynor Ack

Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-02-01 Thread David Marchand
On Tue, Jan 22, 2019 at 6:46 AM Nikhil Rao wrote: > rte_service_attr_get() is passed a uint32_t * to retrieve > an attribute value, this will be changed to uin64_t * as per > patch posted at http://patchwork.dpdk.org/patch/49968/ > > Signed-off-by: Nikhil Rao > --- > doc/guides/rel_notes/deprec

Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-02-01 Thread Andrew Rybchenko
On 2/1/19 2:41 PM, Kevin Traynor wrote: On 01/22/2019 05:44 AM, Nikhil Rao wrote: rte_service_attr_get() is passed a uint32_t * to retrieve an attribute value, this will be changed to uin64_t * as per patch posted at http://patchwork.dpdk.org/patch/49968/ Signed-off-by: Nikhil Rao --- doc/gu

Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-02-01 Thread Kevin Traynor
On 01/22/2019 05:44 AM, Nikhil Rao wrote: > rte_service_attr_get() is passed a uint32_t * to retrieve > an attribute value, this will be changed to uin64_t * as per > patch posted at http://patchwork.dpdk.org/patch/49968/ > > Signed-off-by: Nikhil Rao > --- > doc/guides/rel_notes/deprecation.rst

Re: [dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-01-22 Thread Van Haaren, Harry
> -Original Message- > From: Rao, Nikhil > Sent: Tuesday, January 22, 2019 5:44 AM > To: nhor...@tuxdriver.com > Cc: Van Haaren, Harry ; dev@dpdk.org; Rao, > Nikhil > Subject: [PATCH] doc: announce change of rte service API parameter type > > rte_service_attr_get() is passed a uint32_t *

[dpdk-dev] [PATCH] doc: announce change of rte service API parameter type

2019-01-21 Thread Nikhil Rao
rte_service_attr_get() is passed a uint32_t * to retrieve an attribute value, this will be changed to uin64_t * as per patch posted at http://patchwork.dpdk.org/patch/49968/ Signed-off-by: Nikhil Rao --- doc/guides/rel_notes/deprecation.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/