On 2024-06-07 16:27, Martin Schiller wrote:
While looking again at this diff above, I noticed that val[0] is setincorrectly. Shouldn't it be either "port << 4" or (after the previous patch) "FIELD_PREP(GSWIP_TABLE_MAC_BRIDGE_PORT, port);" instead of "BIT(port)"?
Please ignore this comment. The format of the port specification differs for static and dynamic (learned) entries.