Re: [dpdk-dev] [PATCH] net/mlx5: allow copy from one tag to another

2021-06-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, May 25, 2021 8:14 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad ; > Ori Kam > Subject: [PATCH] net/mlx5: allow copy from one tag to another > > The modify field implemen

Re: [dpdk-dev] [PATCH] net/mlx5: allow copy from one tag to another

2021-06-08 Thread Slava Ovsiienko
> -Original Message- > From: Alexander Kozyrev > Sent: Tuesday, May 25, 2021 20:14 > To: dev@dpdk.org > Cc: sta...@dpdk.org; Raslan Darawsheh ; Slava > Ovsiienko ; Matan Azrad ; > Ori Kam > Subject: [PATCH] net/mlx5: allow copy from one tag to another > > The modify field implementation

[dpdk-dev] [PATCH] net/mlx5: allow copy from one tag to another

2021-05-25 Thread Alexander Kozyrev
The modify field implementation in mlx5 driver has a check to prevent a copy from a field to the same field. But the level is not taken into account which prevents a copy from different tags. Check the level and allow a copy from one tag to another. Fixes: 641dbe4fb05 ("net/mlx5: support modify fi