RE: [PATCH V1 4/4] net/mlx5/hws: allow different types in miss validation

2025-02-25 Thread Dariusz Sosnowski
> -Original Message- > From: Ophir Munk > Sent: Tuesday, February 25, 2025 13:02 > To: Dariusz Sosnowski ; Slava Ovsiienko > ; Bing Zhao ; Ori Kam > ; Suanming Mou ; Matan Azrad > > Cc: dev@dpdk.org; Raslan Darawsheh > Subject: [PATCH V1 4/4] net/mlx5/hw

[PATCH V1 4/4] net/mlx5/hws: allow different types in miss validation

2025-02-25 Thread Ophir Munk
In validating Jump from group A to default miss group B DPDK requests that both groups types will be identical. In practice jumping from FDB_UNIFIED to FDB_RX or FDB_TX group types (or vice versa) is allowed. This commit enables this jumping between the different types. Fixes: b81f95ca770d ("net/m