acl-plugin: improvement on 'show acl-plugin' CLI
[vpp.git] / src / plugins / ixge / ixge.c
index 0586281..c13537d 100644 (file)
@@ -20,7 +20,7 @@
  *   Please use supported DPDK driver instead.
  */
 
-#if __x86_64__ || __i386__
+#if __x86_64__ || __i386__ || __aarch64__
 #include <vppinfra/vector.h>
 
 #ifndef CLIB_HAVE_VEC128
@@ -2862,7 +2862,7 @@ ixge_pci_init (vlib_main_t * vm, vlib_pci_dev_handle_t h)
   if (error)
     return error;
 
-  error = vlib_pci_map_resource (h, 0, &r);
+  error = vlib_pci_map_region (h, 0, &r);
   if (error)
     return error;