]> git.proxmox.com Git - mirror_ovs.git/blobdiff - acinclude.m4
netdev-dpdk: Remove dpdkvhostcuse ports
[mirror_ovs.git] / acinclude.m4
index aa57b47e33a1318ceb1f7e0506aab38b29521bbf..5a6dca711b06d68f2d855dfb3d6ce9044293dd3e 100644 (file)
@@ -197,18 +197,6 @@ AC_DEFUN([OVS_CHECK_DPDK], [
       LDFLAGS="$LDFLAGS -L${DPDK_LIB_DIR}"
     fi
 
-    AC_COMPILE_IFELSE([
-      AC_LANG_PROGRAM(
-        [
-          #include <rte_config.h>
-#if !RTE_LIBRTE_VHOST_USER
-#error
-#endif
-        ], [])
-      ], [],
-      [AC_DEFINE([VHOST_CUSE], [1], [DPDK vhost-cuse support enabled, vhost-user disabled.])
-       DPDK_EXTRA_LIB="-lfuse"])
-
     AC_COMPILE_IFELSE([
       AC_LANG_PROGRAM(
         [