]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/mlx5/windows/mlx5_os.h
net/mlx5: add pattern template management
[dpdk.git] / drivers / net / mlx5 / windows / mlx5_os.h
index 7fe41d4e9054a9dfe2790bb8001c7077e139e907..8b582656879fd37f63332618d377f15125a3b0d6 100644 (file)
@@ -16,4 +16,16 @@ enum {
 
 #define MLX5_NAMESIZE MLX5_FS_NAME_MAX
 
+enum mlx5_sw_parsing_offloads {
+       MLX5_SW_PARSING_CAP =      1 << 0,
+       MLX5_SW_PARSING_CSUM_CAP = 1 << 1,
+       MLX5_SW_PARSING_TSO_CAP =  1 << 2,
+};
+
+enum mlx5_tunnel_offloads {
+       MLX5_TUNNELED_OFFLOADS_VXLAN_CAP  = 1 << 0,
+       MLX5_TUNNELED_OFFLOADS_GRE_CAP    = 1 << 1,
+       MLX5_TUNNELED_OFFLOADS_GENEVE_CAP = 1 << 2,
+};
+
 #endif /* RTE_PMD_MLX5_OS_H_ */