[RFC v3 14/26] bus/ifpga: cleanup exported symbols
Xu, Rosen
rosen.xu at intel.com
Fri Jul 29 04:36:56 CEST 2022
Hi,
> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Thursday, July 28, 2022 23:26
> To: dev at dpdk.org
> Cc: Xu, Rosen <rosen.xu at intel.com>; Ray Kinsella <mdr at ashroe.eu>; Zhang,
> Tianfei <tianfei.zhang at intel.com>
> Subject: [RFC v3 14/26] bus/ifpga: cleanup exported symbols
>
> Remove unused symbols (exposed only in an internal header which
> guarantees that no application out there relied on them).
>
> Remove rte_ prefix and inline the rest to avoid having to expose them as
> global symbols for a relatively small added value.
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
> drivers/bus/ifpga/ifpga_bus.c | 13 +++--
> drivers/bus/ifpga/ifpga_common.c | 88 --------------------------------
> drivers/bus/ifpga/ifpga_common.h | 54 ++++++++++++++++----
> drivers/bus/ifpga/meson.build | 2 +-
> drivers/bus/ifpga/version.map | 2 -
> drivers/raw/ifpga/ifpga_rawdev.c | 2 +-
> 6 files changed, 53 insertions(+), 108 deletions(-) delete mode 100644
> drivers/bus/ifpga/ifpga_common.c
>
Acked-by: Rosen Xu <rosen.xu at intel.com>
More information about the dev
mailing list