Re: [RFC PATCH net-next v4 2/6] devlink: Extend devlink-rate api with queues and new parameters
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-09-27 00:16:30
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-09-27 00:16:30
On Fri, 23 Sep 2022 17:46:35 +0200 Wilczynski, Michal wrote:
Also reconfiguration from the VM, would need to be handled by the VF driver i.e iavf. So the solution would get much more complex I guess, since we would need to implement communication between ice-iavf, through virtchnl I guess.
Yup, but it's the correct way to solve your problem AFAICT. AFAIU you only want to cater to simple cases where the VF and PF are in the same control domain, which is not normal, outside of running DPDK apps. Sooner or later someone will ask for queuing control from the VFs and you're have to redesign the whole thing.