patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: David Marchand <david.marchand@redhat.com>
Cc: dev@dpdk.org, stable@dpdk.org, "Jerin Jacob" <jerinj@marvell.com>,
	"Mattias Rönnblom" <mattias.ronnblom@ericsson.com>
Subject: Re: [PATCH] eventdev: fix symbol export for port maintenance
Date: Wed, 11 Oct 2023 12:21:20 +0530	[thread overview]
Message-ID: <CALBAE1P7kp-QxQ-1vg2dYOvubuO4Uj4+U=0f7xZj8aO6f3i6+A@mail.gmail.com> (raw)
In-Reply-To: <20231010140029.66159-1-david.marchand@redhat.com>

On Tue, Oct 10, 2023 at 7:30 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> Trying to call rte_event_maintain out of the eventdev library triggers
> a link failure, as the tracepoint symbol associated to this inline
> helper was not exported.
>
> Fixes: 54f17843a887 ("eventdev: add port maintenance API")
> Cc: stable@dpdk.org
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>

Acked-by: Jerin Jacob <jerinj@marvell.com>

David, If it is stopping dispatcher library integration, please take
this patch through main tree, if not, I will add through event tree
for rc2.


> ---
> Caught by the CI when testing the dispatcher library.
> See for example:
> https://github.com/ovsrobot/dpdk/actions/runs/6460514355/job/17538348529#step:19:5506
>
> ---
>  lib/eventdev/version.map | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/eventdev/version.map b/lib/eventdev/version.map
> index b03c10d99f..249eb115b1 100644
> --- a/lib/eventdev/version.map
> +++ b/lib/eventdev/version.map
> @@ -5,6 +5,7 @@ DPDK_24 {
>         __rte_eventdev_trace_deq_burst;
>         __rte_eventdev_trace_enq_burst;
>         __rte_eventdev_trace_eth_tx_adapter_enqueue;
> +       __rte_eventdev_trace_maintain;
>         __rte_eventdev_trace_timer_arm_burst;
>         __rte_eventdev_trace_timer_arm_tmo_tick_burst;
>         __rte_eventdev_trace_timer_cancel_burst;
> --
> 2.41.0
>

  parent reply	other threads:[~2023-10-11  6:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-10 14:00 David Marchand
2023-10-11  6:46 ` Mattias Rönnblom
2023-10-11  7:03   ` David Marchand
2023-10-11  7:21     ` David Marchand
2023-10-12 12:32       ` Jerin Jacob
2023-10-11  6:51 ` Jerin Jacob [this message]
2023-10-11  7:03   ` David Marchand
2023-10-11 12:11   ` David Marchand

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='CALBAE1P7kp-QxQ-1vg2dYOvubuO4Uj4+U=0f7xZj8aO6f3i6+A@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=mattias.ronnblom@ericsson.com \
    --cc=stable@dpdk.org \
    /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).