Re: [dpdk-dev] [PATCH] net/mlx5: fix CVLAN tag set in IP item translation

2020-03-17 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dekel Peled > Sent: Monday, March 16, 2020 10:58 AM > To: Matan Azrad ; Slava Ovsiienko > ; Raslan Darawsheh > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix CVLAN tag set in IP item translation > > Previous fix added, at the end of f

[dpdk-dev] [PATCH] net/mlx5: fix CVLAN tag set in IP item translation

2020-03-16 Thread Dekel Peled
Previous fix added, at the end of functions flow_dv_translate_item_ipv4() and flow_dv_translate_item_ipv6(), the setting of cvlan_tag mask. In the case of unspecified item (item->spec == null) these functions return, and the new code section is not reached. This patch moves the setting of cvlan_ta