net/mlx5: workaround drop action with old kernel
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_tun.h
index 7e31f81..898071b 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdbool.h>
 #include <sys/queue.h>
 
+#include "rte_version.h"
 #include "rte_ethdev.h"
 
 #include "ulp_template_db_enum.h"
@@ -18,7 +19,7 @@
 #define        BNXT_OUTER_TUN_FLOW(l3_tun, params)             \
        ((l3_tun) &&                                    \
         ULP_BITMAP_ISSET((params)->act_bitmap.bits,    \
-                         BNXT_ULP_ACTION_BIT_JUMP))
+                         BNXT_ULP_ACT_BIT_JUMP))
 #define        BNXT_INNER_TUN_SIGNATURE(l3_tun, l3_tun_decap, params)          \
        ((l3_tun) && (l3_tun_decap) &&                                  \
         !ULP_BITMAP_ISSET((params)->hdr_bitmap.bits,                   \