net/bnxt: add device ID for Stratus VF
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_version.map
index e82296c..560e464 100644 (file)
@@ -7,7 +7,6 @@ DPDK_16.04 {
        rte_cryptodev_close;
        rte_cryptodev_count;
        rte_cryptodev_configure;
-       rte_cryptodev_create_vdev;
        rte_cryptodev_get_dev_id;
        rte_cryptodev_get_feature_name;
        rte_cryptodev_info_get;
@@ -86,3 +85,10 @@ DPDK_17.11 {
        rte_cryptodev_pmd_parse_input_args;
 
 } DPDK_17.08;
+
+EXPERIMENTAL {
+        global:
+
+       rte_cryptodev_sym_session_get_private_data;
+       rte_cryptodev_sym_session_set_private_data;
+} DPDK_17.11;