* [dpdk-dev] [PATCH] bbdev: add missing APIs to map file
@ 2018-12-14 16:22 Amr Mokhtar
2018-12-17 9:55 ` Akhil Goyal
2018-12-18 6:46 ` Akhil Goyal
0 siblings, 2 replies; 3+ messages in thread
From: Amr Mokhtar @ 2018-12-14 16:22 UTC (permalink / raw)
To: dev; +Cc: stable, tredaelli, akhil.goyal, david.marchand, nhorman, Amr Mokhtar
some application facing functions are missing from
the map file. these are added by this patch.
Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
---
lib/librte_bbdev/rte_bbdev_version.map | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/librte_bbdev/rte_bbdev_version.map b/lib/librte_bbdev/rte_bbdev_version.map
index d3b81ea..c392f41 100644
--- a/lib/librte_bbdev/rte_bbdev_version.map
+++ b/lib/librte_bbdev/rte_bbdev_version.map
@@ -6,9 +6,13 @@ EXPERIMENTAL {
rte_bbdev_callback_unregister;
rte_bbdev_close;
rte_bbdev_count;
+ rte_bbdev_dec_op_alloc_bulk;
+ rte_bbdev_dec_op_free_bulk;
rte_bbdev_dequeue_dec_ops;
rte_bbdev_dequeue_enc_ops;
rte_bbdev_devices;
+ rte_bbdev_enc_op_alloc_bulk;
+ rte_bbdev_enc_op_free_bulk
rte_bbdev_enqueue_dec_ops;
rte_bbdev_enqueue_enc_ops;
rte_bbdev_find_next;
--
1.8.3.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] bbdev: add missing APIs to map file
2018-12-14 16:22 [dpdk-dev] [PATCH] bbdev: add missing APIs to map file Amr Mokhtar
@ 2018-12-17 9:55 ` Akhil Goyal
2018-12-18 6:46 ` Akhil Goyal
1 sibling, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2018-12-17 9:55 UTC (permalink / raw)
To: Amr Mokhtar, dev; +Cc: stable, tredaelli, david.marchand, nhorman
Hi,
On 12/14/2018 9:52 PM, Amr Mokhtar wrote:
> some application facing functions are missing from
> the map file. these are added by this patch.
>
> Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
> ---
> lib/librte_bbdev/rte_bbdev_version.map | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/lib/librte_bbdev/rte_bbdev_version.map b/lib/librte_bbdev/rte_bbdev_version.map
> index d3b81ea..c392f41 100644
> --- a/lib/librte_bbdev/rte_bbdev_version.map
> +++ b/lib/librte_bbdev/rte_bbdev_version.map
> @@ -6,9 +6,13 @@ EXPERIMENTAL {
> rte_bbdev_callback_unregister;
> rte_bbdev_close;
> rte_bbdev_count;
> + rte_bbdev_dec_op_alloc_bulk;
> + rte_bbdev_dec_op_free_bulk;
> rte_bbdev_dequeue_dec_ops;
> rte_bbdev_dequeue_enc_ops;
> rte_bbdev_devices;
> + rte_bbdev_enc_op_alloc_bulk;
> + rte_bbdev_enc_op_free_bulk
> rte_bbdev_enqueue_dec_ops;
> rte_bbdev_enqueue_enc_ops;
> rte_bbdev_find_next;
I think rte_experimental tag should also be added in the API definition.
I believe this patch should be updated
(http://patches.dpdk.org/patch/48524/)
-Akhil
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] bbdev: add missing APIs to map file
2018-12-14 16:22 [dpdk-dev] [PATCH] bbdev: add missing APIs to map file Amr Mokhtar
2018-12-17 9:55 ` Akhil Goyal
@ 2018-12-18 6:46 ` Akhil Goyal
1 sibling, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2018-12-18 6:46 UTC (permalink / raw)
To: Amr Mokhtar, dev; +Cc: stable, tredaelli, david.marchand, nhorman
On 12/14/2018 9:52 PM, Amr Mokhtar wrote:
> some application facing functions are missing from
> the map file. these are added by this patch.
>
> Signed-off-by: Amr Mokhtar <amr.mokhtar@intel.com>
> ---
> lib/librte_bbdev/rte_bbdev_version.map | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/lib/librte_bbdev/rte_bbdev_version.map b/lib/librte_bbdev/rte_bbdev_version.map
> index d3b81ea..c392f41 100644
> --- a/lib/librte_bbdev/rte_bbdev_version.map
> +++ b/lib/librte_bbdev/rte_bbdev_version.map
> @@ -6,9 +6,13 @@ EXPERIMENTAL {
> rte_bbdev_callback_unregister;
> rte_bbdev_close;
> rte_bbdev_count;
> + rte_bbdev_dec_op_alloc_bulk;
> + rte_bbdev_dec_op_free_bulk;
> rte_bbdev_dequeue_dec_ops;
> rte_bbdev_dequeue_enc_ops;
> rte_bbdev_devices;
> + rte_bbdev_enc_op_alloc_bulk;
> + rte_bbdev_enc_op_free_bulk
semicolon is also missing.
> rte_bbdev_enqueue_dec_ops;
> rte_bbdev_enqueue_enc_ops;
> rte_bbdev_find_next;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-12-18 6:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 16:22 [dpdk-dev] [PATCH] bbdev: add missing APIs to map file Amr Mokhtar
2018-12-17 9:55 ` Akhil Goyal
2018-12-18 6:46 ` Akhil Goyal
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).