[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231127174329.6dffea07@kernel.org>
Date: Mon, 27 Nov 2023 17:43:29 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: "Zhang, Xuejun" <xuejun.zhang@...el.com>
Cc: Jiri Pirko <jiri@...nulli.us>, <netdev@...r.kernel.org>,
<anthony.l.nguyen@...el.com>, <intel-wired-lan@...ts.osuosl.org>,
<qi.z.zhang@...el.com>, Wenjun Wu <wenjun1.wu@...el.com>,
<maxtram95@...il.com>, "Chittim, Madhu" <madhu.chittim@...el.com>,
"Samudrala, Sridhar" <sridhar.samudrala@...el.com>, <pabeni@...hat.com>
Subject: Re: [Intel-wired-lan] [PATCH iwl-next v4 0/5] iavf: Add devlink and
devlink rate support'
On Mon, 27 Nov 2023 16:15:47 -0800 Zhang, Xuejun wrote:
> This is extension of ndo_set_tx_maxrate to include per queue parameters
> of tx_minrate and burst.
>
> devlink rate api includes tx_maxrate and tx_minrate, it is intended for
> port rate configurations.
>
> With regarding to tc mqprio, it is being used to configure queue group
> per tc.
>
> For sriov ndo ndo_set_vf_rate, that has been used for overall VF rate
> configuration, not for queue based rate configuration.
>
> It seems there are differences on intent of the aforementioned APIs.
>
> Our use case here is to allow user (i.e @ uAPI) to configure tx rates of
> max rate & min rate per VF queue.Hence we are inclined to
> ndo_set_tx_maxrate extension.
I said:
So since you asked for my opinion - my opinion is that step 1 is to
create a common representation of what we already have and feed it
to the drivers via a single interface. I could just be taking sysfs
maxrate and feeding it to the driver via the devlink rate interface.
If we have the right internals I give 0 cares about what uAPI you pick.
https://lore.kernel.org/all/20231118084843.70c344d9@kernel.org/
Again, the first step is creating a common kernel <> driver interface
which can be used to send to the driver the configuration from the
existing 4 interfaces.
Powered by blists - more mailing lists