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

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

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

2025-02-26 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