* [dpdk-dev] [PATCH] hash: add missing symbol in version map
@ 2015-06-30 18:37 Pablo de Lara
2015-07-01 7:39 ` Gonzalez Monroy, Sergio
0 siblings, 1 reply; 3+ messages in thread
From: Pablo de Lara @ 2015-06-30 18:37 UTC (permalink / raw)
To: dev
rte_hash_hash is a public function but was not in
rte_hash_version.map
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
---
lib/librte_hash/rte_hash_version.map | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map
index 0b749e8..94a0fec 100644
--- a/lib/librte_hash/rte_hash_version.map
+++ b/lib/librte_hash/rte_hash_version.map
@@ -11,6 +11,7 @@ DPDK_2.0 {
rte_hash_del_key_with_hash;
rte_hash_find_existing;
rte_hash_free;
+ rte_hash_hash;
rte_hash_lookup;
rte_hash_lookup_bulk;
rte_hash_lookup_with_hash;
--
1.7.4.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] hash: add missing symbol in version map
2015-06-30 18:37 [dpdk-dev] [PATCH] hash: add missing symbol in version map Pablo de Lara
@ 2015-07-01 7:39 ` Gonzalez Monroy, Sergio
2015-07-01 21:20 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Gonzalez Monroy, Sergio @ 2015-07-01 7:39 UTC (permalink / raw)
To: Pablo de Lara; +Cc: dev
On 30/06/2015 19:37, Pablo de Lara wrote:
> rte_hash_hash is a public function but was not in
> rte_hash_version.map
>
> Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> ---
> lib/librte_hash/rte_hash_version.map | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map
> index 0b749e8..94a0fec 100644
> --- a/lib/librte_hash/rte_hash_version.map
> +++ b/lib/librte_hash/rte_hash_version.map
> @@ -11,6 +11,7 @@ DPDK_2.0 {
> rte_hash_del_key_with_hash;
> rte_hash_find_existing;
> rte_hash_free;
> + rte_hash_hash;
> rte_hash_lookup;
> rte_hash_lookup_bulk;
> rte_hash_lookup_with_hash;
Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] hash: add missing symbol in version map
2015-07-01 7:39 ` Gonzalez Monroy, Sergio
@ 2015-07-01 21:20 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2015-07-01 21:20 UTC (permalink / raw)
To: Pablo de Lara; +Cc: dev
2015-07-01 08:39, Gonzalez Monroy, Sergio:
> On 30/06/2015 19:37, Pablo de Lara wrote:
> > rte_hash_hash is a public function but was not in
> > rte_hash_version.map
> >
> > Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
> Acked-by: Sergio Gonzalez Monroy <sergio.gonzalez.monroy@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-01 21:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-30 18:37 [dpdk-dev] [PATCH] hash: add missing symbol in version map Pablo de Lara
2015-07-01 7:39 ` Gonzalez Monroy, Sergio
2015-07-01 21:20 ` Thomas Monjalon
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).