From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahaf Shuler Subject: Re: [PATCH] net/mlx5: fix VXLAN missing decap action Flows for E-Switch Date: Sun, 27 Jan 2019 11:36:12 +0000 Message-ID: References: <1548430175-11060-1-git-send-email-viacheslavo@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "stable@dpdk.org" To: Slava Ovsiienko , "dev@dpdk.org" Return-path: In-Reply-To: <1548430175-11060-1-git-send-email-viacheslavo@mellanox.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Friday, January 25, 2019 5:30 PM, Viacheslav Ovsiienko: > Subject: [PATCH] net/mlx5: fix VXLAN missing decap action Flows for E- > Switch >=20 > There is an intention to support VXLAN tunnel match without hardware > offloaded decapsulation, just to redirect ingress tunnelled frame untouch= ed. > This small fix allows to specify Flows with VXLAN VNI pattern and with or > without following decapsulation action. >=20 > Fixes: 251e8d02cf37 ("net/mlx5: add VXLAN to flow translate routine") > Cc: stable@dpdk.org >=20 > Signed-off-by: Viacheslav Ovsiienko Applied to next-net-mlx, thanks.=20