From: Jiri Pirko <jiri@resnulli.us>
To: Jakub Kicinski <kuba@kernel.org>
Cc: Parav Pandit <parav@nvidia.com>,
Sunil Sudhakar Rani <sunrani@nvidia.com>,
Saeed Mahameed <saeedm@nvidia.com>, Jiri Pirko <jiri@nvidia.com>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
"davem@davemloft.net" <davem@davemloft.net>,
Bodong Wang <bodong@nvidia.com>
Subject: Re: [PATCH net-next 1/2] devlink: Add support to set port function as trusted
Date: Fri, 14 Jan 2022 10:15:49 +0100 [thread overview]
Message-ID: <YeE/RfKb0bxQmJOq@nanopsycho> (raw)
In-Reply-To: <20220111102005.4f0fa3a0@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Tue, Jan 11, 2022 at 07:20:05PM CET, kuba@kernel.org wrote:
>On Tue, 11 Jan 2022 16:57:54 +0000 Parav Pandit wrote:
>> > > What shortcomings do you see in the finer granular approach we want to
>> > > go to enable/disable On a per feature basis instead of global knob?
>> >
>> > I was replying to Saeed so I assumed some context which you probably lack.
>> > Granular approach is indeed better, what I was referring to when I said "prefer
>> > an API as created by this patch" was having an dedicated devlink op, instead of
>> > the use of devlink params.
>>
>> This discussed got paused in yet another year-end holidays. :)
>> Resuming now and refreshing everyone's cache.
>>
>> We need to set/clear the capabilities of the function before deploying such function.
>> As you suggested we discussed the granular approach and at present we have following features to on/off.
>>
>> Generic features:
>> 1. ipsec offload
>
>Why is ipsec offload a trusted feature?
>
>> 2. ptp device
>
>Makes sense.
>
>> Device specific:
>> 1. sw steering
>
>No idea what that is/entails.
>
>> 2. physical port counters query
>
>Still don't know why VF needs to know phy counters.
>
>> It was implicit that a driver API callback addition for both types of features is not good.
>> Devlink port function params enables to achieve both generic and device specific features.
>> Shall we proceed with port function params? What do you think?
>
>I already addressed this. I don't like devlink params. They muddy the
>water between vendor specific gunk and bona fide Linux uAPI. Build a
>normal dedicated API.
Well, that is indeed true. But on the other hand, what is the alternative
solution? There are still going to be things wich are generic and driver-
specific. Params or no params. Or do you say we need some new well
defined enum-based api for generic stuff and driver-speficic will just
go to params?
next prev parent reply other threads:[~2022-01-14 9:15 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 14:43 [PATCH net-next 0/2] Extend devlink for port trust setting Sunil Rani
2021-11-22 14:43 ` [PATCH net-next 1/2] devlink: Add support to set port function as trusted Sunil Rani
2021-11-23 1:22 ` Jakub Kicinski
2021-11-30 22:17 ` Sunil Sudhakar Rani
2021-12-01 3:12 ` Jakub Kicinski
2021-12-01 7:07 ` Saeed Mahameed
2021-12-02 17:31 ` Jakub Kicinski
2021-12-02 19:06 ` Saeed Mahameed
2021-12-15 18:19 ` Saeed Mahameed
2021-12-15 19:22 ` Jakub Kicinski
2021-12-15 22:15 ` Saeed Mahameed
2021-12-15 23:04 ` Jakub Kicinski
2021-12-16 16:17 ` Sunil Sudhakar Rani
2021-12-16 16:28 ` Jakub Kicinski
2022-01-11 16:57 ` Parav Pandit
2022-01-11 18:20 ` Jakub Kicinski
2022-01-11 18:26 ` Parav Pandit
2022-01-11 19:24 ` Jakub Kicinski
2022-01-11 19:39 ` Parav Pandit
2022-01-11 19:57 ` Jakub Kicinski
2022-01-12 4:40 ` Parav Pandit
2022-01-13 0:35 ` Jakub Kicinski
2022-01-13 3:37 ` Parav Pandit
2022-01-14 4:42 ` Jakub Kicinski
2022-01-14 4:52 ` Parav Pandit
2022-01-15 2:34 ` Jakub Kicinski
2022-01-15 6:15 ` Saeed Mahameed
2022-01-18 18:02 ` Jakub Kicinski
2022-01-18 22:33 ` Saeed Mahameed
2022-01-19 0:16 ` Jakub Kicinski
2022-01-19 5:49 ` Parav Pandit
2022-01-20 0:40 ` Saeed Mahameed
2022-01-20 4:52 ` Parav Pandit
2022-01-20 6:03 ` Saeed Mahameed
2022-01-20 6:19 ` Parav Pandit
2022-02-03 18:35 ` Parav Pandit
2022-02-03 19:16 ` Saeed Mahameed
2022-02-07 14:45 ` Parav Pandit
2022-02-09 4:21 ` Parav Pandit
2022-01-14 9:15 ` Jiri Pirko [this message]
2022-01-15 2:10 ` Jakub Kicinski
2021-11-22 14:43 ` [PATCH net-next 2/2] net/mlx5: SF/VF, Port function trust set support Sunil Rani
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=YeE/RfKb0bxQmJOq@nanopsycho \
--to=jiri@resnulli.us \
--cc=bodong@nvidia.com \
--cc=davem@davemloft.net \
--cc=jiri@nvidia.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=parav@nvidia.com \
--cc=saeedm@nvidia.com \
--cc=sunrani@nvidia.com \
/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