Message ID | 20230406234143.11318-1-shannon.nelson@amd.com (mailing list archive) |
---|---|
Headers | show |
Series | pds_core driver | expand |
On Thu, 6 Apr 2023 16:41:29 -0700 Shannon Nelson wrote: > This patchset implements a new driver for use with the AMD/Pensando > Distributed Services Card (DSC), intended to provide core configuration > services through the auxiliary_bus and through a couple of EXPORTed > functions for use initially in VFio and vDPA feature specific drivers. > > To keep this patchset to a manageable size, the pds_vdpa and pds_vfio > drivers have been split out into their own patchsets to be reviewed > separately. Acked-by: Jakub Kicinski <kuba@kernel.org> Let's hear from auxdev folks, tho.
On Thu, 6 Apr 2023 16:41:29 -0700 Shannon Nelson <shannon.nelson@amd.com> wrote: > Summary: > -------- > This patchset implements a new driver for use with the AMD/Pensando > Distributed Services Card (DSC), intended to provide core configuration > services through the auxiliary_bus and through a couple of EXPORTed > functions for use initially in VFio and vDPA feature specific drivers. > > To keep this patchset to a manageable size, the pds_vdpa and pds_vfio > drivers have been split out into their own patchsets to be reviewed > separately. FYI, this fails to build w/o DYNAMIC_DEBUG set due to implicit declaration of dynamic_hex_dump(). Seems the ionic driver avoids this by including linux/dynamic_debug.h. Other use cases have #ifdef around their uses. Thanks, Alex
On 4/10/23 1:00 PM, Alex Williamson wrote: > > On Thu, 6 Apr 2023 16:41:29 -0700 > Shannon Nelson <shannon.nelson@amd.com> wrote: > >> Summary: >> -------- >> This patchset implements a new driver for use with the AMD/Pensando >> Distributed Services Card (DSC), intended to provide core configuration >> services through the auxiliary_bus and through a couple of EXPORTed >> functions for use initially in VFio and vDPA feature specific drivers. >> >> To keep this patchset to a manageable size, the pds_vdpa and pds_vfio >> drivers have been split out into their own patchsets to be reviewed >> separately. > > FYI, this fails to build w/o DYNAMIC_DEBUG set due to implicit > declaration of dynamic_hex_dump(). Seems the ionic driver avoids this > by including linux/dynamic_debug.h. Other use cases have #ifdef around > their uses. Thanks, > > Alex > Oh, good catch, thanks. sln