pds_core: add initial VF device handling
authorShannon Nelson <shannon.nelson@amd.com>
Wed, 19 Apr 2023 17:04:22 +0000 (10:04 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Apr 2023 07:29:13 +0000 (08:29 +0100)
commitf53d93110aa526ad3df628ad6d9f672c7d5ae285
tree63b16b9d07fb093ba319d0a19a36c863d3e61bba
parent65e0185ad764d2801811bb2e7c122e92557208c4
pds_core: add initial VF device handling

This is the initial VF PCI driver framework for the new
pds_vdpa VF device, which will work in conjunction with an
auxiliary_bus client of the pds_core driver.  This does the
very basics of registering for the new VF device, setting
up debugfs entries, and registering with devlink.

Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amd/pds_core/core.h
drivers/net/ethernet/amd/pds_core/main.c