> On Thu, May 29, 2025 at 05:52:37PM +0200, Lorenzo Bianconi wrote: > > UPDMEM source-mac table is a key-value map used to store devices mac > > addresses according to the port identifier. UPDMEM source mac table is > > used during IPv6 traffic hw acceleration since PPE entries, for space > > constraints, do not contain the full source mac address but just the > > identifier in the UPDMEM source-mac table. > > Hi Lorenzo, > > I think it would be nice to also mention a bit more clearly what (broken) > behaviour this fixes. Likewise for patch 2/2. Hi Simon, sure, I will do it in v2. Regards, Lorenzo > > > > > Fixes: 00a7678310fe ("net: airoha: Introduce flowtable offload support") > > Signed-off-by: Lorenzo Bianconi > > ...