baseband/fpga_lte_fec: add public API to map file
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 4 Oct 2019 17:19:12 +0000 (18:19 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 9 Oct 2019 09:50:12 +0000 (11:50 +0200)
To allow shared library builds of e.g. test-bbdev app, we need to export
the configure function. Since this needs to be exported as experimental by
default, we update the header file to add the experimental tag there too.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/baseband/fpga_lte_fec/fpga_lte_fec.h
drivers/baseband/fpga_lte_fec/rte_pmd_bbdev_fpga_lte_fec_version.map

index 9ae8b12..b2e423c 100644 (file)
@@ -62,6 +62,7 @@ struct fpga_lte_fec_conf {
  * @return
  *   Zero on success, negative value on failure.
  */
+__rte_experimental
 int
 fpga_lte_fec_configure(const char *dev_name,
                const struct fpga_lte_fec_conf *conf);