Re: [dpdk-dev] [PATCH] net/mlx5: fix incorrect set VLAN ID action offset

2020-02-20 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Suanming Mou > Sent: Wednesday, February 19, 2020 4:15 PM > To: Slava Ovsiienko ; Matan Azrad > ; Dekel Peled > Cc: dev@dpdk.org; Raslan Darawsheh ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix incorrect set VLAN ID action offset > > Currently, the

Re: [dpdk-dev] [PATCH] net/mlx5: fix incorrect set VLAN ID action offset

2020-02-20 Thread Matan Azrad
From: Suanming Mou > Currently, the set VLAN ID header modify action has already got the action > pointer with offset from the header modify action array, but the > configuration saves the detail to the memory of action with the offset again. > It causes double offset to set the VLAN ID action t

[dpdk-dev] [PATCH] net/mlx5: fix incorrect set VLAN ID action offset

2020-02-19 Thread Suanming Mou
Currently, the set VLAN ID header modify action has already got the action pointer with offset from the header modify action array, but the configuration saves the detail to the memory of action with the offset again. It causes double offset to set the VLAN ID action to the wrong place in the heade