[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230410140039.5c1da8f1.alex.williamson@redhat.com>
Date: Mon, 10 Apr 2023 14:00:39 -0600
From: Alex Williamson <alex.williamson@...hat.com>
To: Shannon Nelson <shannon.nelson@....com>
Cc: <brett.creeley@....com>, <davem@...emloft.net>,
<netdev@...r.kernel.org>, <kuba@...nel.org>, <drivers@...sando.io>,
<leon@...nel.org>, <jiri@...nulli.us>
Subject: Re: [PATCH v9 net-next 00/14] pds_core driver
On Thu, 6 Apr 2023 16:41:29 -0700
Shannon Nelson <shannon.nelson@....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
Powered by blists - more mailing lists