crypto/aesni_gcm: support in-place chained mbufs
[dpdk.git] / drivers / net / hns3 / meson.build
index 87e1a0c..1a350fc 100644 (file)
@@ -25,5 +25,13 @@ sources = files('hns3_cmd.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']