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 A103C42B2A; Wed, 17 May 2023 10:16:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F3C94114A; Wed, 17 May 2023 10:16:01 +0200 (CEST) Received: from mail-vk1-f174.google.com (mail-vk1-f174.google.com [209.85.221.174]) by mails.dpdk.org (Postfix) with ESMTP id C16E94067B for ; Wed, 17 May 2023 10:15:59 +0200 (CEST) Received: by mail-vk1-f174.google.com with SMTP id 71dfb90a1353d-44fc0b53a8aso389392e0c.0 for ; Wed, 17 May 2023 01:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684311359; x=1686903359; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=0nG+pSm0hKfBAYBE5XF10GEABWJXRymkqQwQvxi7qjU=; b=PdUU2ugtpRTmxEUNimG8GPNvQtJk6WEu4dnFj9UtvfkOD6q3H4+53MYz35V3b6RRiv 65eTSGuOJoAV7y0CvPG8VDBIivVpceaXgvN4q+pvYsDsFBTl9F7XuNidaBx5l33AEOrn vvLOVDdjhaNCoJzEwWKiMN19wQqQ9JUfBjijc42XbY4UKlq7B0Yy/dJqheSXbitD38qh UYxyzEjUm3iaa6uLRD+C08UCDEIJuwEwG+npY1so57teXziOBJ9j2+EU3AGw1zBj2bQc CMjtlqpAA1E5VwF7jZn8ePQOAWMIDT+ReTxmKBhHYF6ZG/Joyo1RTKMBkx6KFnbIgDhK HKaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684311359; x=1686903359; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=0nG+pSm0hKfBAYBE5XF10GEABWJXRymkqQwQvxi7qjU=; b=Zc+PeB1BaTJSiS3wRMfYvzJWQ63iXTPOiSaDx1RuIR0IjzhgKHBWi9yLfdU1AoDq2r X+WTqz103Tt0zK0TPot3Yr33NT5UrPwcUeCw822ic/Jle6HiFs2XlDTek+kpqCDlPzHT 6Dk2wpIx9vo6jCs6tEemcZRMmlTyTC0uwd/Kb/fopM5qfZk4Ouh0F5NbGjz0O++2kfCL uXtOvFU/YL0uVDBNl7lfMNtdmUSTf99d3KuB6WJe7xzYsh3QC5Q1y9XexnFu0Xi/R4// mkCBlaZ0Owgyc4WW6SyepvUNj3+X1BREKwWHdBzlUSsIuegBaSp9EqhVtH4l8UmsL2Y7 4XSw== X-Gm-Message-State: AC+VfDwNGOVWTYowvQM7ZJWe/jW9XZwPnLX1STHK68MIHXXUS9fFJzjQ 5kaCiMrY+eUOr6Ukpb8d8LOlSeokEAfg8G/8BsZ6aoEeGkWVTw== X-Google-Smtp-Source: ACHHUZ6j9BNcU/tXQ1EaEX9BjUtm2JdnVI891ivdMxGUeGmzi1GprbVFUirnkO70GTgFsJZvjfMDDLtJ+r22iAlh1kk= X-Received: by 2002:a1f:4510:0:b0:44f:d30a:6995 with SMTP id s16-20020a1f4510000000b0044fd30a6995mr13979585vka.2.1684311358968; Wed, 17 May 2023 01:15:58 -0700 (PDT) MIME-Version: 1.0 References: <20230502053613.1131362-1-s.v.naga.harish.k@intel.com> <20230502055711.1133134-1-s.v.naga.harish.k@intel.com> In-Reply-To: From: Jerin Jacob Date: Wed, 17 May 2023 13:45:32 +0530 Message-ID: Subject: Re: [PATCH v2] eventdev/eth_tx: fix runtime parameter test To: "Naga Harish K, S V" Cc: "jerinj@marvell.com" , "dev@dpdk.org" , "Jayatheerthan, Jay" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Wed, May 17, 2023 at 11:09=E2=80=AFAM Naga Harish K, S V wrote: > > > > > -----Original Message----- > > From: Jerin Jacob > > Sent: Wednesday, May 17, 2023 10:49 AM > > To: Naga Harish K, S V > > Cc: jerinj@marvell.com; dev@dpdk.org; Jayatheerthan, Jay > > > > Subject: Re: [PATCH v2] eventdev/eth_tx: fix runtime parameter test > > > > On Tue, May 2, 2023 at 11:27=E2=80=AFAM Naga Harish K S V > > wrote: > > > > > > TX adapter capability check logic is simplified. > > > The UT has been updated to skip the test, if the API to set runtime > > > parameters is not supported. > > > > > > Fixes: 1d176c7add08581 ("eventdev/eth_tx: support runtime set/get > > > parameters") > > > > > > Signed-off-by: Naga Harish K S V > > > --- > > > app/test/test_event_eth_tx_adapter.c | 11 ++++++--- > > > lib/eventdev/rte_event_eth_tx_adapter.c | 33 > > > +++++-------------------- > > > 2 files changed, 14 insertions(+), 30 deletions(-) > > > > > > Please fix > > Is it candidate for Cc: stable@dpdk.org backport? > > eventdev/eth_tx: fix runtime parameter test > > > > This patch (feature) is added in DPDK 23.03 release. > So, thinking this fix may need not be backported. > Please let me know if it still needs to be backported. If there is stable free for 23.03 then we need to do this. >From patch author PoV(as per policy), we can mark as Cc: stable@dpdk.org and stable tree maintainer will do rest. The only case where an author does need to add Cc: stable@dpdk.org is when, it is fixing something in the current release where a bug is introduced in this current release.