From: Jakub Kicinski <kuba@kernel•org>
To: Hariprasad Kelam <hkelam@marvell•com>
Cc: <netdev@vger•kernel.org>, <linux-kernel@vger•kernel.org>,
<davem@davemloft•net>, <willemdebruijn.kernel@gmail•com>,
<andrew@lunn•ch>, <sgoutham@marvell•com>, <lcherian@marvell•com>,
<gakula@marvell•com>, <jerinj@marvell•com>, <sbhatta@marvell•com>,
<naveenm@marvell•com>, <edumazet@google•com>, <pabeni@redhat•com>,
<jhs@mojatatu•com>, <xiyou.wangcong@gmail•com>,
<jiri@resnulli•us>, <maxtram95@gmail•com>
Subject: Re: [net-next Patch v6 3/6] octeontx2-pf: qos send queues management
Date: Fri, 7 Apr 2023 19:58:58 -0700 [thread overview]
Message-ID: <20230407195858.70172474@kernel.org> (raw)
In-Reply-To: <20230406102103.19910-4-hkelam@marvell.com>
On Thu, 6 Apr 2023 15:51:00 +0530 Hariprasad Kelam wrote:
> Current implementation is such that the number of Send queues (SQs)
> are decided on the device probe which is equal to the number of online
> cpus. These SQs are allocated and deallocated in interface open and c
> lose calls respectively.
>
> This patch defines new APIs for initializing and deinitializing Send
> queues dynamically and allocates more number of transmit queues for
> QOS feature.
I'm getting sparse errors from missing/misplaced __iommu markings
I think, when buildings this.
Please make sure that no new warnings are added in a W=1 C=1 build.
next prev parent reply other threads:[~2023-04-08 2:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-06 10:20 [net-next Patch v6 0/6] octeontx2-pf: HTB offload support Hariprasad Kelam
2023-04-06 10:20 ` [net-next Patch v6 1/6] sch_htb: Allow HTB priority parameter in offload mode Hariprasad Kelam
2023-04-08 16:22 ` Simon Horman
2023-04-06 10:20 ` [net-next Patch v6 2/6] octeontx2-pf: Rename tot_tx_queues to non_qos_queues Hariprasad Kelam
2023-04-06 10:21 ` [net-next Patch v6 3/6] octeontx2-pf: qos send queues management Hariprasad Kelam
2023-04-08 2:58 ` Jakub Kicinski [this message]
2023-04-06 10:21 ` [net-next Patch v6 4/6] octeontx2-pf: Refactor schedular queue alloc/free calls Hariprasad Kelam
2023-04-06 10:21 ` [net-next Patch v6 5/6] octeontx2-pf: Add support for HTB offload Hariprasad Kelam
2023-04-08 16:51 ` Simon Horman
2023-04-06 10:21 ` [net-next Patch v6 6/6] docs: octeontx2: Add Documentation for QOS Hariprasad Kelam
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=20230407195858.70172474@kernel.org \
--to=kuba@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=gakula@marvell$(echo .)com \
--cc=hkelam@marvell$(echo .)com \
--cc=jerinj@marvell$(echo .)com \
--cc=jhs@mojatatu$(echo .)com \
--cc=jiri@resnulli$(echo .)us \
--cc=lcherian@marvell$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=maxtram95@gmail$(echo .)com \
--cc=naveenm@marvell$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=sbhatta@marvell$(echo .)com \
--cc=sgoutham@marvell$(echo .)com \
--cc=willemdebruijn.kernel@gmail$(echo .)com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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