Hi, > -----Original Message----- > From: David Marchand <david.march...@redhat.com> > Sent: Thursday, July 28, 2022 23:26 > To: dev@dpdk.org > Cc: Xu, Rosen <rosen...@intel.com>; Ray Kinsella <m...@ashroe.eu>; Zhang, > Tianfei <tianfei.zh...@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.march...@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...@intel.com>