net/mlx5: fix meter policy flow match item
[dpdk.git] / drivers / net / bnxt / tf_ulp / ulp_tun.c
index 6c1ae3c..cb8530d 100644 (file)
@@ -3,8 +3,6 @@
  * All rights reserved.
  */
 
-#include <sys/queue.h>
-
 #include <rte_malloc.h>
 
 #include "ulp_tun.h"
@@ -27,7 +25,7 @@ ulp_install_outer_tun_flow(struct ulp_rte_parser_params *params,
        /* Reset the JUMP action bit in the action bitmap as we don't
         * offload this action.
         */
-       ULP_BITMAP_RESET(params->act_bitmap.bits, BNXT_ULP_ACTION_BIT_JUMP);
+       ULP_BITMAP_RESET(params->act_bitmap.bits, BNXT_ULP_ACT_BIT_JUMP);
 
        ULP_BITMAP_SET(params->hdr_bitmap.bits, BNXT_ULP_HDR_BIT_F1);