Re: [dpdk-dev] [PATCH] net/mlx5: fix flow match on GRE key

2020-02-19 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Matan Azrad > Sent: Tuesday, February 18, 2020 4:45 PM > To: dev@dpdk.org > Cc: Slava Ovsiienko ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix flow match on GRE key > > The RTE_FLOW_ITEM_TYPE_GR

[dpdk-dev] [PATCH] net/mlx5: fix flow match on GRE key

2020-02-18 Thread Matan Azrad
The RTE_FLOW_ITEM_TYPE_GRE_KEY means that GRE key should be present on the flow and in addition can explicitly match on the GRE key field itself. When no value is set in this item any GRE key should match the flow. The match on GRE key wrongly was not added if the item fields are NULL while at le