Re: [dpdk-dev] [PATCH] net/mlx5: fix metadata item endianness conversion

2020-01-08 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Viacheslav Ovsiienko > Sent: Tuesday, December 24, 2019 4:21 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Ori Kam ; > sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix metadata item endianness conversion > > The metadata register c0 field

Re: [dpdk-dev] [PATCH] net/mlx5: fix metadata item endianness conversion

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. > > It means the metadata

[dpdk-dev] [PATCH] net/mlx5: fix metadata item endianness conversion

2019-12-24 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. It means the metadata item field might be less than 32 bits. Al