From: David Marchand <david.marchand@redhat.com>
To: Anoob Joseph <anoobj@marvell.com>
Cc: Akhil Goyal <akhil.goyal@nxp.com>,
Jerin Jacob <jerinj@marvell.com>,
Thomas Monjalon <thomas@monjalon.net>,
Narayana Prasad <pathreya@marvell.com>, dev <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH] common/octeontx2: update version map
Date: Tue, 11 Feb 2020 15:04:51 +0100 [thread overview]
Message-ID: <CAJFAV8zMr+K_xJSUj6H8EFkSSt7WbdMmEB1ufnMUANtREevYzg@mail.gmail.com> (raw)
In-Reply-To: <1581330449-11976-1-git-send-email-anoobj@marvell.com>
On Mon, Feb 10, 2020 at 11:28 AM Anoob Joseph <anoobj@marvell.com> wrote:
>
> Move symbols added in 20.02 release to DPDK_20.0.1 ABI.
>
> Fixes: d06551535a09 ("common/octeontx2: add security capability routine")
> Fixes: 3fe4d07d1678 ("crypto/octeontx2: enable CPT to share QP with ethdev")
> Fixes: f44e71637755 ("net/octeontx2: add security session operations")
>
> Signed-off-by: Anoob Joseph <anoobj@marvell.com>
Small fix below.
Acked-by: David Marchand <david.marchand@redhat.com>
> ---
> .../common/octeontx2/rte_common_octeontx2_version.map | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/common/octeontx2/rte_common_octeontx2_version.map b/drivers/common/octeontx2/rte_common_octeontx2_version.map
> index 19a7b19..a25fc69 100644
> --- a/drivers/common/octeontx2/rte_common_octeontx2_version.map
> +++ b/drivers/common/octeontx2/rte_common_octeontx2_version.map
> @@ -5,7 +5,6 @@ DPDK_20.0 {
> otx2_dev_fini;
> otx2_dev_priv_init;
> otx2_disable_irqs;
> - otx2_eth_dev_is_sec_capable;
> otx2_intra_dev_get_cfg;
> otx2_logtype_base;
> otx2_logtype_dpi;
> @@ -28,11 +27,6 @@ DPDK_20.0 {
> otx2_npa_pf_func_get;
> otx2_npa_set_defaults;
> otx2_register_irq;
> - otx2_sec_idev_cfg_init;
> - otx2_sec_idev_tx_cpt_qp_add;
> - otx2_sec_idev_tx_cpt_qp_remove;
> - otx2_sec_idev_tx_cpt_qp_get;
> - otx2_sec_idev_tx_cpt_qp_put;
> otx2_sso_pf_func_get;
> otx2_sso_pf_func_set;
> otx2_unregister_irq;
> @@ -40,6 +34,17 @@ DPDK_20.0 {
> local: *;
> };
>
> +DPDK_20.0.1 {
> + global:
> +
> + otx2_eth_dev_is_sec_capable;
> + otx2_sec_idev_cfg_init;
> + otx2_sec_idev_tx_cpt_qp_add;
> + otx2_sec_idev_tx_cpt_qp_remove;
> + otx2_sec_idev_tx_cpt_qp_get;
> + otx2_sec_idev_tx_cpt_qp_put;
> +};
> +
DPDK_20.0.1 must inherit from DPDK_20.0 node.
I fixed it.
Applied, thanks.
--
David Marchand
prev parent reply other threads:[~2020-02-11 14:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-10 10:27 Anoob Joseph
2020-02-11 14:04 ` David Marchand [this message]
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=CAJFAV8zMr+K_xJSUj6H8EFkSSt7WbdMmEB1ufnMUANtREevYzg@mail.gmail.com \
--to=david.marchand@redhat.com \
--cc=akhil.goyal@nxp.com \
--cc=anoobj@marvell.com \
--cc=dev@dpdk.org \
--cc=jerinj@marvell.com \
--cc=pathreya@marvell.com \
--cc=thomas@monjalon.net \
/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).