From: Olivier Matz <olivier.matz@6wind.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] mempool: fix symbol export
Date: Sat, 25 Jun 2016 18:49:12 +0200 [thread overview]
Message-ID: <576EB608.4080502@6wind.com> (raw)
In-Reply-To: <1466860257-4068-1-git-send-email-thomas.monjalon@6wind.com>
On 06/25/2016 03:10 PM, Thomas Monjalon wrote:
> Every new symbols in release 16.07 are exported with the version
> string DPDK_16.07.
> Also remove the empty local: section which is not needed because
> inherited from the DPDK_2.0 block.
>
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
> ---
> lib/librte_mempool/rte_mempool_version.map | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/lib/librte_mempool/rte_mempool_version.map b/lib/librte_mempool/rte_mempool_version.map
> index a4a6c1f..9bcbf17 100644
> --- a/lib/librte_mempool/rte_mempool_version.map
> +++ b/lib/librte_mempool/rte_mempool_version.map
> @@ -16,7 +16,7 @@ DPDK_2.0 {
> local: *;
> };
>
> -DPDK_16.7 {
> +DPDK_16.07 {
> global:
>
> rte_mempool_check_cookies;
> @@ -33,5 +33,4 @@ DPDK_16.7 {
> rte_mempool_register_ops;
> rte_mempool_set_ops_byname;
>
> - local: *;
> } DPDK_2.0;
>
Good catch, thanks Thomas
Acked-by: Olivier Matz <olivier.matz@6wind.com>
next prev parent reply other threads:[~2016-06-25 16:49 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-25 13:10 [PATCH] mempool: fix symbol export Thomas Monjalon
2016-06-25 16:49 ` Olivier Matz [this message]
2016-06-27 15:03 ` Thomas Monjalon
[not found] ` <1467032271-10116-1-git-send-email-y>
2016-06-27 13:02 ` [PATCH 1/3] ethdev: remove duplicated symbols from .map Ferruh Yigit
2016-06-27 13:02 ` Ferruh Yigit
2016-06-27 13:02 ` [PATCH 2/3] cmdline: " Ferruh Yigit
2016-06-27 15:55 ` Olivier MATZ
2016-06-27 13:02 ` [PATCH 3/3] port: " Ferruh Yigit
2016-06-27 13:13 ` Dumitrescu, Cristian
2016-06-27 13:07 ` [PATCH 1/3] ethdev: " Ferruh Yigit
2016-06-30 17:58 ` Thomas Monjalon
2016-06-30 18:03 ` 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=576EB608.4080502@6wind.com \
--to=olivier.matz@6wind.com \
--cc=dev@dpdk.org \
--cc=thomas.monjalon@6wind.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.