[dpdk-stable] [PATCH 19.11] eventdev: fix event port setup in tx adapter

Christian Ehrhardt christian.ehrhardt at canonical.com
Mon Aug 16 10:51:26 CEST 2021


On Wed, Aug 11, 2021 at 1:07 PM Naga Harish K S V
<s.v.naga.harish.k at intel.com> wrote:
>
> [ upstream commit 6922655cad74f1f74917567181b8aa55006300de ]
>
> The event port config set by application in
> rte_event_eth_tx_adapter_create API is modified in
> default configuration callback function. This patch removes
> this hardcode to use application provided event port
> config value.
>
> Fixes: a3bbf2e09756 ("eventdev: add eth Tx adapter implementation")

Thanks, applied

> Signed-off-by: Naga Harish K S V <s.v.naga.harish.k at intel.com>
> ---
>  lib/librte_eventdev/rte_event_eth_tx_adapter.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/lib/librte_eventdev/rte_event_eth_tx_adapter.c b/lib/librte_eventdev/rte_event_eth_tx_adapter.c
> index 8a1573e75f..88abd45d17 100644
> --- a/lib/librte_eventdev/rte_event_eth_tx_adapter.c
> +++ b/lib/librte_eventdev/rte_event_eth_tx_adapter.c
> @@ -285,7 +285,6 @@ txa_service_conf_cb(uint8_t __rte_unused id, uint8_t dev_id,
>                 return ret;
>         }
>
> -       pc->disable_implicit_release = 0;
>         ret = rte_event_port_setup(dev_id, port_id, pc);
>         if (ret) {
>                 RTE_EDEV_LOG_ERR("failed to setup event port %u\n",
> --
> 2.25.1
>


-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd


More information about the stable mailing list