[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Y/MuFN59Apu4eDwN@nanopsycho>
Date: Mon, 20 Feb 2023 09:23:48 +0100
From: Jiri Pirko <jiri@...nulli.us>
To: Shannon Nelson <shannon.nelson@....com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
drivers@...sando.io, brett.creeley@....com
Subject: Re: [PATCH v3 net-next 01/14] devlink: add enable_migration parameter
Fri, Feb 17, 2023 at 11:55:45PM CET, shannon.nelson@....com wrote:
>Add a new device generic parameter to enable/disable support
>for live migration in the devlink device. This is intended
>primarily for a core device that supports other ports/VFs/SFs.
>Those dependent ports may need their own migratable parameter
>for individual enable/disable control.
>
>Examples:
> $ devlink dev param set pci/0000:07:00.0 name enable_migration value true cmode runtime
> $ devlink dev param show pci/0000:07:00.0 name enable_migration
> pci/0000:07:00.0:
> name enable_migration type generic
> values:
> cmode runtime value true
>
>Signed-off-by: Shannon Nelson <shannon.nelson@....com>
>---
> Documentation/networking/devlink/devlink-params.rst | 3 +++
> include/net/devlink.h | 4 ++++
> net/devlink/leftover.c | 5 +++++
Why you didn't use get_maintainers.pl script for the cc list?
Powered by blists - more mailing lists