patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Devendra Singh Rawat <dsinghrawat@marvell.com>
Cc: dev@dpdk.org, palok@marvell.com, jerinj@marvell.com,
	 ferruh.yigit@intel.com, stable@dpdk.org,
	GR-Everest-DPDK-Dev@marvell.com,  manishc@marvell.com
Subject: Re: [PATCH] net/qede: fix RSS indirection table initialization
Date: Thu, 25 May 2023 17:52:26 +0530	[thread overview]
Message-ID: <CALBAE1N+eW3i7GHeroVLbxhrYSZDjkt6WSwoEqJDEsQ4AbSAPQ@mail.gmail.com> (raw)
In-Reply-To: <20230525053001.283328-1-dsinghrawat@marvell.com>

On Thu, May 25, 2023 at 2:59 PM Devendra Singh Rawat
<dsinghrawat@marvell.com> wrote:
>
> RSS indirection table was not updated for VF ports during RSS hash
> update, this resulted in device start failure.
> This fix updates RSS indirection table during RSS hash update.
>
> Fixes: 7ab35bf6b97b (net/qede: fix RSS)

[for-next-net]dell[dpdk-next-net-mrvl] $ ./devtools/check-git-log.sh -n 1
Wrong tag:
        Fixes: 7ab35bf6b97b (net/qede: fix RSS)
Wrong 'Fixes' reference:
        Fixes: 7ab35bf6b97b (net/qede: fix RSS)

Invalid patch(es) found - checked 1 patch

> Cc: stable@dpdk.org
>
> Signed-off-by: Devendra Singh Rawat <dsinghrawat@marvell.com>
> Signed-off-by: Alok Prasad <palok@marvell.com>
> ---
>  drivers/net/qede/qede_ethdev.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/qede/qede_ethdev.c b/drivers/net/qede/qede_ethdev.c
> index a4923670d6..22cd470646 100644
> --- a/drivers/net/qede/qede_ethdev.c
> +++ b/drivers/net/qede/qede_ethdev.c
> @@ -2142,6 +2142,7 @@ int qede_rss_hash_update(struct rte_eth_dev *eth_dev,
>                 rss_params.rss_enable = 1;
>         }
>
> +       rss_params.update_rss_ind_table = 1;
>         rss_params.update_rss_config = 1;
>         /* tbl_size has to be set with capabilities */
>         rss_params.rss_table_size_log = 7;
> --
> 2.18.2
>

  reply	other threads:[~2023-05-25 12:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-25  5:30 Devendra Singh Rawat
2023-05-25 12:22 ` Jerin Jacob [this message]
2023-05-25  5:45 Devendra Singh Rawat
2023-05-25 13:54 Devendra Singh Rawat
2023-05-26  9:07 ` Jerin Jacob

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=CALBAE1N+eW3i7GHeroVLbxhrYSZDjkt6WSwoEqJDEsQ4AbSAPQ@mail.gmail.com \
    --to=jerinjacobk@gmail.com \
    --cc=GR-Everest-DPDK-Dev@marvell.com \
    --cc=dev@dpdk.org \
    --cc=dsinghrawat@marvell.com \
    --cc=ferruh.yigit@intel.com \
    --cc=jerinj@marvell.com \
    --cc=manishc@marvell.com \
    --cc=palok@marvell.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).