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>
* @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);
DPDK_19.08 {
local: *;
};
+
+EXPERIMENTAL {
+ global:
+
+ fpga_lte_fec_configure;
+
+};