Re: [dpdk-dev] [PATCH] net/mlx5: fix actions validation on root table

2020-04-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Bing Zhao > Sent: Wednesday, April 29, 2020 3:54 PM > To: Slava Ovsiienko ; Raslan Darawsheh > > Cc: Ori Kam ; Matan Azrad ; > dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix actions validation on root table > > The maximal supported heade

[dpdk-dev] [PATCH] net/mlx5: fix actions validation on root table

2020-04-29 Thread Bing Zhao
The maximal supported header modifications number of a single modify context on the root table cannot be queried from firmware directly. It is a fixed value of 16 in the latest releases. In the validation stage, PMD driver should ensure that no more than 16 header modify actions exist in a single c

[dpdk-dev] [PATCH] net/mlx5: fix actions validation on root table

2020-04-29 Thread Bing Zhao
The maximal supported header modifications number of a single modify context on the root table cannot be queried from firmware directly. It is a fixed value of 16 in the latest releases. In the validation stage, PMD driver should ensure that no more than 16 header modify actions exist in a single c