]> git.proxmox.com Git - mirror_ovs.git/blobdiff - lib/dpdk.h
ovsdb-idl: Remove prototype for function that is not defined or used.
[mirror_ovs.git] / lib / dpdk.h
index bbb89d4e6f036be50dd1e9b4c97ce37f935c18ac..445a51d065fe5b917190f66013f7334b597f66f1 100644 (file)
@@ -39,7 +39,11 @@ void dpdk_init(const struct smap *ovs_other_config);
 void dpdk_set_lcore_id(unsigned cpu);
 const char *dpdk_get_vhost_sock_dir(void);
 bool dpdk_vhost_iommu_enabled(void);
+bool dpdk_vhost_postcopy_enabled(void);
 bool dpdk_per_port_memory(void);
+bool dpdk_available(void);
 void print_dpdk_version(void);
 void dpdk_status(const struct ovsrec_open_vswitch *);
+bool dpdk_get_cpu_has_isa(const char *arch, const char *feature);
+
 #endif /* dpdk.h */