Re: [dpdk-dev] [PATCH] net/mlx5: fix matcher metadata register c0 field setup

2020-01-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Matan Azrad > Sent: Monday, January 6, 2020 4:50 PM > To: Slava Ovsiienko ; dev@dpdk.org > Cc: Raslan Darawsheh ; Ori Kam > ; sta...@dpdk.org > Subject: RE: [PATCH] net/mlx5: fix matcher metadata register c0 field setup > > > > From: Viacheslav Ovsiienk

Re: [dpdk-dev] [PATCH] net/mlx5: fix matcher metadata register c0 field setup

2020-01-06 Thread Matan Azrad
From: Viacheslav Ovsiienko > The metadata register c0 field in the matcher might be split into two > independent fields - the source vport index and META item value. These > fields have no permanent assigned bits, the configuration is queried from the > kernel drivers. > > MLX5_SET configures t

[dpdk-dev] [PATCH] net/mlx5: fix matcher metadata register c0 field setup

2019-12-19 Thread Viacheslav Ovsiienko
The metadata register c0 field in the matcher might be split into two independent fields - the source vport index and META item value. These fields have no permanent assigned bits, the configuration is queried from the kernel drivers. MLX5_SET configures the specified 32-bit field as whole entity.