From: Thomas Monjalon <thomas@monjalon.net>
To: Nikhil Rao <nikhil.rao@intel.com>
Cc: dev@dpdk.org, harry.van.haaren@intel.com, ferruh.yigit@intel.com
Subject: Re: [dpdk-dev] [PATCH v3] service: fix parameter type
Date: Wed, 27 Mar 2019 10:52:39 +0100 [thread overview]
Message-ID: <1705677.IYcAMfH6DV@xps> (raw)
In-Reply-To: <1550226554-147562-1-git-send-email-nikhil.rao@intel.com>
15/02/2019 11:29, Nikhil Rao:
> The type of value parameter to rte_service_attr_get
> should be uint64_t *, since the attributes
> are of type uint64_t.
>
> Fixes: 4d55194d76a4 ("service: add attribute get function")
>
> Reviewed-by: Gage Eads <gage.eads@intel.com>
> Signed-off-by: Nikhil Rao <nikhil.rao@intel.com>
> Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
> ---
> --- a/lib/librte_eal/common/include/rte_service.h
> +++ b/lib/librte_eal/common/include/rte_service.h
> int32_t rte_service_attr_get(uint32_t id, uint32_t attr_id,
> - uint32_t *attr_value);
> + uint64_t *attr_value);
I'm seeing this error:
app/test/test_service_cores.c:265:8: error:
passing argument 3 of ‘rte_service_attr_get’ from incompatible pointer type
> --- a/doc/guides/rel_notes/release_19_05.rst
> +++ b/doc/guides/rel_notes/release_19_05.rst
> - librte_eal.so.9
> + +librte_eal.so.10
A space is missing after the +
next prev parent reply other threads:[~2019-03-27 9:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-19 14:01 [dpdk-dev] [PATCH] " Nikhil Rao
2019-01-21 11:43 ` Van Haaren, Harry
2019-02-08 15:01 ` Ferruh Yigit
2019-02-14 9:56 ` [dpdk-dev] [PATCH v2] " Nikhil Rao
2019-02-15 10:29 ` [dpdk-dev] [PATCH v3] " Nikhil Rao
2019-02-18 20:27 ` Rami Rosen
2019-03-27 9:52 ` Thomas Monjalon [this message]
2019-03-27 9:52 ` Thomas Monjalon
2019-03-28 6:29 ` [dpdk-dev] [PATCH v4] " Nikhil Rao
2019-03-28 6:29 ` Nikhil Rao
2019-03-28 20:10 ` Thomas Monjalon
2019-03-28 20:10 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1705677.IYcAMfH6DV@xps \
--to=thomas@monjalon.net \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@intel.com \
--cc=harry.van.haaren@intel.com \
--cc=nikhil.rao@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).