From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 11434A00C2; Wed, 28 Sep 2022 13:04:03 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A745E4113D; Wed, 28 Sep 2022 13:04:02 +0200 (CEST) Received: from mail-qt1-f174.google.com (mail-qt1-f174.google.com [209.85.160.174]) by mails.dpdk.org (Postfix) with ESMTP id F0B534113C for ; Wed, 28 Sep 2022 13:04:00 +0200 (CEST) Received: by mail-qt1-f174.google.com with SMTP id cj27so7656720qtb.7 for ; Wed, 28 Sep 2022 04:04:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=n//7xTD8NWzrISP2GGuTt+Yq9lEcZqYr3tUkffhnyPg=; b=DWGDJdSLIhwQluSrS/mV6HZU7YNq5sLgZ0vzNkSjhEyU9yWrV3kQi55pVMFfiYqhb0 27CxmwFUbYDIlufarYqk14axlFJqblLJDkN0B12wBSuUnSYzci0BR7Y+4qVT0LuGi0ge ZGdxlMy7MFaEpCZWvThFk9KydcTLOTJCtXFt8z1rtlR3bV9LoopGF885PCB0WnRxc7xi TTiemL8izrfms8s+OTWo+0IsSrG6sD1OQKHZSBJqjVoqy7spKkcRsE+jy+vMwLdA7DFp aMy7ACIlG3lrCA2VS6gCx5maTS89GTkHE/WZyiHqH6JTxY8ei8hFSu1BAuWWB71WAVEo 99Xg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=n//7xTD8NWzrISP2GGuTt+Yq9lEcZqYr3tUkffhnyPg=; b=GylswWlU4kDAbH3hUCyFQuoCvx86Kd8+AiQtuVGCU85TqmfZFugzOTHNdXzwmu2Vg6 aVkVUM89aEgvHG53f7jpS78r2IJFADSRoP3VBAOqLvgWliBSrW+ENJaA2VGpXFN8qkD3 4+8aihYiFBOtuO9Bby2w2YczveQ2x4a/8fLXkGaTb5eUJEjSnPh1UASQhmWTMSPzZiyJ MHEdYw510lGsyYime0lQUTS7YY435SWse7tt4y05kN9aB6IuLQRD8eqTEnSLggBclcVK 9KPpY8BqKOsEJe5NVylUNs5KddnVm7/kP88tfgJ/yOMzXQAXVT3oEbV3fpqctsanvnDi F9WA== X-Gm-Message-State: ACrzQf1C8AsSHXAcIqldw4JumfHUz7SW3wIgQdGUxokaEvpQhQXYa8s8 JgrZHyxVfXKx/6T7srBtPLJMKzqj6NY3bNc9zYo= X-Google-Smtp-Source: AMsMyM51swvosg3IVr91bKfAVDZaiRJu01js17VhGb4/dpXoT/RNNVbFidMz+KwbAPOlSpH9Ww8IrogBheGCke7Lw0g= X-Received: by 2002:a05:622a:48c:b0:35d:54e0:13c3 with SMTP id p12-20020a05622a048c00b0035d54e013c3mr2250840qtx.109.1664363040297; Wed, 28 Sep 2022 04:04:00 -0700 (PDT) MIME-Version: 1.0 References: <20220926115811.1615137-1-vfialko@marvell.com> In-Reply-To: From: Jerin Jacob Date: Wed, 28 Sep 2022 16:33:34 +0530 Message-ID: Subject: Re: [PATCH] eventdev: fix name of Rx conf type To: "Jayatheerthan, Jay" Cc: Volodymyr Fialko , "dev@dpdk.org" , Jerin Jacob , "Rao, Nikhil" , "gakhil@marvell.com" , "anoobj@marvell.com" , "Gujjar, Abhinandan S" Content-Type: text/plain; charset="UTF-8" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Mon, Sep 26, 2022 at 7:38 PM Jayatheerthan, Jay wrote: > > Looks good to me. Thanks for catching this one! > > Acked-by: Jay Jayatheerthan Updated the git commit as follows and applied to dpdk-next-net-eventdev/for-main. Thanks eventdev: fix name of Rx conf type in documentation Rename configuration structure type to correspond definition. Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API") Cc: stable@dpdk.org Signed-off-by: Volodymyr Fialko Acked-by: Jay Jayatheerthan > > > > -----Original Message----- > > From: Volodymyr Fialko > > Sent: Monday, September 26, 2022 5:28 PM > > To: dev@dpdk.org; Jayatheerthan, Jay ; Jerin Jacob ; Rao, Nikhil > > > > Cc: gakhil@marvell.com; anoobj@marvell.com; Gujjar, Abhinandan S ; Volodymyr Fialko > > > > Subject: [PATCH] eventdev: fix name of Rx conf type > > > > Rename configuration structure type to correspond definition. > > > > Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API") > > > > Signed-off-by: Volodymyr Fialko > > --- > > lib/eventdev/rte_event_eth_rx_adapter.h | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h > > index a3313c8d32..a9fdeb7b45 100644 > > --- a/lib/eventdev/rte_event_eth_rx_adapter.h > > +++ b/lib/eventdev/rte_event_eth_rx_adapter.h > > @@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id); > > * @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ > > * > > * @param conf > > - * Additional configuration structure of type *rte_event_eth_rx_adapter_conf* > > + * Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf* > > * > > * @return > > * - 0: Success, Receive queue added correctly. > > -- > > 2.25.1 >