Re: [PATCH v17 02/20] netlink: add new family to manage ULP_DDP enablement and stats
From: Jiri Pirko <jiri@resnulli.us>
Date: 2023-10-27 09:28:47
Also in:
linux-nvme
From: Jiri Pirko <jiri@resnulli.us>
Date: 2023-10-27 09:28:47
Also in:
linux-nvme
Fri, Oct 27, 2023 at 11:11:19AM CEST, aaptel@nvidia.com wrote: [..]
quoted
quoted
+ notify = !!ret; + ret = prepare_data(data, ULP_DDP_CMD_SET);Why you send it back for set? (leaving notify aside)We send back the final caps so userspace can see and compare what was requested vs the result of what the driver could enable. This is following the convention of ethtool features.
Okay. [..]