Re: [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

From: netdev
Date: Wed Sep 28 2022 - 06:21:13 EST


On 2022-09-28 10:46, Ido Schimmel wrote:
On Wed, Sep 28, 2022 at 09:47:42AM +0200, netdev@xxxxxxxxxxxxxxxxxxxx wrote:
On 2022-09-28 08:59, Ido Schimmel wrote:


BTW, I have added FDB flags in the DSA layer as a u16, so that now port_fdb_add() is as:

int (*port_fdb_add)(struct dsa_switch *ds, int port,
const unsigned char *addr, u16 vid,
u16 fdb_flags, struct dsa_db db);