Re: [dpdk-dev] [PATCH v2] net/mlx5: fix resetting verbs hash fields

2020-05-05 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Ophir Munk > Sent: Tuesday, May 5, 2020 9:16 AM > To: dev@dpdk.org > Cc: Ophir Munk ; Raslan Darawsheh > ; Matan Azrad > Subject: [PATCH v2] net/mlx5: fix resetting verbs hash fields > > The flow_verbs_translate() function accumulates hash fields while >

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix resetting verbs hash fields

2020-05-05 Thread Matan Azrad
> -Original Message- > From: Ophir Munk > Sent: Tuesday, May 5, 2020 9:16 AM > To: dev@dpdk.org > Cc: Ophir Munk ; Raslan Darawsheh > ; Matan Azrad > Subject: [PATCH v2] net/mlx5: fix resetting verbs hash fields > > The flow_verbs_translate() function accumulates hash fields while ite

[dpdk-dev] [PATCH v2] net/mlx5: fix resetting verbs hash fields

2020-05-04 Thread Ophir Munk
The flow_verbs_translate() function accumulates hash fields while iterating through the flow items (SRC_IPV4, DST_IPV4, SRC_IPV6, DST_IPV6, SRC_PORT_TCP, DST_PORT_TCP, SRC_PORT_UDP, DST_PORT_UDP). Before this commit the dev_flow handle structure was reused in each new flow_verbs_translate() call, h