Tue, May 07, 2024 at 01:45:07PM CEST, michal.swiatkow...@linux.intel.com wrote: >From: Piotr Raczynski <piotr.raczyn...@intel.com> > >Implement subfunction driver. It is probe when subfunction port is >activated. > >VSI is already created. During the probe VSI is being configured. >MAC unicast and broadcast filter is added to allow traffic to pass. > >Store subfunction pointer in VSI struct. The same is done for VF >pointer. Make union of subfunction and VF pointer as only one of them >can be set with one VSI. > >Reviewed-by: Jiri Pirko <j...@nvidia.com> >Signed-off-by: Piotr Raczynski <piotr.raczyn...@intel.com> >Signed-off-by: Michal Swiatkowski <michal.swiatkow...@linux.intel.com>
Perhaps it would make things clearer for reviewer to have all patches related to sf auxdev/devlink/netdev at the end of the patchset, after activation patch. Not sure why you want to mix it here.