Hi, > -----Original Message----- > From: Gregory Etelson <getel...@nvidia.com> > Sent: Sunday, November 14, 2021 5:36 PM > To: dev@dpdk.org; Gregory Etelson <getel...@nvidia.com> > Cc: Matan Azrad <ma...@nvidia.com>; Raslan Darawsheh > <rasl...@nvidia.com>; sta...@dpdk.org; Slava Ovsiienko > <viachesl...@nvidia.com>; Raslan Darawsheh <rasl...@nvidia.com> > Subject: [PATCH 1/5] net/mlx5: fix VXLAN-GPE next protocol translation > > VXLAN-GPE extends VXLAN protocol and provides the next protocol > field specifying the first inner header type. > > The application can assign some explicit value to > VXLAN-GPE::next_protocol field or set it to the default one. In the > latter case, the rdma-core library cannot recognize the matcher > built by PMD correctly, and it results in hardware configuration > missing inner headers match. > > The patch forces VXLAN-GPE::next_protocol assignment if the > application did not explicitly assign it to the non-default value > > Cc: sta...@dpdk.org > > Fixes: 90456726eb80 ("net/mlx5: fix VXLAN-GPE item translation") > Signed-off-by: Gregory Etelson <getel...@nvidia.com>
Series applied to next-net-mlx, Kindest regards, Raslan Darawsheh