Christian Marangi

Results 691 comments of Christian Marangi

@rbpp yes just a refresh still no additional work on this...

@e9hack the thing is that lookup with cpu port 0 means that traffic is also directed there and i suspect things just pass there... unless it's needed to receive igmp...

> I can solve it too, if I configure a vlan bridge. ow ok so the problem is only when vlan bridge is not used?

@hashyuan missing installation instruction ?

@hashyuan Thanks for adding installation instruction

Why? Can't you just force push? Il Lun 1 Ago 2022, 04:24 hashyuan ***@***.***> ha scritto: > @Ansuel ,Is it OK to close this pull and make > another pull...

@robimarko so now it related to something else?

@robimarko make sure you have regmap registered with no cache option... i had some problem like that with ipq806x mdio driver that cached the value or try with some additional...

It's in 5.15 ``` ret = read_poll_timeout(qca8k_read, ret1, !(val & mask), 0, QCA8K_BUSY_WAIT_TIMEOUT * USEC_PER_MSEC, false, priv, reg, &val); ```

Are you sure sleep is needed? it should be very fast in theory