Re: [PATCH 1/8] net/mlx5/hws: introduce capability for unified mode

2025-02-24 Thread Raslan Darawsheh
Hi, From: Hamdan Igbaria Sent: Sunday, February 16, 2025 1:04 PM To: Hamdan Agbariya; Slava Ovsiienko; NBU-Contact-Thomas Monjalon (EXTERNAL); Suanming Mou; Dariusz Sosnowski; Bing Zhao; Ori Kam; Matan Azrad Cc: dev@dpdk.org; Erez Shitrit Subject: [PATCH 1/8] net/mlx5/hws: introduce capability

[PATCH 1/8] net/mlx5/hws: introduce capability for unified mode

2025-02-16 Thread Hamdan Igbaria
From: Erez Shitrit Till now the FDB processing domain is split into two mutually exclusive sub domains FDB_RX and FDB_TX. Packets originating from the Uplink(s) are processed in the FDB_RX sub domain, while packets originating from all other Vports are processed in the FDB_TX sub domain. Now add