* [dpdk-dev] [PATCH] table: add missing exports
@ 2016-08-01 9:00 Aleksey Katargin
2016-08-02 11:20 ` Dumitrescu, Cristian
0 siblings, 1 reply; 3+ messages in thread
From: Aleksey Katargin @ 2016-08-01 9:00 UTC (permalink / raw)
To: dev
Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
---
lib/librte_table/rte_table_version.map | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/librte_table/rte_table_version.map b/lib/librte_table/rte_table_version.map
index 2138698..459c2da 100644
--- a/lib/librte_table/rte_table_version.map
+++ b/lib/librte_table/rte_table_version.map
@@ -3,6 +3,7 @@ DPDK_2.0 {
rte_table_acl_ops;
rte_table_array_ops;
+ rte_table_hash_ext_dosig_ops;
rte_table_hash_ext_ops;
rte_table_hash_key8_ext_dosig_ops;
rte_table_hash_key8_ext_ops;
@@ -12,6 +13,7 @@ DPDK_2.0 {
rte_table_hash_key16_lru_ops;
rte_table_hash_key32_ext_ops;
rte_table_hash_key32_lru_ops;
+ rte_table_hash_lru_dosig_ops;
rte_table_hash_lru_ops;
rte_table_lpm_ipv6_ops;
rte_table_lpm_ops;
@@ -24,5 +26,6 @@ DPDK_2.2 {
global:
rte_table_hash_key16_ext_dosig_ops;
+ rte_table_hash_key16_lru_dosig_ops;
} DPDK_2.0;
--
2.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] table: add missing exports
2016-08-01 9:00 [dpdk-dev] [PATCH] table: add missing exports Aleksey Katargin
@ 2016-08-02 11:20 ` Dumitrescu, Cristian
2016-08-22 20:43 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Dumitrescu, Cristian @ 2016-08-02 11:20 UTC (permalink / raw)
To: Aleksey Katargin, dev
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Aleksey Katargin
> Sent: Monday, August 1, 2016 10:01 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] table: add missing exports
>
> Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
> ---
> lib/librte_table/rte_table_version.map | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/lib/librte_table/rte_table_version.map
> b/lib/librte_table/rte_table_version.map
> index 2138698..459c2da 100644
> --- a/lib/librte_table/rte_table_version.map
> +++ b/lib/librte_table/rte_table_version.map
> @@ -3,6 +3,7 @@ DPDK_2.0 {
>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Hi Aleksey,
I checked all DPDK releases 2.0 -> 16.07 and yes, you're exactly right. Ouch!!!
Thanks very much for fixing this!
Regards,
Cristian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] table: add missing exports
2016-08-02 11:20 ` Dumitrescu, Cristian
@ 2016-08-22 20:43 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2016-08-22 20:43 UTC (permalink / raw)
To: Aleksey Katargin; +Cc: dev, Dumitrescu, Cristian
> > Signed-off-by: Aleksey Katargin <gureedo@gmail.com>
>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
Fixes: 8aa327214ceb ("table: hash")
Fixes: 68866e2417cc ("table: add 16-byte hash operations computed on lookup")
Applied, thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-22 20:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 9:00 [dpdk-dev] [PATCH] table: add missing exports Aleksey Katargin
2016-08-02 11:20 ` Dumitrescu, Cristian
2016-08-22 20:43 ` 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).