]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/hns3/meson.build
common/octeontx: add missing public symbol
[dpdk.git] / drivers / net / hns3 / meson.build
index 77d9154035867f9424b39a926472ade65f711fc5..1a350fc8c63cb2f195be7df45322ec96cda8f63e 100644 (file)
@@ -15,6 +15,7 @@ endif
 
 sources = files('hns3_cmd.c',
        'hns3_dcb.c',
+       'hns3_intr.c',
        'hns3_ethdev.c',
        'hns3_ethdev_vf.c',
        'hns3_fdir.c',
@@ -23,5 +24,14 @@ sources = files('hns3_cmd.c',
        'hns3_regs.c',
        'hns3_rss.c',
        'hns3_rxtx.c',
-       )
+       'hns3_stats.c',
+       'hns3_mp.c')
+
+allow_experimental_apis = true
+# Experimantal APIs:
+# - rte_mp_action_register
+# - rte_mp_action_unregister
+# - rte_mp_reply
+# - rte_mp_request_sync
+
 deps += ['hash']