]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/mlx5_rxtx_vec.h
examples/l3fwd: share queue size variables
[dpdk.git] / drivers / net / mlx5 / mlx5_rxtx_vec.h
index 1aec72817ec81df38994edd7a5979be35429006f..77c3f4efa019561c04ce2aaa0921c2bffc6228cc 100644 (file)
 
 /* HW checksum offload capabilities of vectorized Tx. */
 #define MLX5_VEC_TX_CKSUM_OFFLOAD_CAP \
-       (DEV_TX_OFFLOAD_IPV4_CKSUM | \
-        DEV_TX_OFFLOAD_UDP_CKSUM | \
-        DEV_TX_OFFLOAD_TCP_CKSUM | \
-        DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM)
+       (RTE_ETH_TX_OFFLOAD_IPV4_CKSUM | \
+        RTE_ETH_TX_OFFLOAD_UDP_CKSUM | \
+        RTE_ETH_TX_OFFLOAD_TCP_CKSUM | \
+        RTE_ETH_TX_OFFLOAD_OUTER_IPV4_CKSUM)
 
 /*
  * Compile time sanity check for vectorized functions.