RE: [PATCH] net/mlx5: forbid direction attributes in transfer flow rules

2022-11-06 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dariusz Sosnowski > Sent: Thursday, November 3, 2022 12:10 PM > To: Matan Azrad ; Slava Ovsiienko > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH] net/mlx5: forbid direction attributes in transfer flow rules > >

[PATCH] net/mlx5: forbid direction attributes in transfer flow rules

2022-11-03 Thread Dariusz Sosnowski
Since [1] flow API forbids usage of direction attributes in transfer flow rules. This patch adapts mlx5 PMD to this requirement. >From this patch, flow rule validation in mxl5 PMD will reject transfer flow rules with any of the direction attributes set (i.e. 'ingress' or 'egress'). As a result flo