RE: [PATCH] net/mlx5: fix GRE protocol type translation for VERB API

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, December 23, 2021 3:17 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Raslan Darawsheh > ; sta...@dpdk.org; Matan Azrad > ; Slava Ovsiienko ; Yongseok > Koh ; Ori Kam > Subject: [PATCH] net/

[PATCH] net/mlx5: fix GRE protocol type translation for VERB API

2021-12-23 Thread Gregory Etelson
When application creates several flows to match on GRE tunnel without explicitly specifying GRE protocol type value in flow rules, PMD will translate that to zero mask. RDMA-CORE cannot distinguish between different inner flow types and produces identical matchers for each zero mask. The patch ext