On Wed, Mar 27, 2024 at 08:57:28AM +0100, Ivan Vecera wrote: > Commit 0ef2d5afb12d ("i40e: KISS the client interface") simplified > the client interface so in practice it supports only one client > per i40e netdev. But we have still 2 notification functions that > uses as parameter a pointer to VSI of netdevice associated with > the client. After the mentioned commit only possible and used > VSI is the main (LAN) VSI. > So refactor these functions so they are called with PF pointer argument > and the associated VSI (LAN) is taken inside them. > > Reviewed-by: Michal Schmidt <mschm...@redhat.com> > Signed-off-by: Ivan Vecera <ivec...@redhat.com>
Reviewed-by: Simon Horman <ho...@kernel.org>