Hi, > -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Wednesday, November 24, 2021 3:26 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh <rasl...@nvidia.com>; Slava > Ovsiienko <viachesl...@nvidia.com>; Matan Azrad <ma...@nvidia.com>; > Gregory Etelson <getel...@nvidia.com> > Subject: [PATCH] net/mlx5: fix GENEVE and VXLAN-GPE item matching > > GENEVE and VXLAN-GPE item matching is done similarly to GRE matching. > Users can skip the specification of the protocol type and expect that > this type is deducted from the inner header type automatically. > But the inner header type may not be specified in order to match all the > protocol types. In this case, PMD should not specify the protocol type. > Check if we have the inner header type before setting the protocol type. > > Fixes: 690391dd0e ("net/mlx5: fix GENEVE protocol type translation") > Fixes: 861fa3796f ("net/mlx5: fix VXLAN-GPE next protocol translation") > Cc: sta...@dpdk.org > > Signed-off-by: Alexander Kozyrev <akozy...@nvidia.com>
Patch applied to next-net-mlx, Kindest regards, Raslan Darawsheh