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 C60FB425DA; Wed, 20 Sep 2023 05:47:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66940402DC; Wed, 20 Sep 2023 05:47:23 +0200 (CEST) Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com [209.85.217.54]) by mails.dpdk.org (Postfix) with ESMTP id 889D24027A for ; Wed, 20 Sep 2023 05:47:22 +0200 (CEST) Received: by mail-vs1-f54.google.com with SMTP id ada2fe7eead31-4527ba546d2so1055505137.2 for ; Tue, 19 Sep 2023 20:47:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1695181642; x=1695786442; darn=dpdk.org; 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=Cat6YwP6+lbxx3CMaAoSbOGRBzobfyH+5Soa6bwpNN0=; b=XjWaG3hnN//CuS1UgwKNXjvG1yxFKDr2B47+pIXdg8pclwKG9+u30bvrcolz/tz22O TPyoKZF2NfTcOpvFhKPTXo8dhCNYI5lDlz1G+soiZg48PnfkCUzIdUo6aWKyTI0IN6Px PaBNS5wqDBKThwRDT5KcuVSw5LjZx368f0iZiF4vt+0cm3muXTZeLi1SdTjEu6ZMqKy6 2StVWUSAdEwrMwGTcpcGYLqmnmw3uaT5fUiEC9cPrXRopt2ncmSD0R9QIRjuOfCjs9Mi XuDI8Lq5cMu9kZf8695nm7oiDXwGZUrwmoHNkyID+I0fn898OJaLi17mX6IQRXVwcOKT 6ixQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695181642; x=1695786442; 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=Cat6YwP6+lbxx3CMaAoSbOGRBzobfyH+5Soa6bwpNN0=; b=YwXWxCVV+m3oSPXAWTeFIqFLBsvU+gFt5ESZFtQTag0EslnF2wGRc/4al3vIoxeW7C h/LyVpVc9+hIduVQuy/4Z82DrsjgHEcZGEGJixdbZTq1iu6fEj+qgMY4pdUkcqhWZrPj IuayZXS893X9wMCF8ct1LQOc5G3gL6NQV4pLg8S4ZcViRx51HSwCCYd23XeP41BGyd/z sODosBdNonwmUEl49IgPijYHlgDwuNh/pOa5ZKO3JBdHjsTejeG02VVd1Ne6gBnJ99CY v+DP9ajaut752cV+4nQlzJe88zGyrvIlCzEmc2cerc2hQsTCV0OW7rjOovCzZ49isFDZ H5DQ== X-Gm-Message-State: AOJu0Yz/c+qTpMIdX59TK/Fq1v/Jed2u4vtz5JMJzZILAlcNvzWXMRUK wWG+7u9ldrDHPhkz99MndebW+eZPYLsludhEAeA= X-Google-Smtp-Source: AGHT+IEwXVuQgWv63MH3QT8j7fLenMBC1aB0ufTacXbv2QHdsZ2FthZqY9Jbz+pPK8uJU4oiUZuRPe7gQb9U7c7pBuU= X-Received: by 2002:a67:e957:0:b0:452:8452:8a91 with SMTP id p23-20020a67e957000000b0045284528a91mr1413554vso.6.1695181641733; Tue, 19 Sep 2023 20:47:21 -0700 (PDT) MIME-Version: 1.0 References: <20230904105742.1159342-1-psatheesh@marvell.com> In-Reply-To: <20230904105742.1159342-1-psatheesh@marvell.com> From: Jerin Jacob Date: Wed, 20 Sep 2023 09:16:55 +0530 Message-ID: Subject: Re: [dpdk-dev] [PATCH 1/2] common/cnxk: limit RSS key config with RTE Flow operations To: psatheesh@marvell.com Cc: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , dev@dpdk.org, Jerin Jacob 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 Mon, Sep 4, 2023 at 4:27=E2=80=AFPM wrote: > > From: Kiran Kumar K > > Limit the configuring RSS key with RTE Flow operations for cnxk > device. Key can be update only with dev operations using > rte_eth_dev_rss_hash_update. > > Signed-off-by: Kiran Kumar K > Reviewed-by: Jerin Jacob Updated the git commit for 1/2 patch as follows and applied to dpdk-next-net-mrvl/for-next-net. Thanks 2/2 patch can be merged along with port representor changes. Holding2/2 patch now. common/cnxk: fix RSS key configuration Limit the configuring RSS key with rte_flow operations as it is a global resource. Key can be update only with ethdev dev operations using rte_eth_dev_rss_hash_update(). Fixes: 51dc6a80f843 ("common/cnxk: support RSS action in NPC rule") Cc: stable@dpdk.org Signed-off-by: Kiran Kumar K Reviewed-by: Jerin Jacob