From: Ronak Doshi <ronak.doshi@broadcom.com>
To: Amiya Ranjan Mohakud <amiyaranjan.mohakud@gmail.com>
Cc: dev@dpdk.org, stable@dpdk.org
Subject: Re: [PATCH] net/vmxnet3: disable RSS for single queue configuration for ESX8.0+ versions
Date: Wed, 22 Oct 2025 09:32:58 -0700 [thread overview]
Message-ID: <CAP1Q3XQp=fSDqrE-x6qTPhnm66Yoeiaq4skBbq2z_QaG4CaOmA@mail.gmail.com> (raw)
In-Reply-To: <20251022125844.6187-1-amiyaranjan.mohakud@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
On Wed, Oct 22, 2025 at 5:59 AM Amiya Ranjan Mohakud
<amiyaranjan.mohakud@gmail.com> wrote:
>
> + /* Disabling RSS for single queue pair */
> + if (dev->data->nb_rx_queues == 1) {
> + dev->data->dev_conf.rxmode.mq_mode = ETH_MQ_RX_NONE;
> + PMD_INIT_LOG(ERR, "WARN: Disabling RSS for single Rx queue");
> + }
> +
Can you check if mq_mode had RSS enabled? Otherwise, this will always
LOG as WARN for application using single rx queue.
Thanks,
Ronak
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 5465 bytes --]
prev parent reply other threads:[~2025-10-22 16:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-22 12:58 Amiya Ranjan Mohakud
2025-10-22 13:32 ` Amiya Ranjan Mohakud
2025-10-22 13:35 ` Amiya Ranjan Mohakud
2025-10-22 15:56 ` [PATCH v2] " Amiya Ranjan Mohakud
2025-10-22 16:28 ` [PATCH] " Stephen Hemminger
2025-10-22 16:32 ` Ronak Doshi [this message]
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='CAP1Q3XQp=fSDqrE-x6qTPhnm66Yoeiaq4skBbq2z_QaG4CaOmA@mail.gmail.com' \
--to=ronak.doshi@broadcom.com \
--cc=amiyaranjan.mohakud@gmail.com \
--cc=dev@dpdk.org \
--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).