net/mlx5: fix UDP hash field flag in Direct Verbs
authorYongseok Koh <yskoh@mellanox.com>
Tue, 23 Oct 2018 16:52:10 +0000 (16:52 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Oct 2018 20:14:06 +0000 (22:14 +0200)
Fixes: fc2c498ccb94 ("net/mlx5: add Direct Verbs translate items")

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
drivers/net/mlx5/mlx5_flow_dv.c

index e8f409f..57884e9 100644 (file)
@@ -1028,9 +1028,9 @@ flow_dv_create_item(void *matcher, void *key,
                tmatcher->priority = MLX5_PRIORITY_MAP_L4;
                dev_flow->verbs.hash_fields |=
                        mlx5_flow_hashfields_adjust(dev_flow, inner,
-                                                   ETH_RSS_TCP,
-                                                   (IBV_RX_HASH_SRC_PORT_TCP |
-                                                    IBV_RX_HASH_DST_PORT_TCP));
+                                                   ETH_RSS_UDP,
+                                                   (IBV_RX_HASH_SRC_PORT_UDP |
+                                                    IBV_RX_HASH_DST_PORT_UDP));
                break;
        case RTE_FLOW_ITEM_TYPE_NVGRE:
                flow_dv_translate_item_nvgre(tmatcher->mask.buf, key, item,