From: Stephen Hemminger <stephen@networkplumber.org>
To: Ajay Sharma <sharmaajay@microsoft.com>
Cc: Ferruh Yigit <ferruh.yigit@amd.com>,
Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
"dev@dpdk.org" <dev@dpdk.org>, Long Li <longli@microsoft.com>,
"stable@dpdk.org" <stable@dpdk.org>
Subject: Re: EXTERNAL] [PATCH ] Add checks for the port capabilties
Date: Thu, 25 May 2023 20:30:49 -0700 [thread overview]
Message-ID: <20230525203049.638180a6@hermes.local> (raw)
In-Reply-To: <BY5PR21MB1394525A4A5612F8DB41F23ED647A@BY5PR21MB1394.namprd21.prod.outlook.com>
On Fri, 26 May 2023 00:19:59 +0000
Ajay Sharma <sharmaajay@microsoft.com> wrote:
> + dev_info->max_rx_queues = RTE_MIN(priv->max_rx_queues, USHRT_MAX);
> + dev_info->max_tx_queues = RTE_MIN(priv->max_tx_queues, USHRT_MAX);
> +
Please use UINT16_MAX instead of USHRT_MAX since that is the type of max_rx_queues.
Both are the same size but best to be consistent.
next prev parent reply other threads:[~2023-05-26 3:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-28 3:36 [PATCH] net/mana: suppress TX CQE generation whenever possible longli
2023-05-06 1:32 ` [PATCH v2] " longli
2023-05-19 16:34 ` Ferruh Yigit
2023-05-19 16:40 ` Ferruh Yigit
2023-05-26 0:19 ` EXTERNAL] [PATCH ] Add checks for the port capabilties Ajay Sharma
2023-05-26 3:30 ` Stephen Hemminger [this message]
2023-05-29 1:41 ` [EXTERNAL] " Ajay Sharma
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=20230525203049.638180a6@hermes.local \
--to=stephen@networkplumber.org \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=dev@dpdk.org \
--cc=ferruh.yigit@amd.com \
--cc=longli@microsoft.com \
--cc=sharmaajay@microsoft.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).